@dxos/network-manager 0.7.1-staging.599df14 → 0.7.1-staging.8709ba7

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.
Files changed (2) hide show
  1. package/module-stub.mjs +8 -0
  2. package/package.json +19 -18
@@ -0,0 +1,8 @@
1
+ //
2
+ // Copyright 2024 DXOS.org
3
+ //
4
+
5
+ throw new Error('This module is not available in the current environment');
6
+
7
+ // eslint-disable-next-line no-unreachable
8
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/network-manager",
3
- "version": "0.7.1-staging.599df14",
3
+ "version": "0.7.1-staging.8709ba7",
4
4
  "description": "Network Manager",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -60,6 +60,7 @@
60
60
  "files": [
61
61
  "testing.d.ts",
62
62
  "testing.js",
63
+ "module-stub.mjs",
63
64
  "dist",
64
65
  "src"
65
66
  ],
@@ -72,29 +73,29 @@
72
73
  "tiny-invariant": "^1.3.1",
73
74
  "ws": "^8.14.2",
74
75
  "xor-distance": "^2.0.0",
75
- "@dxos/async": "0.7.1-staging.599df14",
76
- "@dxos/codec-protobuf": "0.7.1-staging.599df14",
77
- "@dxos/context": "0.7.1-staging.599df14",
78
- "@dxos/debug": "0.7.1-staging.599df14",
79
- "@dxos/keys": "0.7.1-staging.599df14",
80
- "@dxos/invariant": "0.7.1-staging.599df14",
81
- "@dxos/log": "0.7.1-staging.599df14",
82
- "@dxos/node-std": "0.7.1-staging.599df14",
83
- "@dxos/messaging": "0.7.1-staging.599df14",
84
- "@dxos/protocols": "0.7.1-staging.599df14",
85
- "@dxos/rpc": "0.7.1-staging.599df14",
86
- "@dxos/tracing": "0.7.1-staging.599df14",
87
- "@dxos/teleport": "0.7.1-staging.599df14",
88
- "@dxos/util": "0.7.1-staging.599df14"
76
+ "@dxos/async": "0.7.1-staging.8709ba7",
77
+ "@dxos/codec-protobuf": "0.7.1-staging.8709ba7",
78
+ "@dxos/debug": "0.7.1-staging.8709ba7",
79
+ "@dxos/context": "0.7.1-staging.8709ba7",
80
+ "@dxos/log": "0.7.1-staging.8709ba7",
81
+ "@dxos/invariant": "0.7.1-staging.8709ba7",
82
+ "@dxos/keys": "0.7.1-staging.8709ba7",
83
+ "@dxos/messaging": "0.7.1-staging.8709ba7",
84
+ "@dxos/node-std": "0.7.1-staging.8709ba7",
85
+ "@dxos/protocols": "0.7.1-staging.8709ba7",
86
+ "@dxos/rpc": "0.7.1-staging.8709ba7",
87
+ "@dxos/teleport": "0.7.1-staging.8709ba7",
88
+ "@dxos/util": "0.7.1-staging.8709ba7",
89
+ "@dxos/tracing": "0.7.1-staging.8709ba7"
89
90
  },
90
91
  "devDependencies": {
91
92
  "@swc-node/register": "1.9.1",
92
93
  "@types/ws": "^7.4.0",
93
94
  "fast-check": "^3.19.0",
94
95
  "fetch-mock": "^11.0.0",
95
- "@dxos/edge-client": "0.7.1-staging.599df14",
96
- "@dxos/keyring": "0.7.1-staging.599df14",
97
- "@dxos/signal": "0.7.1-staging.599df14"
96
+ "@dxos/edge-client": "0.7.1-staging.8709ba7",
97
+ "@dxos/signal": "0.7.1-staging.8709ba7",
98
+ "@dxos/keyring": "0.7.1-staging.8709ba7"
98
99
  },
99
100
  "publishConfig": {
100
101
  "access": "public"