@xyo-network/node 3.0.6 → 3.0.8

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.
@@ -3,3 +3,4 @@ export * from '@xyo-network/node-memory';
3
3
  export * from '@xyo-network/node-model';
4
4
  export * from '@xyo-network/node-view';
5
5
  export * from '@xyo-network/node-wrapper';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,2BAA2B,CAAA"}
package/package.json CHANGED
@@ -1,40 +1,24 @@
1
1
  {
2
2
  "name": "@xyo-network/node",
3
- "author": {
4
- "email": "support@xyo.network",
5
- "name": "XYO Development Team",
6
- "url": "https://xyo.network"
7
- },
3
+ "version": "3.0.8",
4
+ "description": "Primary SDK for using XYO Protocol 2.0",
5
+ "homepage": "https://xyo.network",
8
6
  "bugs": {
9
- "email": "support@xyo.network",
10
- "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
7
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues",
8
+ "email": "support@xyo.network"
11
9
  },
12
- "dependencies": {
13
- "@xyo-network/node-abstract": "^3.0.6",
14
- "@xyo-network/node-memory": "^3.0.6",
15
- "@xyo-network/node-model": "^3.0.6",
16
- "@xyo-network/node-view": "^3.0.6",
17
- "@xyo-network/node-wrapper": "^3.0.6"
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
18
13
  },
19
- "devDependencies": {
20
- "@xylabs/delay": "^4.0.2",
21
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.30",
22
- "@xylabs/tsconfig": "^4.0.0-rc.30",
23
- "@xyo-network/account": "^3.0.6",
24
- "@xyo-network/account-model": "^3.0.6",
25
- "@xyo-network/archivist-memory": "^3.0.6",
26
- "@xyo-network/archivist-model": "^3.0.6",
27
- "@xyo-network/diviner-archivist": "^3.0.6",
28
- "@xyo-network/diviner-huri": "^3.0.6",
29
- "@xyo-network/diviner-model": "^3.0.6",
30
- "@xyo-network/manifest-model": "^3.0.6",
31
- "@xyo-network/module-model": "^3.0.6",
32
- "@xyo-network/payload": "^3.0.6",
33
- "@xyo-network/witness-adhoc": "^3.0.6",
34
- "typescript": "^5.5.4"
14
+ "license": "LGPL-3.0-only",
15
+ "author": {
16
+ "name": "XYO Development Team",
17
+ "email": "support@xyo.network",
18
+ "url": "https://xyo.network"
35
19
  },
36
- "description": "Primary SDK for using XYO Protocol 2.0",
37
- "types": "dist/neutral/index.d.ts",
20
+ "sideEffects": false,
21
+ "type": "module",
38
22
  "exports": {
39
23
  ".": {
40
24
  "types": "./dist/neutral/index.d.ts",
@@ -43,16 +27,32 @@
43
27
  "./package.json": "./package.json"
44
28
  },
45
29
  "module": "dist/neutral/index.mjs",
46
- "homepage": "https://xyo.network",
47
- "license": "LGPL-3.0-only",
48
- "publishConfig": {
49
- "access": "public"
30
+ "types": "dist/neutral/index.d.ts",
31
+ "dependencies": {
32
+ "@xyo-network/node-abstract": "^3.0.8",
33
+ "@xyo-network/node-memory": "^3.0.8",
34
+ "@xyo-network/node-model": "^3.0.8",
35
+ "@xyo-network/node-view": "^3.0.8",
36
+ "@xyo-network/node-wrapper": "^3.0.8"
50
37
  },
51
- "repository": {
52
- "type": "git",
53
- "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
38
+ "devDependencies": {
39
+ "@xylabs/delay": "^4.0.3",
40
+ "@xylabs/ts-scripts-yarn3": "^4.0.7",
41
+ "@xylabs/tsconfig": "^4.0.7",
42
+ "@xyo-network/account": "^3.0.8",
43
+ "@xyo-network/account-model": "^3.0.8",
44
+ "@xyo-network/archivist-memory": "^3.0.8",
45
+ "@xyo-network/archivist-model": "^3.0.8",
46
+ "@xyo-network/diviner-archivist": "^3.0.8",
47
+ "@xyo-network/diviner-huri": "^3.0.8",
48
+ "@xyo-network/diviner-model": "^3.0.8",
49
+ "@xyo-network/manifest-model": "^3.0.8",
50
+ "@xyo-network/module-model": "^3.0.8",
51
+ "@xyo-network/payload": "^3.0.8",
52
+ "@xyo-network/witness-adhoc": "^3.0.8",
53
+ "typescript": "^5.5.4"
54
54
  },
55
- "sideEffects": false,
56
- "version": "3.0.6",
57
- "type": "module"
55
+ "publishConfig": {
56
+ "access": "public"
57
+ }
58
58
  }
package/xy.config.ts CHANGED
@@ -2,9 +2,7 @@ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
4
  browser: {},
5
- neutral: {
6
- src: true,
7
- },
5
+ neutral: { src: true },
8
6
  node: {},
9
7
  },
10
8
  }
package/xyo-config.js CHANGED
@@ -1,3 +1 @@
1
- module.exports = {
2
- version: 1,
3
- }
1
+ module.exports = { version: 1 }