@objectstack/service-datasource 7.8.0 → 7.9.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@7.8.0 build /home/runner/work/framework/framework/packages/services/service-datasource
2
+ > @objectstack/service-datasource@7.9.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 828ms
17
+ ESM ⚡️ Build success in 1182ms
18
18
  CJS dist/index.cjs 43.69 KB
19
19
  CJS dist/contracts/index.cjs 47.00 B
20
- CJS dist/contracts/index.cjs.map 265.00 B
21
20
  CJS dist/index.cjs.map 75.45 KB
22
- CJS ⚡️ Build success in 1020ms
21
+ CJS dist/contracts/index.cjs.map 265.00 B
22
+ CJS ⚡️ Build success in 1207ms
23
23
  DTS Build start
24
- DTS ⚡️ Build success in 17199ms
24
+ DTS ⚡️ Build success in 17822ms
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
+ ## 7.9.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@7.9.0
8
+ - @objectstack/core@7.9.0
9
+
3
10
  ## 7.8.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": "7.8.0",
3
+ "version": "7.9.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": "7.8.0",
23
- "@objectstack/spec": "7.8.0"
22
+ "@objectstack/core": "7.9.0",
23
+ "@objectstack/spec": "7.9.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^25.9.1",
27
27
  "tsup": "^8.5.1",
28
28
  "typescript": "^6.0.3",
29
29
  "vitest": "^4.1.8",
30
- "@objectstack/driver-memory": "7.8.0",
31
- "@objectstack/driver-sql": "7.8.0",
32
- "@objectstack/plugin-hono-server": "7.8.0",
33
- "@objectstack/driver-mongodb": "7.8.0"
30
+ "@objectstack/driver-memory": "7.9.0",
31
+ "@objectstack/driver-sql": "7.9.0",
32
+ "@objectstack/plugin-hono-server": "7.9.0",
33
+ "@objectstack/driver-mongodb": "7.9.0"
34
34
  },
35
35
  "keywords": [
36
36
  "objectstack",