@objectstack/service-cluster 9.1.0 → 9.3.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-cluster@9.1.0 build /home/runner/work/framework/framework/packages/services/service-cluster
2
+ > @objectstack/service-cluster@9.3.0 build /home/runner/work/framework/framework/packages/services/service-cluster
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts, src/testing.ts
@@ -14,14 +14,14 @@
14
14
  ESM dist/testing.js 8.60 KB
15
15
  ESM dist/index.js.map 33.85 KB
16
16
  ESM dist/testing.js.map 18.62 KB
17
- ESM ⚡️ Build success in 861ms
18
- CJS dist/testing.cjs 11.60 KB
17
+ ESM ⚡️ Build success in 750ms
19
18
  CJS dist/index.cjs 13.98 KB
20
- CJS dist/testing.cjs.map 14.18 KB
19
+ CJS dist/testing.cjs 11.60 KB
21
20
  CJS dist/index.cjs.map 37.23 KB
22
- CJS ⚡️ Build success in 994ms
21
+ CJS dist/testing.cjs.map 14.18 KB
22
+ CJS ⚡️ Build success in 760ms
23
23
  DTS Build start
24
- DTS ⚡️ Build success in 21194ms
24
+ DTS ⚡️ Build success in 20400ms
25
25
  DTS dist/index.d.ts 8.05 KB
26
26
  DTS dist/testing.d.ts 794.00 B
27
27
  DTS dist/index.d.cts 8.05 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @objectstack/service-cluster
2
2
 
3
+ ## 9.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1ada658]
8
+ - Updated dependencies [3219191]
9
+ - Updated dependencies [290f631]
10
+ - Updated dependencies [50b7b47]
11
+ - Updated dependencies [f15d6f6]
12
+ - Updated dependencies [f8684ea]
13
+ - Updated dependencies [b4765be]
14
+ - @objectstack/spec@9.3.0
15
+ - @objectstack/core@9.3.0
16
+
17
+ ## 9.2.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [2f57b75]
22
+ - Updated dependencies [2f57b75]
23
+ - @objectstack/spec@9.2.0
24
+ - @objectstack/core@9.2.0
25
+
3
26
  ## 9.1.0
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-cluster",
3
- "version": "9.1.0",
3
+ "version": "9.3.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Cluster Service for ObjectStack — pluggable PubSub/Lock/KV/Counter primitives. Memory driver included; postgres/redis drivers ship separately.",
6
6
  "type": "module",
@@ -19,8 +19,8 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@objectstack/core": "9.1.0",
23
- "@objectstack/spec": "9.1.0"
22
+ "@objectstack/core": "9.3.0",
23
+ "@objectstack/spec": "9.3.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^25.9.2",