@dxos/client-services 0.8.4-staging.60fe92afc8 → 0.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/client-services",
3
- "version": "0.8.4-staging.60fe92afc8",
3
+ "version": "0.9.0",
4
4
  "description": "DXOS client services implementation",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -60,49 +60,49 @@
60
60
  "cbor-x": "^1.5.4",
61
61
  "effect": "3.21.3",
62
62
  "platform": "^1.3.6",
63
- "@dxos/client-protocol": "0.8.4-staging.60fe92afc8",
64
- "@dxos/config": "0.8.4-staging.60fe92afc8",
65
- "@dxos/codec-protobuf": "0.8.4-staging.60fe92afc8",
66
- "@dxos/async": "0.8.4-staging.60fe92afc8",
67
- "@dxos/context": "0.8.4-staging.60fe92afc8",
68
- "@dxos/crypto": "0.8.4-staging.60fe92afc8",
69
- "@dxos/debug": "0.8.4-staging.60fe92afc8",
70
- "@dxos/credentials": "0.8.4-staging.60fe92afc8",
71
- "@dxos/echo": "0.8.4-staging.60fe92afc8",
72
- "@dxos/echo-client": "0.8.4-staging.60fe92afc8",
73
- "@dxos/echo-host": "0.8.4-staging.60fe92afc8",
74
- "@dxos/echo-protocol": "0.8.4-staging.60fe92afc8",
75
- "@dxos/edge-client": "0.8.4-staging.60fe92afc8",
76
- "@dxos/effect": "0.8.4-staging.60fe92afc8",
77
- "@dxos/feed": "0.8.4-staging.60fe92afc8",
78
- "@dxos/invariant": "0.8.4-staging.60fe92afc8",
79
- "@dxos/keys": "0.8.4-staging.60fe92afc8",
80
- "@dxos/keyring": "0.8.4-staging.60fe92afc8",
81
- "@dxos/kv-store": "0.8.4-staging.60fe92afc8",
82
- "@dxos/lock-file": "0.8.4-staging.60fe92afc8",
83
- "@dxos/log": "0.8.4-staging.60fe92afc8",
84
- "@dxos/messaging": "0.8.4-staging.60fe92afc8",
85
- "@dxos/feed-store": "0.8.4-staging.60fe92afc8",
86
- "@dxos/network-manager": "0.8.4-staging.60fe92afc8",
87
- "@dxos/node-std": "0.8.4-staging.60fe92afc8",
88
- "@dxos/random-access-storage": "0.8.4-staging.60fe92afc8",
89
- "@dxos/protocols": "0.8.4-staging.60fe92afc8",
90
- "@dxos/sql-sqlite": "0.8.4-staging.60fe92afc8",
91
- "@dxos/rpc": "0.8.4-staging.60fe92afc8",
92
- "@dxos/teleport": "0.8.4-staging.60fe92afc8",
93
- "@dxos/teleport-extension-object-sync": "0.8.4-staging.60fe92afc8",
94
- "@dxos/teleport-extension-gossip": "0.8.4-staging.60fe92afc8",
95
- "@dxos/tracing": "0.8.4-staging.60fe92afc8",
96
- "@dxos/timeframe": "0.8.4-staging.60fe92afc8",
97
- "@dxos/util": "0.8.4-staging.60fe92afc8",
98
- "@dxos/websocket-rpc": "0.8.4-staging.60fe92afc8"
63
+ "@dxos/async": "0.9.0",
64
+ "@dxos/codec-protobuf": "0.9.0",
65
+ "@dxos/client-protocol": "0.9.0",
66
+ "@dxos/credentials": "0.9.0",
67
+ "@dxos/config": "0.9.0",
68
+ "@dxos/crypto": "0.9.0",
69
+ "@dxos/context": "0.9.0",
70
+ "@dxos/echo": "0.9.0",
71
+ "@dxos/debug": "0.9.0",
72
+ "@dxos/echo-client": "0.9.0",
73
+ "@dxos/edge-client": "0.9.0",
74
+ "@dxos/echo-protocol": "0.9.0",
75
+ "@dxos/feed": "0.9.0",
76
+ "@dxos/feed-store": "0.9.0",
77
+ "@dxos/invariant": "0.9.0",
78
+ "@dxos/keyring": "0.9.0",
79
+ "@dxos/kv-store": "0.9.0",
80
+ "@dxos/keys": "0.9.0",
81
+ "@dxos/lock-file": "0.9.0",
82
+ "@dxos/effect": "0.9.0",
83
+ "@dxos/log": "0.9.0",
84
+ "@dxos/messaging": "0.9.0",
85
+ "@dxos/echo-host": "0.9.0",
86
+ "@dxos/protocols": "0.9.0",
87
+ "@dxos/network-manager": "0.9.0",
88
+ "@dxos/random-access-storage": "0.9.0",
89
+ "@dxos/node-std": "0.9.0",
90
+ "@dxos/rpc": "0.9.0",
91
+ "@dxos/sql-sqlite": "0.9.0",
92
+ "@dxos/teleport-extension-gossip": "0.9.0",
93
+ "@dxos/teleport": "0.9.0",
94
+ "@dxos/timeframe": "0.9.0",
95
+ "@dxos/tracing": "0.9.0",
96
+ "@dxos/websocket-rpc": "0.9.0",
97
+ "@dxos/teleport-extension-object-sync": "0.9.0",
98
+ "@dxos/util": "0.9.0"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/platform": "^1.3.4",
102
102
  "@types/readable-stream": "^2.3.9",
103
103
  "get-port-please": "^3.1.1",
104
- "@dxos/signal": "0.8.4-staging.60fe92afc8",
105
- "@dxos/test-utils": "0.8.4-staging.60fe92afc8"
104
+ "@dxos/signal": "0.9.0",
105
+ "@dxos/test-utils": "0.9.0"
106
106
  },
107
107
  "publishConfig": {
108
108
  "access": "public"
package/src/version.ts CHANGED
@@ -1 +1,5 @@
1
- export const DXOS_VERSION = "0.8.4-staging.60fe92afc8";
1
+ //
2
+ // Copyright 2023 DXOS.org
3
+ //
4
+
5
+ export const DXOS_VERSION = '0.9.0'; // {x-release-please-version}