@objectstack/service-cluster 11.2.0 → 11.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@11.2.0 build /home/runner/work/framework/framework/packages/services/service-cluster
2
+ > @objectstack/service-cluster@11.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
@@ -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 14.21 KB
14
- ESM dist/testing.js 8.60 KB
15
- ESM dist/index.js.map 40.08 KB
16
- ESM dist/testing.js.map 18.62 KB
17
- ESM ⚡️ Build success in 946ms
18
13
  CJS dist/index.cjs 15.68 KB
19
14
  CJS dist/testing.cjs 11.60 KB
20
15
  CJS dist/index.cjs.map 43.08 KB
21
16
  CJS dist/testing.cjs.map 14.18 KB
22
- CJS ⚡️ Build success in 957ms
17
+ CJS ⚡️ Build success in 1000ms
18
+ ESM dist/testing.js 8.60 KB
19
+ ESM dist/index.js 14.21 KB
20
+ ESM dist/testing.js.map 18.62 KB
21
+ ESM dist/index.js.map 40.08 KB
22
+ ESM ⚡️ Build success in 1001ms
23
23
  DTS Build start
24
- DTS ⚡️ Build success in 21398ms
24
+ DTS ⚡️ Build success in 21414ms
25
25
  DTS dist/index.d.ts 10.74 KB
26
26
  DTS dist/testing.d.ts 794.00 B
27
27
  DTS dist/index.d.cts 10.74 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @objectstack/service-cluster
2
2
 
3
+ ## 11.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [58e8e31]
8
+ - Updated dependencies [b4a5df0]
9
+ - @objectstack/spec@11.3.0
10
+ - @objectstack/core@11.3.0
11
+
3
12
  ## 11.2.0
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-cluster",
3
- "version": "11.2.0",
3
+ "version": "11.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,11 +19,11 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@objectstack/core": "11.2.0",
23
- "@objectstack/spec": "11.2.0"
22
+ "@objectstack/core": "11.3.0",
23
+ "@objectstack/spec": "11.3.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@types/node": "^26.0.0",
26
+ "@types/node": "^26.0.1",
27
27
  "typescript": "^6.0.3",
28
28
  "vitest": "^4.1.9"
29
29
  },