@xyo-network/bridge-pub-sub 3.0.5 → 3.0.7

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 (1) hide show
  1. package/package.json +44 -44
package/package.json CHANGED
@@ -1,14 +1,33 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge-pub-sub",
3
+ "version": "3.0.7",
4
+ "description": "Primary SDK for using XYO Protocol 2.0",
5
+ "homepage": "https://xyo.network",
6
+ "bugs": {
7
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues",
8
+ "email": "support@xyo.network"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
13
+ },
14
+ "license": "LGPL-3.0-only",
3
15
  "author": {
4
- "email": "support@xyo.network",
5
16
  "name": "XYO Development Team",
17
+ "email": "support@xyo.network",
6
18
  "url": "https://xyo.network"
7
19
  },
8
- "bugs": {
9
- "email": "support@xyo.network",
10
- "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
20
+ "sideEffects": false,
21
+ "type": "module",
22
+ "exports": {
23
+ ".": {
24
+ "types": "./dist/neutral/index.d.ts",
25
+ "default": "./dist/neutral/index.mjs"
26
+ },
27
+ "./package.json": "./package.json"
11
28
  },
29
+ "module": "dist/neutral/index.mjs",
30
+ "types": "dist/neutral/index.d.ts",
12
31
  "dependencies": {
13
32
  "@xylabs/array": "^4.0.2",
14
33
  "@xylabs/assert": "^4.0.2",
@@ -19,53 +38,34 @@
19
38
  "@xylabs/object": "^4.0.2",
20
39
  "@xylabs/promise": "^4.0.2",
21
40
  "@xylabs/timer": "^4.0.2",
22
- "@xyo-network/account": "^3.0.5",
23
- "@xyo-network/archivist-model": "^3.0.5",
24
- "@xyo-network/boundwitness-model": "^3.0.5",
25
- "@xyo-network/bridge-abstract": "^3.0.5",
26
- "@xyo-network/bridge-model": "^3.0.5",
27
- "@xyo-network/config-payload-plugin": "^3.0.5",
28
- "@xyo-network/diviner-boundwitness-model": "^3.0.5",
29
- "@xyo-network/diviner-model": "^3.0.5",
30
- "@xyo-network/module-model": "^3.0.5",
31
- "@xyo-network/node-model": "^3.0.5",
32
- "@xyo-network/payload-builder": "^3.0.5",
33
- "@xyo-network/payload-model": "^3.0.5",
41
+ "@xyo-network/account": "^3.0.7",
42
+ "@xyo-network/archivist-model": "^3.0.7",
43
+ "@xyo-network/boundwitness-model": "^3.0.7",
44
+ "@xyo-network/bridge-abstract": "^3.0.7",
45
+ "@xyo-network/bridge-model": "^3.0.7",
46
+ "@xyo-network/config-payload-plugin": "^3.0.7",
47
+ "@xyo-network/diviner-boundwitness-model": "^3.0.7",
48
+ "@xyo-network/diviner-model": "^3.0.7",
49
+ "@xyo-network/module-model": "^3.0.7",
50
+ "@xyo-network/node-model": "^3.0.7",
51
+ "@xyo-network/payload-builder": "^3.0.7",
52
+ "@xyo-network/payload-model": "^3.0.7",
34
53
  "async-mutex": "^0.5.0",
35
54
  "lru-cache": "^11.0.0"
36
55
  },
37
56
  "devDependencies": {
38
57
  "@xylabs/logger": "^4.0.2",
39
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20",
40
- "@xylabs/tsconfig": "^4.0.0-rc.20",
41
- "@xyo-network/archivist-memory": "^3.0.5",
42
- "@xyo-network/diviner-boundwitness-memory": "^3.0.5",
43
- "@xyo-network/module-abstract": "^3.0.5",
44
- "@xyo-network/node-memory": "^3.0.5",
45
- "@xyo-network/node-model": "^3.0.5",
46
- "@xyo-network/payload-wrapper": "^3.0.5",
58
+ "@xylabs/ts-scripts-yarn3": "^4.0.0",
59
+ "@xylabs/tsconfig": "^4.0.0",
60
+ "@xyo-network/archivist-memory": "^3.0.7",
61
+ "@xyo-network/diviner-boundwitness-memory": "^3.0.7",
62
+ "@xyo-network/module-abstract": "^3.0.7",
63
+ "@xyo-network/node-memory": "^3.0.7",
64
+ "@xyo-network/node-model": "^3.0.7",
65
+ "@xyo-network/payload-wrapper": "^3.0.7",
47
66
  "typescript": "^5.5.4"
48
67
  },
49
- "description": "Primary SDK for using XYO Protocol 2.0",
50
- "types": "dist/neutral/index.d.ts",
51
- "exports": {
52
- ".": {
53
- "types": "./dist/neutral/index.d.ts",
54
- "default": "./dist/neutral/index.mjs"
55
- },
56
- "./package.json": "./package.json"
57
- },
58
- "module": "dist/neutral/index.mjs",
59
- "homepage": "https://xyo.network",
60
- "license": "LGPL-3.0-only",
61
68
  "publishConfig": {
62
69
  "access": "public"
63
- },
64
- "repository": {
65
- "type": "git",
66
- "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
67
- },
68
- "sideEffects": false,
69
- "version": "3.0.5",
70
- "type": "module"
70
+ }
71
71
  }