Skip to content

Commit

Permalink
v1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Nov 6, 2024
1 parent 1788702 commit e30bc14
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": "1.4.7",
"version": "1.4.8",
"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/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": "1.4.7",
"version": "1.4.8",
"type": "module",
"main": "./nukak-browser.min.js",
"types": "./nukak-browser.min.d.ts",
Expand All @@ -17,7 +17,7 @@
"bunchee": "^5.6.1",
"concurrently": "^9.1.0",
"copyfiles": "^2.4.1",
"nukak": "^1.4.7",
"nukak": "^1.4.8",
"rimraf": "^6.0.1",
"typescript": "~5.4.5"
},
Expand Down Expand Up @@ -54,5 +54,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "8170469e70cb6662b29b543518f0bc6afc3a0723"
"gitHead": "1788702a8fe557011590a230d95b187dccca1d19"
}
4 changes: 2 additions & 2 deletions packages/core/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": "1.4.7",
"version": "1.4.8",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -67,5 +67,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "8170469e70cb6662b29b543518f0bc6afc3a0723"
"gitHead": "1788702a8fe557011590a230d95b187dccca1d19"
}
4 changes: 2 additions & 2 deletions packages/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": "1.4.7",
"version": "1.4.8",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -58,5 +58,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "8170469e70cb6662b29b543518f0bc6afc3a0723"
"gitHead": "1788702a8fe557011590a230d95b187dccca1d19"
}
4 changes: 2 additions & 2 deletions packages/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": "1.4.7",
"version": "1.4.8",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -62,5 +62,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "8170469e70cb6662b29b543518f0bc6afc3a0723"
"gitHead": "1788702a8fe557011590a230d95b187dccca1d19"
}
4 changes: 2 additions & 2 deletions packages/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": "1.4.7",
"version": "1.4.8",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -59,5 +59,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "8170469e70cb6662b29b543518f0bc6afc3a0723"
"gitHead": "1788702a8fe557011590a230d95b187dccca1d19"
}
4 changes: 2 additions & 2 deletions packages/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": "1.4.7",
"version": "1.4.8",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -62,5 +62,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "8170469e70cb6662b29b543518f0bc6afc3a0723"
"gitHead": "1788702a8fe557011590a230d95b187dccca1d19"
}
4 changes: 2 additions & 2 deletions packages/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": "1.4.7",
"version": "1.4.8",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -62,5 +62,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "8170469e70cb6662b29b543518f0bc6afc3a0723"
"gitHead": "1788702a8fe557011590a230d95b187dccca1d19"
}
4 changes: 2 additions & 2 deletions packages/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": "1.4.7",
"version": "1.4.8",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -62,5 +62,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "8170469e70cb6662b29b543518f0bc6afc3a0723"
"gitHead": "1788702a8fe557011590a230d95b187dccca1d19"
}

0 comments on commit e30bc14

Please sign in to comment.