@objectstack/service-datasource 9.6.0 → 9.7.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.6.0 build /home/runner/work/framework/framework/packages/services/service-datasource
2
+ > @objectstack/service-datasource@9.7.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 814ms
18
- CJS dist/index.cjs 43.69 KB
17
+ ESM ⚡️ Build success in 185ms
19
18
  CJS dist/contracts/index.cjs 47.00 B
20
- CJS dist/index.cjs.map 75.45 KB
19
+ CJS dist/index.cjs 43.69 KB
21
20
  CJS dist/contracts/index.cjs.map 265.00 B
22
- CJS ⚡️ Build success in 974ms
21
+ CJS dist/index.cjs.map 75.45 KB
22
+ CJS ⚡️ Build success in 1264ms
23
23
  DTS Build start
24
- DTS ⚡️ Build success in 14808ms
24
+ DTS ⚡️ Build success in 20114ms
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,12 @@
1
1
  # @objectstack/service-external-datasource
2
2
 
3
+ ## 9.7.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@9.7.0
8
+ - @objectstack/core@9.7.0
9
+
3
10
  ## 9.6.0
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-datasource",
3
- "version": "9.6.0",
3
+ "version": "9.7.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.6.0",
23
- "@objectstack/spec": "9.6.0"
22
+ "@objectstack/core": "9.7.0",
23
+ "@objectstack/spec": "9.7.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^25.9.3",
27
27
  "tsup": "^8.5.1",
28
28
  "typescript": "^6.0.3",
29
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"
30
+ "@objectstack/driver-memory": "9.7.0",
31
+ "@objectstack/driver-sql": "9.7.0",
32
+ "@objectstack/plugin-hono-server": "9.7.0",
33
+ "@objectstack/driver-mongodb": "9.7.0"
34
34
  },
35
35
  "keywords": [
36
36
  "objectstack",