Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Nov 19, 2022
1 parent a8893f0 commit 27b2ff9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.0.5",
"version": "0.0.6",
"useWorkspaces": true,
"npmClient": "yarn",
"npmClientArgs": ["--no-package-lock"],
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.0.5",
"version": "0.0.6",
"type": "module",
"main": "./nukak-browser.min.js",
"types": "./nukak-browser.min.d.ts",
Expand All @@ -19,7 +19,7 @@
"@types/webpack": "^5.28.0",
"copyfiles": "^2.4.1",
"dts-bundle-generator": "^7.0.0",
"nukak": "^0.0.5",
"nukak": "^0.0.6",
"rimraf": "^3.0.2",
"source-map-loader": "^4.0.1",
"ts-loader": "^9.4.1",
Expand Down
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.0.5",
"version": "0.0.6",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand All @@ -22,7 +22,7 @@
"@types/express": "4.17.14",
"copyfiles": "^2.4.1",
"express": "^4.18.2",
"nukak": "^0.0.5",
"nukak": "^0.0.6",
"resolve-typescript-plugin": "^2.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.9.3"
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.0.5",
"version": "0.0.6",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 27b2ff9

Please sign in to comment.