Skip to content

Commit

Permalink
v0.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Jun 28, 2023
1 parent 9877791 commit 0607848
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 37 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.25",
"version": "0.2.26",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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.2.25",
"version": "0.2.26",
"type": "module",
"main": "./nukak-browser.min.js",
"types": "./nukak-browser.min.d.ts",
Expand All @@ -16,9 +16,9 @@
"devDependencies": {
"bunchee": "^3.5.0",
"copyfiles": "^2.4.1",
"nukak": "^0.2.25",
"nukak": "^0.2.26",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
"typescript": "^5.1.5"
},
"author": "Roger Padilla",
"repository": {
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.2.25",
"version": "0.2.26",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand All @@ -23,7 +23,7 @@
"copyfiles": "^2.4.1",
"express": "^4.18.2",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
"typescript": "^5.1.5"
},
"author": "Roger Padilla",
"repository": {
Expand Down
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.2.25",
"version": "0.2.26",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
"copyfiles": "^2.4.1",
"mariadb": "^3.2.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
"typescript": "^5.1.5"
},
"author": "Roger Padilla",
"repository": {
Expand Down
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.2.25",
"version": "0.2.26",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"copyfiles": "^2.4.1",
"mongodb": "^5.6.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
"typescript": "^5.1.5"
},
"author": "Roger Padilla",
"repository": {
Expand Down
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.2.25",
"version": "0.2.26",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
"copyfiles": "^2.4.1",
"mysql2": "^3.4.2",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
"typescript": "^5.1.5"
},
"author": "Roger Padilla",
"repository": {
Expand Down
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.2.25",
"version": "0.2.26",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
"copyfiles": "^2.4.1",
"pg": "^8.11.1",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
"typescript": "^5.1.5"
},
"author": "Roger Padilla",
"repository": {
Expand Down
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.2.25",
"version": "0.2.26",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand All @@ -29,7 +29,7 @@
"rimraf": "^5.0.1",
"sqlite": "^4.2.1",
"sqlite3": "^5.1.6",
"typescript": "^5.1.3"
"typescript": "^5.1.5"
},
"author": "Roger Padilla",
"repository": {
Expand Down
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.2.25",
"version": "0.2.26",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/uuid": "^9.0.2",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.1",
"typescript": "^5.1.3",
"typescript": "^5.1.5",
"uuid": "^9.0.0"
},
"author": "Roger Padilla",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7782,9 +7782,9 @@ __metadata:
dependencies:
bunchee: ^3.5.0
copyfiles: ^2.4.1
nukak: ^0.2.25
nukak: ^0.2.26
rimraf: ^5.0.1
typescript: ^5.1.3
typescript: ^5.1.5
languageName: unknown
linkType: soft

Expand All @@ -7796,7 +7796,7 @@ __metadata:
copyfiles: ^2.4.1
express: ^4.18.2
rimraf: ^5.0.1
typescript: ^5.1.3
typescript: ^5.1.5
peerDependencies:
express: ^4.18.2
nukak: ^0.2.0
Expand All @@ -7813,7 +7813,7 @@ __metadata:
mariadb: ^3.2.0
rimraf: ^5.0.1
sqlstring: ^2.3.3
typescript: ^5.1.3
typescript: ^5.1.5
peerDependencies:
mariadb: ^3.0.2
nukak: ^0.2.0
Expand All @@ -7829,7 +7829,7 @@ __metadata:
copyfiles: ^2.4.1
mongodb: ^5.6.0
rimraf: ^5.0.1
typescript: ^5.1.3
typescript: ^5.1.5
peerDependencies:
mongodb: ^4.12.1
nukak: ^0.2.0
Expand All @@ -7846,7 +7846,7 @@ __metadata:
mysql2: ^3.4.2
rimraf: ^5.0.1
sqlstring: ^2.3.3
typescript: ^5.1.3
typescript: ^5.1.5
peerDependencies:
mysql2: ^2.3.3
nukak: ^0.2.0
Expand All @@ -7863,7 +7863,7 @@ __metadata:
node-pg-format: ^1.3.5
pg: ^8.11.1
rimraf: ^5.0.1
typescript: ^5.1.3
typescript: ^5.1.5
peerDependencies:
nukak: ^0.2.0
pg: ^8.8.0
Expand All @@ -7881,15 +7881,15 @@ __metadata:
sqlite: ^4.2.1
sqlite3: ^5.1.6
sqlstring-sqlite: ^0.1.1
typescript: ^5.1.3
typescript: ^5.1.5
peerDependencies:
nukak: ^0.2.0
sqlite: ^4.1.2
sqlite3: ^5.1.2
languageName: unknown
linkType: soft

"nukak@^0.2.25, nukak@workspace:packages/nukak":
"nukak@^0.2.26, nukak@workspace:packages/nukak":
version: 0.0.0-use.local
resolution: "nukak@workspace:packages/nukak"
dependencies:
Expand All @@ -7900,7 +7900,7 @@ __metadata:
reflect-metadata: ^0.1.13
rimraf: ^5.0.1
tslib: ^2.6.0
typescript: ^5.1.3
typescript: ^5.1.5
uuid: ^9.0.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8981,7 +8981,7 @@ __metadata:
run-rs: ^0.7.7
ts-jest: ^29.1.0
ts-node: ^10.9.1
typescript: ^5.1.3
typescript: ^5.1.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10076,13 +10076,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.1.3":
version: 5.1.3
resolution: "typescript@npm:5.1.3"
"typescript@npm:^5.1.5":
version: 5.1.5
resolution: "typescript@npm:5.1.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d9d51862d98efa46534f2800a1071a613751b1585dc78884807d0c179bcd93d6e9d4012a508e276742f5f33c480adefc52ffcafaf9e0e00ab641a14cde9a31c7
checksum: 0eef8699e05ae767096924dbed633c340b4d36e953bb8ed87fb12e9dd9dcea5055ceac7182c614a556dbd346a8a82df799d330e1e286ae66e17c84e1710f6a6f
languageName: node
linkType: hard

Expand All @@ -10096,13 +10096,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.1.3#~builtin<compat/typescript>":
version: 5.1.3
resolution: "typescript@patch:typescript@npm%3A5.1.3#~builtin<compat/typescript>::version=5.1.3&hash=d73830"
"typescript@patch:typescript@^5.1.5#~builtin<compat/typescript>":
version: 5.1.5
resolution: "typescript@patch:typescript@npm%3A5.1.5#~builtin<compat/typescript>::version=5.1.5&hash=d73830"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 32a25b2e128a4616f999d4ee502aabb1525d5647bc8955e6edf05d7fbc53af8aa98252e2f6ba80bcedfc0260c982b885f3c09cfac8bb65d2924f3133ad1e1e62
checksum: 33020c886b1aa2e948b557aad4986cf6448b30c58915b12cac873bd35dc2260d93f71af8a661d2c9f352b5d099d9df13a59688e222e79276099b9c5d86d847be
languageName: node
linkType: hard

Expand Down

0 comments on commit 0607848

Please sign in to comment.