@xyo-network/core
Advanced tools
Comparing version 2.111.3 to 3.0.0
export * from '@xyo-network/data'; | ||
export * from '@xyo-network/hash'; | ||
export * from '@xyo-network/wasm'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -13,5 +13,5 @@ { | ||
"dependencies": { | ||
"@xyo-network/data": "^2.111.3", | ||
"@xyo-network/hash": "^2.111.3", | ||
"@xyo-network/wasm": "^2.111.3" | ||
"@xyo-network/data": "^3.0.0", | ||
"@xyo-network/hash": "^3.0.0", | ||
"@xyo-network/wasm": "^3.0.0" | ||
}, | ||
@@ -21,4 +21,4 @@ "description": "Primary SDK for using XYO Protocol 2.0", | ||
"@types/node": "^22.1.0", | ||
"@xylabs/ts-scripts-yarn3": "^3.15.14", | ||
"@xylabs/tsconfig": "^3.15.14", | ||
"@xylabs/ts-scripts-yarn3": "next", | ||
"@xylabs/tsconfig": "next", | ||
"typescript": "^5.5.4" | ||
@@ -28,28 +28,9 @@ }, | ||
".": { | ||
"browser": { | ||
"require": { | ||
"types": "./dist/browser/index.d.cts", | ||
"default": "./dist/browser/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/browser/index.d.mts", | ||
"default": "./dist/browser/index.mjs" | ||
} | ||
}, | ||
"node": { | ||
"require": { | ||
"types": "./dist/node/index.d.cts", | ||
"default": "./dist/node/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/node/index.d.mts", | ||
"default": "./dist/node/index.mjs" | ||
} | ||
} | ||
"types": "./dist/neutral/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "dist/node/index.cjs", | ||
"module": "dist/node/index.mjs", | ||
"types": "dist/node/index.d.mts", | ||
"module": "dist/neutral/index.mjs", | ||
"types": "dist/neutral/index.d.ts", | ||
"homepage": "https://xyo.network", | ||
@@ -65,4 +46,4 @@ "license": "LGPL-3.0-or-later", | ||
"sideEffects": false, | ||
"version": "2.111.3", | ||
"version": "3.0.0", | ||
"type": "module" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45339
9
25
+ Added@types/node@22.7.5(transitive)
+ Added@xylabs/arraybuffer@4.3.4(transitive)
+ Added@xylabs/assert@4.3.4(transitive)
+ Added@xylabs/error@4.3.4(transitive)
+ Added@xylabs/hex@4.3.4(transitive)
+ Added@xylabs/logger@4.3.4(transitive)
+ Added@xylabs/object@4.3.4(transitive)
+ Added@xylabs/platform@4.3.4(transitive)
+ Added@xylabs/promise@4.3.4(transitive)
+ Added@xylabs/threads@4.3.4(transitive)
+ Added@xylabs/typeof@4.3.4(transitive)
+ Added@xyo-network/data@3.3.3(transitive)
+ Added@xyo-network/hash@3.3.3(transitive)
+ Added@xyo-network/wasm@3.3.3(transitive)
+ Addedethers@6.13.4(transitive)
+ Addedtslib@2.7.0(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/types@7.26.0(transitive)
- Removed@types/lodash@4.17.13(transitive)
- Removed@types/lodash-es@4.17.12(transitive)
- Removed@types/node@18.15.13(transitive)
- Removed@xylabs/arraybuffer@3.6.12(transitive)
- Removed@xylabs/assert@3.6.12(transitive)
- Removed@xylabs/error@3.6.12(transitive)
- Removed@xylabs/hex@3.6.12(transitive)
- Removed@xylabs/lodash@3.6.12(transitive)
- Removed@xylabs/logger@3.6.12(transitive)
- Removed@xylabs/object@3.6.12(transitive)
- Removed@xylabs/platform@3.6.12(transitive)
- Removed@xylabs/promise@3.6.12(transitive)
- Removed@xylabs/threads@3.6.12(transitive)
- Removed@xylabs/typeof@3.6.12(transitive)
- Removed@xyo-network/data@2.111.3(transitive)
- Removed@xyo-network/hash@2.111.3(transitive)
- Removed@xyo-network/wasm@2.111.3(transitive)
- Removedethers@6.13.2(transitive)
- Removedtslib@2.4.0(transitive)
Updated@xyo-network/data@^3.0.0
Updated@xyo-network/hash@^3.0.0
Updated@xyo-network/wasm@^3.0.0