@objectstack/service-datasource 9.5.0 → 9.6.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/service-datasource@9.5.0 build /home/runner/work/framework/framework/packages/services/service-datasource
2
+ > @objectstack/service-datasource@9.6.0 build /home/runner/work/framework/framework/packages/services/service-datasource
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts, src/contracts/index.ts
@@ -14,14 +14,14 @@
14
14
  ESM dist/contracts/index.js 33.00 B
15
15
  ESM dist/index.js.map 88.79 KB
16
16
  ESM dist/contracts/index.js.map 71.00 B
17
- ESM ⚡️ Build success in 916ms
17
+ ESM ⚡️ Build success in 814ms
18
18
  CJS dist/index.cjs 43.69 KB
19
19
  CJS dist/contracts/index.cjs 47.00 B
20
20
  CJS dist/index.cjs.map 75.45 KB
21
21
  CJS dist/contracts/index.cjs.map 265.00 B
22
- CJS ⚡️ Build success in 929ms
22
+ CJS ⚡️ Build success in 974ms
23
23
  DTS Build start
24
- DTS ⚡️ Build success in 19543ms
24
+ DTS ⚡️ Build success in 14808ms
25
25
  DTS dist/index.d.ts 19.19 KB
26
26
  DTS dist/contracts/index.d.ts 8.10 KB
27
27
  DTS dist/index.d.cts 19.19 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @objectstack/service-external-datasource
2
2
 
3
+ ## 9.6.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d1e930a]
8
+ - Updated dependencies [71578f2]
9
+ - Updated dependencies [5e3a301]
10
+ - Updated dependencies [5db2742]
11
+ - @objectstack/spec@9.6.0
12
+ - @objectstack/core@9.6.0
13
+
14
+ ## 9.5.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [ee72aae]
19
+ - @objectstack/spec@9.5.1
20
+ - @objectstack/core@9.5.1
21
+
3
22
  ## 9.5.0
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-datasource",
3
- "version": "9.5.0",
3
+ "version": "9.6.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "The datasource service (ADR-0015): external-table federation (introspect/draft/import/validate) + runtime UI datasource lifecycle (list/test/create/update/remove + REST routes). Open-source mechanism; the tier line falls on which ICryptoProvider / driver factory a host injects.",
6
6
  "type": "module",
@@ -19,18 +19,18 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@objectstack/core": "9.5.0",
23
- "@objectstack/spec": "9.5.0"
22
+ "@objectstack/core": "9.6.0",
23
+ "@objectstack/spec": "9.6.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@types/node": "^25.9.2",
26
+ "@types/node": "^25.9.3",
27
27
  "tsup": "^8.5.1",
28
28
  "typescript": "^6.0.3",
29
- "vitest": "^4.1.8",
30
- "@objectstack/driver-memory": "9.5.0",
31
- "@objectstack/driver-sql": "9.5.0",
32
- "@objectstack/plugin-hono-server": "9.5.0",
33
- "@objectstack/driver-mongodb": "9.5.0"
29
+ "vitest": "^4.1.9",
30
+ "@objectstack/driver-memory": "9.6.0",
31
+ "@objectstack/driver-sql": "9.6.0",
32
+ "@objectstack/plugin-hono-server": "9.6.0",
33
+ "@objectstack/driver-mongodb": "9.6.0"
34
34
  },
35
35
  "keywords": [
36
36
  "objectstack",