Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Dec 3, 2022
1 parent c02c3ed commit 4f34fb7
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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.1.1",
"version": "0.1.2",
"useWorkspaces": true,
"npmClient": "yarn",
"npmClientArgs": ["--no-package-lock"],
Expand Down
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.1.1",
"version": "0.1.2",
"type": "module",
"main": "./nukak-browser.min.js",
"types": "./nukak-browser.min.d.ts",
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"bunchee": "^2.1.7",
"nukak": "^0.1.0"
"nukak": "^0.1.2"
},
"author": "Roger Padilla",
"repository": {
Expand Down Expand Up @@ -50,5 +50,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "82fd3f8fcb004e7cf927ae64a5d33b41bcc197e4"
"gitHead": "c02c3edde0ad5d96103e30c26f75c08b497a47b4"
}
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.1.1",
"version": "0.1.2",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -55,5 +55,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "82fd3f8fcb004e7cf927ae64a5d33b41bcc197e4"
"gitHead": "c02c3edde0ad5d96103e30c26f75c08b497a47b4"
}
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.1.1",
"version": "0.1.2",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -56,5 +56,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "82fd3f8fcb004e7cf927ae64a5d33b41bcc197e4"
"gitHead": "c02c3edde0ad5d96103e30c26f75c08b497a47b4"
}
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.1.1",
"version": "0.1.2",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -56,5 +56,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "82fd3f8fcb004e7cf927ae64a5d33b41bcc197e4"
"gitHead": "c02c3edde0ad5d96103e30c26f75c08b497a47b4"
}
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.1.1",
"version": "0.1.2",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -56,5 +56,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "82fd3f8fcb004e7cf927ae64a5d33b41bcc197e4"
"gitHead": "c02c3edde0ad5d96103e30c26f75c08b497a47b4"
}
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.1.1",
"version": "0.1.2",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -56,5 +56,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "82fd3f8fcb004e7cf927ae64a5d33b41bcc197e4"
"gitHead": "c02c3edde0ad5d96103e30c26f75c08b497a47b4"
}
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.1.1",
"version": "0.1.2",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -58,5 +58,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "82fd3f8fcb004e7cf927ae64a5d33b41bcc197e4"
"gitHead": "c02c3edde0ad5d96103e30c26f75c08b497a47b4"
}
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.1.1",
"version": "0.1.2",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -61,5 +61,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "82fd3f8fcb004e7cf927ae64a5d33b41bcc197e4"
"gitHead": "c02c3edde0ad5d96103e30c26f75c08b497a47b4"
}

0 comments on commit 4f34fb7

Please sign in to comment.