@objectstack/service-datasource 8.0.0 → 8.0.1

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@8.0.0 build /home/runner/work/framework/framework/packages/services/service-datasource
2
+ > @objectstack/service-datasource@8.0.1 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
@@ -10,18 +10,18 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.js 35.43 KB
14
13
  ESM dist/contracts/index.js 33.00 B
15
- ESM dist/index.js.map 88.79 KB
14
+ ESM dist/index.js 35.43 KB
16
15
  ESM dist/contracts/index.js.map 71.00 B
17
- ESM ⚡️ Build success in 169ms
16
+ ESM dist/index.js.map 88.79 KB
17
+ ESM ⚡️ Build success in 1160ms
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 1072ms
22
+ CJS ⚡️ Build success in 1180ms
23
23
  DTS Build start
24
- DTS ⚡️ Build success in 16833ms
24
+ DTS ⚡️ Build success in 18267ms
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
+ ## 8.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@8.0.1
8
+ - @objectstack/core@8.0.1
9
+
3
10
  ## 8.0.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": "8.0.0",
3
+ "version": "8.0.1",
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": "8.0.0",
23
- "@objectstack/spec": "8.0.0"
22
+ "@objectstack/core": "8.0.1",
23
+ "@objectstack/spec": "8.0.1"
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": "8.0.0",
31
- "@objectstack/driver-sql": "8.0.0",
32
- "@objectstack/plugin-hono-server": "8.0.0",
33
- "@objectstack/driver-mongodb": "8.0.0"
30
+ "@objectstack/driver-memory": "8.0.1",
31
+ "@objectstack/driver-sql": "8.0.1",
32
+ "@objectstack/plugin-hono-server": "8.0.1",
33
+ "@objectstack/driver-mongodb": "8.0.1"
34
34
  },
35
35
  "keywords": [
36
36
  "objectstack",