mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 02:07:56 +00:00
release: v14.0.25 - npm package structure fix
- Published from build/ directories for correct npm structure - Updated wasm dependencies to 7.5.17 - All packages now have index.js at root level
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"types": "./node.d.ts",
|
||||
"version": "14.0.20",
|
||||
"version": "14.0.23",
|
||||
"browser": "./cjs/browser.js",
|
||||
"main": "./cjs/node.js",
|
||||
"module": "./node.js",
|
||||
@@ -187,14 +187,14 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@pezkuwi/x-global": "14.0.20",
|
||||
"@pezkuwi/x-global": "14.0.22",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-native": "^0.73.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pezkuwi/util": "14.0.20",
|
||||
"@pezkuwi/util": "14.0.22",
|
||||
"@pezkuwi/wasm-util": "*"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @pezkuwi/dev
|
||||
|
||||
export const packageInfo = { name: '@pezkuwi/x-randomvalues', path: 'auto', type: 'auto', version: '14.0.20' };
|
||||
export const packageInfo = { name: '@pezkuwi/x-randomvalues', path: 'auto', type: 'auto', version: '14.0.23' };
|
||||
|
||||
Reference in New Issue
Block a user