@objectstack/driver-memory 3.3.0 → 4.0.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @objectstack/driver-memory@3.3.0 build /home/runner/work/spec/spec/packages/plugins/driver-memory
2
+ > @objectstack/driver-memory@4.0.0 build /home/runner/work/spec/spec/packages/plugins/driver-memory
3
3
  > tsup --config ../../../tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.mjs 54.07 KB
14
- ESM dist/index.mjs.map 107.73 KB
15
- ESM ⚡️ Build success in 179ms
16
- CJS dist/index.js 55.80 KB
17
- CJS dist/index.js.map 107.79 KB
18
- CJS ⚡️ Build success in 182ms
13
+ ESM dist/index.mjs 54.10 KB
14
+ ESM dist/index.mjs.map 107.78 KB
15
+ ESM ⚡️ Build success in 163ms
16
+ CJS dist/index.js 55.83 KB
17
+ CJS dist/index.js.map 107.83 KB
18
+ CJS ⚡️ Build success in 163ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 17342ms
21
- DTS dist/index.d.mts 15.57 KB
22
- DTS dist/index.d.ts 15.57 KB
20
+ DTS ⚡️ Build success in 15700ms
21
+ DTS dist/index.d.mts 15.60 KB
22
+ DTS dist/index.d.ts 15.60 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @objectstack/driver-memory
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f08ffc3]
8
+ - Updated dependencies [e0b0a78]
9
+ - @objectstack/spec@4.0.0
10
+ - @objectstack/core@4.0.0
11
+
12
+ ## 3.3.1
13
+
14
+ ### Patch Changes
15
+
16
+ - @objectstack/spec@3.3.1
17
+ - @objectstack/core@3.3.1
18
+
3
19
  ## 3.3.0
4
20
 
5
21
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -102,6 +102,7 @@ declare class InMemoryDriver implements IDataDriver {
102
102
  arrayFields: boolean;
103
103
  vectorSearch: boolean;
104
104
  schemaSync: boolean;
105
+ batchSchemaSync: boolean;
105
106
  migrations: boolean;
106
107
  indexes: boolean;
107
108
  connectionPooling: boolean;
package/dist/index.d.ts CHANGED
@@ -102,6 +102,7 @@ declare class InMemoryDriver implements IDataDriver {
102
102
  arrayFields: boolean;
103
103
  vectorSearch: boolean;
104
104
  schemaSync: boolean;
105
+ batchSchemaSync: boolean;
105
106
  migrations: boolean;
106
107
  indexes: boolean;
107
108
  connectionPooling: boolean;
package/dist/index.js CHANGED
@@ -254,6 +254,7 @@ var _InMemoryDriver = class _InMemoryDriver {
254
254
  // Schema Management
255
255
  schemaSync: true,
256
256
  // Implemented via syncSchema()
257
+ batchSchemaSync: false,
257
258
  migrations: false,
258
259
  indexes: false,
259
260
  // Performance & Optimization