@objectstack/service-datasource 7.6.0 → 7.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@7.6.0 build /home/runner/work/framework/framework/packages/services/service-datasource
2
+ > @objectstack/service-datasource@7.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 1111ms
17
+ ESM ⚡️ Build success in 954ms
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 1162ms
22
+ CJS ⚡️ Build success in 968ms
23
23
  DTS Build start
24
- DTS ⚡️ Build success in 15672ms
24
+ DTS ⚡️ Build success in 19264ms
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,15 @@
1
1
  # @objectstack/service-external-datasource
2
2
 
3
+ ## 7.7.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b391955]
8
+ - Updated dependencies [f06b64e]
9
+ - Updated dependencies [023bf93]
10
+ - @objectstack/spec@7.7.0
11
+ - @objectstack/core@7.7.0
12
+
3
13
  ## 7.6.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-datasource",
3
- "version": "7.6.0",
3
+ "version": "7.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": "7.6.0",
23
- "@objectstack/spec": "7.6.0"
22
+ "@objectstack/core": "7.7.0",
23
+ "@objectstack/spec": "7.7.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.6.0",
31
- "@objectstack/driver-sql": "7.6.0",
32
- "@objectstack/plugin-hono-server": "7.6.0",
33
- "@objectstack/driver-mongodb": "7.6.0"
30
+ "@objectstack/driver-memory": "7.7.0",
31
+ "@objectstack/driver-sql": "7.7.0",
32
+ "@objectstack/plugin-hono-server": "7.7.0",
33
+ "@objectstack/driver-mongodb": "7.7.0"
34
34
  },
35
35
  "keywords": [
36
36
  "objectstack",