Skip to content

Commit

Permalink
v0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Jun 27, 2023
1 parent 88a8f7c commit a09ca7b
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.24",
"version": "0.2.25",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nukak-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nukak-browser",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.24",
"version": "0.2.25",
"type": "module",
"main": "./nukak-browser.min.js",
"types": "./nukak-browser.min.d.ts",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"bunchee": "^3.5.0",
"copyfiles": "^2.4.1",
"nukak": "^0.2.24",
"nukak": "^0.2.25",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.24",
"version": "0.2.25",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-maria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.24",
"version": "0.2.25",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.24",
"version": "0.2.25",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.24",
"version": "0.2.25",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.24",
"version": "0.2.25",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.24",
"version": "0.2.25",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.24",
"version": "0.2.25",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7782,7 +7782,7 @@ __metadata:
dependencies:
bunchee: ^3.5.0
copyfiles: ^2.4.1
nukak: ^0.2.24
nukak: ^0.2.25
rimraf: ^5.0.1
typescript: ^5.1.3
languageName: unknown
Expand Down Expand Up @@ -7889,7 +7889,7 @@ __metadata:
languageName: unknown
linkType: soft

"nukak@^0.2.24, nukak@workspace:packages/nukak":
"nukak@^0.2.25, nukak@workspace:packages/nukak":
version: 0.0.0-use.local
resolution: "nukak@workspace:packages/nukak"
dependencies:
Expand Down

0 comments on commit a09ca7b

Please sign in to comment.