dbcube 4.1.17 → 4.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bun.lock +4 -2
  2. package/package.json +2 -2
package/bun.lock CHANGED
@@ -4,7 +4,7 @@
4
4
  "": {
5
5
  "name": "dbcube",
6
6
  "dependencies": {
7
- "@dbcube/core": "^4.1.20",
7
+ "@dbcube/core": "^4.1.21",
8
8
  "@dbcube/query-builder": "^4.1.17",
9
9
  },
10
10
  "devDependencies": {
@@ -19,7 +19,7 @@
19
19
  },
20
20
  },
21
21
  "packages": {
22
- "@dbcube/core": ["@dbcube/core@4.1.20", "", { "dependencies": { "chalk": "^5.6.2", "deasync": "^0.1.31", "follow-redirects": "^1.15.11", "ora": "^9.1.0", "unzipper": "^0.12.3" }, "bin": { "dbcube-core": "dist/bin.cjs" } }, "sha512-gVlSy1e34oKpt6ZyxhmDx7GBBuldmLmgbL0nUogsSctzthIPhscTvCHiH2T9FdJRv/wAfBav6SzFqeIWL0gVXQ=="],
22
+ "@dbcube/core": ["@dbcube/core@4.1.21", "", { "dependencies": { "chalk": "^5.6.2", "deasync": "^0.1.31", "follow-redirects": "^1.15.11", "ora": "^9.1.0", "unzipper": "^0.12.3" }, "bin": { "dbcube-core": "dist/bin.cjs" } }, "sha512-ehQq5yfrnUXirJJl+z6H9Ce0saVmHejNVnOmepiIGyAfFO1M8DZ/7EvAgXTmjMJsWAeouDwz2abvBvRIEkLNyw=="],
23
23
 
24
24
  "@dbcube/query-builder": ["@dbcube/query-builder@4.1.17", "", { "dependencies": { "@dbcube/core": "^4.1.20" } }, "sha512-TKkrK+C/EJyJp3Vg8sk6nXwHsepwo0E8sS2D6XJN018FyK+ll1LQuo0Vrpc5ZhV+Xuh0veNKYydgQI7CeZxwgw=="],
25
25
 
@@ -361,6 +361,8 @@
361
361
 
362
362
  "yoctocolors": ["yoctocolors@2.1.2", "", {}, "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug=="],
363
363
 
364
+ "@dbcube/query-builder/@dbcube/core": ["@dbcube/core@4.1.20", "", { "dependencies": { "chalk": "^5.6.2", "deasync": "^0.1.31", "follow-redirects": "^1.15.11", "ora": "^9.1.0", "unzipper": "^0.12.3" }, "bin": { "dbcube-core": "dist/bin.cjs" } }, "sha512-gVlSy1e34oKpt6ZyxhmDx7GBBuldmLmgbL0nUogsSctzthIPhscTvCHiH2T9FdJRv/wAfBav6SzFqeIWL0gVXQ=="],
365
+
364
366
  "@isaacs/cliui/string-width": ["string-width@5.1.2", "", { "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", "strip-ansi": "^7.0.1" } }, "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA=="],
365
367
 
366
368
  "fix-dts-default-cjs-exports/rollup": ["rollup@4.50.1", "", { "dependencies": { "@types/estree": "1.0.8" }, "optionalDependencies": { "@rollup/rollup-android-arm-eabi": "4.50.1", "@rollup/rollup-android-arm64": "4.50.1", "@rollup/rollup-darwin-arm64": "4.50.1", "@rollup/rollup-darwin-x64": "4.50.1", "@rollup/rollup-freebsd-arm64": "4.50.1", "@rollup/rollup-freebsd-x64": "4.50.1", "@rollup/rollup-linux-arm-gnueabihf": "4.50.1", "@rollup/rollup-linux-arm-musleabihf": "4.50.1", "@rollup/rollup-linux-arm64-gnu": "4.50.1", "@rollup/rollup-linux-arm64-musl": "4.50.1", "@rollup/rollup-linux-loongarch64-gnu": "4.50.1", "@rollup/rollup-linux-ppc64-gnu": "4.50.1", "@rollup/rollup-linux-riscv64-gnu": "4.50.1", "@rollup/rollup-linux-riscv64-musl": "4.50.1", "@rollup/rollup-linux-s390x-gnu": "4.50.1", "@rollup/rollup-linux-x64-gnu": "4.50.1", "@rollup/rollup-linux-x64-musl": "4.50.1", "@rollup/rollup-openharmony-arm64": "4.50.1", "@rollup/rollup-win32-arm64-msvc": "4.50.1", "@rollup/rollup-win32-ia32-msvc": "4.50.1", "@rollup/rollup-win32-x64-msvc": "4.50.1", "fsevents": "~2.3.2" }, "bin": { "rollup": "dist/bin/rollup" } }, "sha512-78E9voJHwnXQMiQdiqswVLZwJIzdBKJ1GdI5Zx6XwoFKUIk09/sSrr+05QFzvYb8q6Y9pPV45zzDuYa3907TZA=="],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbcube",
3
- "version": "4.1.17",
3
+ "version": "4.1.18",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -54,7 +54,7 @@
54
54
  "access": "public"
55
55
  },
56
56
  "dependencies": {
57
- "@dbcube/core": "^4.1.20",
57
+ "@dbcube/core": "^4.1.21",
58
58
  "@dbcube/query-builder": "^4.1.17"
59
59
  },
60
60
  "repository": {