dbcube 3.2.4 → 3.2.5

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": "^3.2.4",
7
+ "@dbcube/core": "^3.2.5",
8
8
  "@dbcube/query-builder": "^3.2.4",
9
9
  },
10
10
  "devDependencies": {
@@ -19,7 +19,7 @@
19
19
  },
20
20
  },
21
21
  "packages": {
22
- "@dbcube/core": ["@dbcube/core@3.2.4", "", { "dependencies": { "chalk": "^5.6.2", "deasync": "^0.1.31", "follow-redirects": "^1.15.11", "ora": "^9.0.0", "unzipper": "^0.12.3" }, "bin": { "dbcube-core": "dist/bin.cjs" } }, "sha512-5BzVfgqQIkGnRo9AT+N79TL10vKpucVdb4pCbnlO/HYcKK2IeFFSlLZTuLXK6iVY+fzmAZ3a/d36FxMT3KxnFw=="],
22
+ "@dbcube/core": ["@dbcube/core@3.2.5", "", { "dependencies": { "chalk": "^5.6.2", "deasync": "^0.1.31", "follow-redirects": "^1.15.11", "ora": "^9.0.0", "unzipper": "^0.12.3" }, "bin": { "dbcube-core": "dist/bin.cjs" } }, "sha512-yTMmGHMyOpZ4ebyInTo+J8PT9oOq/azbExxD4ntBatRL0Sq08wS5npoFzpV8fuEUvPDWkDRPNgRSJiNsrbu5hQ=="],
23
23
 
24
24
  "@dbcube/query-builder": ["@dbcube/query-builder@3.2.4", "", { "dependencies": { "@dbcube/core": "^3.2.4" } }, "sha512-k8QMuJfmkfYngGCw10KabhramELt427euVgdGjh3BF4QLrkBG2msiXGBWzpDIPlnoQR6rcuUgecTtnDvjtLDdQ=="],
25
25
 
@@ -355,6 +355,8 @@
355
355
 
356
356
  "yoctocolors": ["yoctocolors@2.1.2", "", {}, "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug=="],
357
357
 
358
+ "@dbcube/query-builder/@dbcube/core": ["@dbcube/core@3.2.4", "", { "dependencies": { "chalk": "^5.6.2", "deasync": "^0.1.31", "follow-redirects": "^1.15.11", "ora": "^9.0.0", "unzipper": "^0.12.3" }, "bin": { "dbcube-core": "dist/bin.cjs" } }, "sha512-5BzVfgqQIkGnRo9AT+N79TL10vKpucVdb4pCbnlO/HYcKK2IeFFSlLZTuLXK6iVY+fzmAZ3a/d36FxMT3KxnFw=="],
359
+
358
360
  "@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=="],
359
361
 
360
362
  "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": "3.2.4",
3
+ "version": "3.2.5",
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": "^3.2.4",
57
+ "@dbcube/core": "^3.2.5",
58
58
  "@dbcube/query-builder": "^3.2.4"
59
59
  },
60
60
  "repository": {