@dxos/crypto 0.6.12-main.78ddbdf → 0.6.12-main.7907542

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.
@@ -0,0 +1,11 @@
1
+ //
2
+ // Copyright 2024 DXOS.org
3
+ //
4
+
5
+ export {};
6
+
7
+ export const verify = () => {
8
+ throw new Error('hypercore-crypto is not available on this platform');
9
+ };
10
+
11
+ export default {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/crypto",
3
- "version": "0.6.12-main.78ddbdf",
3
+ "version": "0.6.12-main.7907542",
4
4
  "description": "Basic cross-platform crypto utils.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -32,16 +32,16 @@
32
32
  "files": [
33
33
  "dist",
34
34
  "src",
35
- "./hypercore-crypto-stub.js"
35
+ "./hypercore-crypto-stub.mjs"
36
36
  ],
37
37
  "dependencies": {
38
38
  "hypercore-crypto": "^2.3.0",
39
- "@dxos/invariant": "0.6.12-main.78ddbdf",
40
- "@dxos/keys": "0.6.12-main.78ddbdf",
41
- "@dxos/node-std": "0.6.12-main.78ddbdf"
39
+ "@dxos/invariant": "0.6.12-main.7907542",
40
+ "@dxos/keys": "0.6.12-main.7907542",
41
+ "@dxos/node-std": "0.6.12-main.7907542"
42
42
  },
43
43
  "devDependencies": {
44
- "@types/node": "^22.6.1"
44
+ "@types/node": "^22.7.4"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"