Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Mar 9, 2024
1 parent 8e50032 commit 293d216
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 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.4.5",
"version": "0.4.6",
"command": {
"publish": {
"contents": "dist",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.4.5",
"version": "0.4.6",
"type": "module",
"main": "./nukak-browser.min.js",
"types": "./nukak-browser.min.d.ts",
Expand All @@ -17,7 +17,7 @@
"bunchee": "^4.4.8",
"concurrently": "^8.2.2",
"copyfiles": "^2.4.1",
"nukak": "^0.4.5",
"nukak": "^0.4.6",
"rimraf": "^5.0.5",
"typescript": "^5.4.2"
},
Expand Down Expand Up @@ -54,5 +54,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4796a7766e1e64f8c9461ef1cbbdffddd531874f"
"gitHead": "8e50032dbafd49666a008392beff5bc4542bc6e9"
}
4 changes: 2 additions & 2 deletions 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.4.5",
"version": "0.4.6",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -58,5 +58,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4796a7766e1e64f8c9461ef1cbbdffddd531874f"
"gitHead": "8e50032dbafd49666a008392beff5bc4542bc6e9"
}
4 changes: 2 additions & 2 deletions 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.4.5",
"version": "0.4.6",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -62,5 +62,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4796a7766e1e64f8c9461ef1cbbdffddd531874f"
"gitHead": "8e50032dbafd49666a008392beff5bc4542bc6e9"
}
4 changes: 2 additions & 2 deletions 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.4.5",
"version": "0.4.6",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -59,5 +59,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4796a7766e1e64f8c9461ef1cbbdffddd531874f"
"gitHead": "8e50032dbafd49666a008392beff5bc4542bc6e9"
}
4 changes: 2 additions & 2 deletions 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.4.5",
"version": "0.4.6",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -62,5 +62,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4796a7766e1e64f8c9461ef1cbbdffddd531874f"
"gitHead": "8e50032dbafd49666a008392beff5bc4542bc6e9"
}
4 changes: 2 additions & 2 deletions 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.4.5",
"version": "0.4.6",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -62,5 +62,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4796a7766e1e64f8c9461ef1cbbdffddd531874f"
"gitHead": "8e50032dbafd49666a008392beff5bc4542bc6e9"
}
4 changes: 2 additions & 2 deletions 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.4.5",
"version": "0.4.6",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -64,5 +64,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4796a7766e1e64f8c9461ef1cbbdffddd531874f"
"gitHead": "8e50032dbafd49666a008392beff5bc4542bc6e9"
}
4 changes: 2 additions & 2 deletions 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.4.5",
"version": "0.4.6",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -69,5 +69,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4796a7766e1e64f8c9461ef1cbbdffddd531874f"
"gitHead": "8e50032dbafd49666a008392beff5bc4542bc6e9"
}

0 comments on commit 293d216

Please sign in to comment.