@effect/cluster 0.30.3 → 0.30.5
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.
- package/ClusterError/package.json +2 -2
- package/ClusterMetrics/package.json +2 -2
- package/ClusterSchema/package.json +2 -2
- package/DeliverAt/package.json +2 -2
- package/Entity/package.json +2 -2
- package/EntityAddress/package.json +2 -2
- package/EntityId/package.json +2 -2
- package/EntityType/package.json +2 -2
- package/Envelope/package.json +2 -2
- package/HttpCommon/package.json +2 -2
- package/HttpRunner/package.json +2 -2
- package/HttpShardManager/package.json +2 -2
- package/MachineId/package.json +2 -2
- package/Message/package.json +2 -2
- package/MessageStorage/package.json +2 -2
- package/Reply/package.json +2 -2
- package/Runner/package.json +2 -2
- package/RunnerAddress/package.json +2 -2
- package/RunnerHealth/package.json +2 -2
- package/RunnerServer/package.json +2 -2
- package/Runners/package.json +2 -2
- package/ShardId/package.json +2 -2
- package/ShardManager/package.json +2 -2
- package/ShardStorage/package.json +2 -2
- package/Sharding/package.json +2 -2
- package/ShardingConfig/package.json +2 -2
- package/ShardingRegistrationEvent/package.json +2 -2
- package/Singleton/package.json +2 -2
- package/SingletonAddress/package.json +2 -2
- package/Snowflake/package.json +2 -2
- package/SocketRunner/package.json +2 -2
- package/SocketShardManager/package.json +2 -2
- package/SqlMessageStorage/package.json +2 -2
- package/SqlShardStorage/package.json +2 -2
- package/SynchronizedClock/package.json +2 -2
- package/index/package.json +6 -0
- package/package.json +14 -5
package/DeliverAt/package.json
CHANGED
package/Entity/package.json
CHANGED
package/EntityId/package.json
CHANGED
package/EntityType/package.json
CHANGED
package/Envelope/package.json
CHANGED
package/HttpCommon/package.json
CHANGED
package/HttpRunner/package.json
CHANGED
package/MachineId/package.json
CHANGED
package/Message/package.json
CHANGED
package/Reply/package.json
CHANGED
package/Runner/package.json
CHANGED
package/Runners/package.json
CHANGED
package/ShardId/package.json
CHANGED
package/Sharding/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
|
+
"sideEffects": [],
|
2
3
|
"main": "../dist/cjs/ShardingRegistrationEvent.js",
|
3
4
|
"module": "../dist/esm/ShardingRegistrationEvent.js",
|
4
|
-
"types": "../dist/dts/ShardingRegistrationEvent.d.ts"
|
5
|
-
"sideEffects": []
|
5
|
+
"types": "../dist/dts/ShardingRegistrationEvent.d.ts"
|
6
6
|
}
|
package/Singleton/package.json
CHANGED
package/Snowflake/package.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@effect/cluster",
|
3
|
-
"version": "0.30.
|
3
|
+
"version": "0.30.5",
|
4
4
|
"description": "Unified interfaces for common cluster-specific services",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -9,11 +9,12 @@
|
|
9
9
|
"directory": "packages/cluster"
|
10
10
|
},
|
11
11
|
"sideEffects": [],
|
12
|
+
"homepage": "https://effect.website",
|
12
13
|
"peerDependencies": {
|
13
|
-
"@effect/platform": "^0.80.
|
14
|
-
"@effect/
|
15
|
-
"@effect/
|
16
|
-
"effect": "^3.14.
|
14
|
+
"@effect/platform": "^0.80.17",
|
15
|
+
"@effect/sql": "^0.33.17",
|
16
|
+
"@effect/rpc": "^0.56.5",
|
17
|
+
"effect": "^3.14.17"
|
17
18
|
},
|
18
19
|
"publishConfig": {
|
19
20
|
"provenance": true
|
@@ -202,6 +203,11 @@
|
|
202
203
|
"types": "./dist/dts/SynchronizedClock.d.ts",
|
203
204
|
"import": "./dist/esm/SynchronizedClock.js",
|
204
205
|
"default": "./dist/cjs/SynchronizedClock.js"
|
206
|
+
},
|
207
|
+
"./index": {
|
208
|
+
"types": "./dist/dts/index.d.ts",
|
209
|
+
"import": "./dist/esm/index.js",
|
210
|
+
"default": "./dist/cjs/index.js"
|
205
211
|
}
|
206
212
|
},
|
207
213
|
"typesVersions": {
|
@@ -310,6 +316,9 @@
|
|
310
316
|
],
|
311
317
|
"SynchronizedClock": [
|
312
318
|
"./dist/dts/SynchronizedClock.d.ts"
|
319
|
+
],
|
320
|
+
"index": [
|
321
|
+
"./dist/dts/index.d.ts"
|
313
322
|
]
|
314
323
|
}
|
315
324
|
}
|