@xyo-network/bridge-abstract 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 +49 -49
package/package.json CHANGED
@@ -1,14 +1,33 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge-abstract",
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/assert": "^4.0.2",
14
33
  "@xylabs/exists": "^4.0.2",
@@ -17,56 +36,37 @@
17
36
  "@xylabs/lodash": "^4.0.2",
18
37
  "@xylabs/object": "^4.0.2",
19
38
  "@xylabs/promise": "^4.0.2",
20
- "@xyo-network/account": "^3.0.5",
21
- "@xyo-network/account-model": "^3.0.5",
22
- "@xyo-network/archivist-model": "^3.0.5",
23
- "@xyo-network/archivist-wrapper": "^3.0.5",
24
- "@xyo-network/boundwitness-model": "^3.0.5",
25
- "@xyo-network/boundwitness-wrapper": "^3.0.5",
26
- "@xyo-network/bridge-model": "^3.0.5",
27
- "@xyo-network/diviner-model": "^3.0.5",
28
- "@xyo-network/diviner-wrapper": "^3.0.5",
29
- "@xyo-network/manifest-model": "^3.0.5",
30
- "@xyo-network/module-abstract": "^3.0.5",
31
- "@xyo-network/module-model": "^3.0.5",
32
- "@xyo-network/module-resolver": "^3.0.5",
33
- "@xyo-network/module-wrapper": "^3.0.5",
34
- "@xyo-network/node-model": "^3.0.5",
35
- "@xyo-network/node-wrapper": "^3.0.5",
36
- "@xyo-network/payload-builder": "^3.0.5",
37
- "@xyo-network/payload-model": "^3.0.5",
38
- "@xyo-network/query-payload-plugin": "^3.0.5",
39
- "@xyo-network/sentinel-model": "^3.0.5",
40
- "@xyo-network/sentinel-wrapper": "^3.0.5",
41
- "@xyo-network/witness-model": "^3.0.5",
42
- "@xyo-network/witness-wrapper": "^3.0.5",
39
+ "@xyo-network/account": "^3.0.7",
40
+ "@xyo-network/account-model": "^3.0.7",
41
+ "@xyo-network/archivist-model": "^3.0.7",
42
+ "@xyo-network/archivist-wrapper": "^3.0.7",
43
+ "@xyo-network/boundwitness-model": "^3.0.7",
44
+ "@xyo-network/boundwitness-wrapper": "^3.0.7",
45
+ "@xyo-network/bridge-model": "^3.0.7",
46
+ "@xyo-network/diviner-model": "^3.0.7",
47
+ "@xyo-network/diviner-wrapper": "^3.0.7",
48
+ "@xyo-network/manifest-model": "^3.0.7",
49
+ "@xyo-network/module-abstract": "^3.0.7",
50
+ "@xyo-network/module-model": "^3.0.7",
51
+ "@xyo-network/module-resolver": "^3.0.7",
52
+ "@xyo-network/module-wrapper": "^3.0.7",
53
+ "@xyo-network/node-model": "^3.0.7",
54
+ "@xyo-network/node-wrapper": "^3.0.7",
55
+ "@xyo-network/payload-builder": "^3.0.7",
56
+ "@xyo-network/payload-model": "^3.0.7",
57
+ "@xyo-network/query-payload-plugin": "^3.0.7",
58
+ "@xyo-network/sentinel-model": "^3.0.7",
59
+ "@xyo-network/sentinel-wrapper": "^3.0.7",
60
+ "@xyo-network/witness-model": "^3.0.7",
61
+ "@xyo-network/witness-wrapper": "^3.0.7",
43
62
  "lru-cache": "^11.0.0"
44
63
  },
45
64
  "devDependencies": {
46
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20",
47
- "@xylabs/tsconfig": "^4.0.0-rc.20",
65
+ "@xylabs/ts-scripts-yarn3": "^4.0.0",
66
+ "@xylabs/tsconfig": "^4.0.0",
48
67
  "typescript": "^5.5.4"
49
68
  },
50
- "description": "Primary SDK for using XYO Protocol 2.0",
51
- "types": "dist/neutral/index.d.ts",
52
- "exports": {
53
- ".": {
54
- "types": "./dist/neutral/index.d.ts",
55
- "default": "./dist/neutral/index.mjs"
56
- },
57
- "./package.json": "./package.json"
58
- },
59
- "module": "dist/neutral/index.mjs",
60
- "homepage": "https://xyo.network",
61
- "license": "LGPL-3.0-only",
62
69
  "publishConfig": {
63
70
  "access": "public"
64
- },
65
- "repository": {
66
- "type": "git",
67
- "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
68
- },
69
- "sideEffects": false,
70
- "version": "3.0.5",
71
- "type": "module"
71
+ }
72
72
  }