@xyo-network/manifest 5.3.30 → 5.5.0

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.
@@ -1,3 +1,2 @@
1
1
  export * from '@xyo-network/manifest-model';
2
- export * from '@xyo-network/manifest-wrapper';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA"}
@@ -1,4 +1,3 @@
1
1
  // src/index.ts
2
2
  export * from "@xyo-network/manifest-model";
3
- export * from "@xyo-network/manifest-wrapper";
4
3
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/manifest-model'\nexport * from '@xyo-network/manifest-wrapper'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/manifest-model'\n"],"mappings":";AAAA,cAAc;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/manifest",
3
- "version": "5.3.30",
3
+ "version": "5.5.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -22,12 +22,10 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
- "import": "./dist/neutral/index.mjs",
26
25
  "default": "./dist/neutral/index.mjs"
27
26
  },
28
27
  "./package.json": "./package.json"
29
28
  },
30
- "types": "dist/neutral/index.d.ts",
31
29
  "files": [
32
30
  "dist",
33
31
  "json",
@@ -37,82 +35,58 @@
37
35
  "README.md"
38
36
  ],
39
37
  "dependencies": {
40
- "@xyo-network/manifest-model": "~5.3.30",
41
- "@xyo-network/manifest-wrapper": "~5.3.30"
38
+ "@xyo-network/manifest-model": "~5.5.0"
42
39
  },
43
40
  "devDependencies": {
41
+ "@inquirer/core": "~11.1.8",
44
42
  "@opentelemetry/api": "^1.9.1",
45
- "@types/node": "^25.5.2",
46
- "@xylabs/sdk-js": "^5.0.95",
47
- "@xylabs/ts-scripts-common": "~7.8.6",
48
- "@xylabs/ts-scripts-pnpm": "~7.8.6",
49
- "@xylabs/tsconfig": "~7.8.6",
50
- "@xylabs/vitest-extended": "~5.0.95",
51
- "@xylabs/vitest-matchers": "~5.0.95",
52
- "@xyo-network/account": "~5.3.30",
53
- "@xyo-network/account-model": "~5.3.30",
54
- "@xyo-network/archivist-abstract": "~5.3.30",
55
- "@xyo-network/archivist-generic": "~5.3.30",
56
- "@xyo-network/archivist-memory": "~5.3.30",
57
- "@xyo-network/archivist-model": "~5.3.30",
58
- "@xyo-network/archivist-view": "~5.3.30",
59
- "@xyo-network/archivist-wrapper": "~5.3.30",
60
- "@xyo-network/boundwitness-builder": "~5.3.30",
61
- "@xyo-network/boundwitness-validator": "~5.3.30",
62
- "@xyo-network/bridge-abstract": "~5.3.30",
63
- "@xyo-network/bridge-model": "~5.3.30",
64
- "@xyo-network/config-payload-plugin": "~5.3.30",
65
- "@xyo-network/data": "~5.3.30",
66
- "@xyo-network/diviner-abstract": "~5.3.30",
67
- "@xyo-network/diviner-boundwitness-memory": "~5.3.30",
68
- "@xyo-network/diviner-identity": "~5.3.30",
69
- "@xyo-network/diviner-model": "~5.3.30",
70
- "@xyo-network/diviner-payload-generic": "~5.3.30",
71
- "@xyo-network/diviner-payload-model": "~5.3.30",
72
- "@xyo-network/diviner-wrapper": "~5.3.30",
73
- "@xyo-network/elliptic": "~5.3.30",
74
- "@xyo-network/hash": "~5.3.30",
75
- "@xyo-network/manifest-test": "~5.3.30",
76
- "@xyo-network/module-abstract": "~5.3.30",
77
- "@xyo-network/module-factory-locator": "~5.3.30",
78
- "@xyo-network/module-model": "~5.3.30",
79
- "@xyo-network/module-resolver": "~5.3.30",
80
- "@xyo-network/module-wrapper": "~5.3.30",
81
- "@xyo-network/node-abstract": "~5.3.30",
82
- "@xyo-network/node-memory": "~5.3.30",
83
- "@xyo-network/node-model": "~5.3.30",
84
- "@xyo-network/node-view": "~5.3.30",
85
- "@xyo-network/node-wrapper": "~5.3.30",
86
- "@xyo-network/payload-builder": "~5.3.30",
87
- "@xyo-network/payload-model": "~5.3.30",
88
- "@xyo-network/payload-validator": "~5.3.30",
89
- "@xyo-network/payload-wrapper": "~5.3.30",
90
- "@xyo-network/previous-hash-store-model": "~5.3.30",
91
- "@xyo-network/sentinel-abstract": "~5.3.30",
92
- "@xyo-network/sentinel-memory": "~5.3.30",
93
- "@xyo-network/sentinel-model": "~5.3.30",
94
- "@xyo-network/wallet": "~5.3.30",
95
- "@xyo-network/wallet-model": "~5.3.30",
96
- "@xyo-network/wasm": "~5.3.30",
97
- "@xyo-network/witness-adhoc": "~5.3.30",
98
- "@xyo-network/witness-model": "~5.3.30",
43
+ "@opentelemetry/sdk-trace-base": "^2",
44
+ "@types/node": "^25.6.0",
45
+ "@xylabs/sdk-js": "^5.0.99",
46
+ "@xylabs/toolchain": "~7.11.2",
47
+ "@xylabs/tsconfig": "~7.11.2",
48
+ "@xylabs/vitest-extended": "~5.0",
49
+ "@xylabs/vitest-matchers": "~5.0.99",
99
50
  "ajv": "~8.18.0",
100
- "axios": "^1.14.0",
51
+ "async-mutex": "^0.5",
52
+ "bn.js": "^5",
53
+ "buffer": "^6",
54
+ "chalk": "^5",
55
+ "cosmiconfig": ">=9",
56
+ "cosmiconfig-typescript-loader": "~6.3.0",
57
+ "cpy": "~13.2.1",
58
+ "deepmerge": "~4.3.1",
101
59
  "esbuild": "^0.28.0",
102
- "ethers": "^6.16.0",
60
+ "eslint": "^10.2.0",
61
+ "ethers": "^6",
62
+ "find-up": "~8.0.0",
63
+ "get-tsconfig": "~4.13.7",
64
+ "glob": "~13.0.6",
65
+ "license-checker": "~25.0.1",
103
66
  "pako": "~2.1.0",
67
+ "parse-git-config": "~3.0.0",
68
+ "picomatch": "~4.0.4",
69
+ "publint": "~0.3.18",
70
+ "rollup": "~4.60.1",
71
+ "rollup-plugin-dts": "~6.4.1",
72
+ "rollup-plugin-node-externals": "~9.0.1",
73
+ "semver": "~7.7.4",
74
+ "sort-package-json": "~3.6.1",
75
+ "tsup": "~8.5.1",
76
+ "types-package-json": "~2.0.39",
104
77
  "typescript": "~5.9.3",
105
- "vite": "^8.0.5",
106
- "vitest": "~4.1.2",
107
- "zod": "^4.3.6"
78
+ "vite": "^8.0.8",
79
+ "vitest": "~4.1.5",
80
+ "yargs": "~18.0.0",
81
+ "zod": "^4.3.6",
82
+ "@xyo-network/manifest-test": "~5.5.0",
83
+ "@xyo-network/payload-model": "~5.5.0"
108
84
  },
109
85
  "peerDependencies": {
110
- "@xyo-network/account": "~5.3",
111
- "@xyo-network/account-model": "~5.3",
112
- "@xyo-network/payload-builder": "~5.3",
113
- "@xyo-network/payload-validator": "~5.3"
86
+ "@xylabs/sdk-js": "^5.0.99",
87
+ "zod": "^4.3.6"
114
88
  },
115
89
  "publishConfig": {
116
90
  "access": "public"
117
91
  }
118
- }
92
+ }