@push.rocks/smartdb 2.14.5 → 2.14.7

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.
Binary file
Binary file
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartdb',
6
- version: '2.14.5',
6
+ version: '2.14.7',
7
7
  description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxxQkFBcUI7SUFDM0IsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLHFIQUFxSDtDQUNuSSxDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@push.rocks/smartdb",
3
- "version": "2.14.5",
3
+ "version": "2.14.7",
4
4
  "private": false,
5
5
  "description": "A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.",
6
6
  "exports": {
@@ -16,7 +16,7 @@
16
16
  "@design.estate/dees-element": "^2.2.4",
17
17
  "@git.zone/tsbuild": "^4.4.2",
18
18
  "@git.zone/tsbundle": "^2.11.3",
19
- "@git.zone/tsrun": "^2.0.5",
19
+ "@git.zone/tsrun": "^2.0.6",
20
20
  "@git.zone/tsrust": "^1.7.0",
21
21
  "@git.zone/tstest": "^3.6.7",
22
22
  "@types/node": "26.1.1",
@@ -59,18 +59,6 @@
59
59
  "bugs": {
60
60
  "url": "https://code.foss.global/push.rocks/smartdb/issues"
61
61
  },
62
- "peerDependencies": {
63
- "@api.global/typedserver": "^8.0.0",
64
- "@design.estate/dees-element": "^2.0.0"
65
- },
66
- "peerDependenciesMeta": {
67
- "@api.global/typedserver": {
68
- "optional": true
69
- },
70
- "@design.estate/dees-element": {
71
- "optional": true
72
- }
73
- },
74
62
  "scripts": {
75
63
  "test:before": "(tsrust)",
76
64
  "test": "(tstest test/. --verbose --logfile --timeout 60)",
package/readme.md CHANGED
@@ -138,10 +138,10 @@ await server.stop();
138
138
  Launch a web-based dashboard to inspect your database in real time:
139
139
 
140
140
  `debugserver` and `debugui` are optional subpath exports. Install their
141
- peer dependencies only when you use them:
141
+ debug dependencies only when you use them:
142
142
 
143
143
  ```bash
144
- pnpm add @api.global/typedserver @design.estate/dees-element
144
+ pnpm add '@api.global/typedserver@^8' '@design.estate/dees-element@^2'
145
145
  ```
146
146
 
147
147
  ```typescript
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartdb',
6
- version: '2.14.5',
6
+ version: '2.14.7',
7
7
  description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
8
8
  }