mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 03:17:58 +00:00
fix: update to 14.0.12 with author and dependency fixes
- Author: Dijital Kurdistan Tech Institute <dev@pezkuwichain.io> - Fixed Uint8Array type errors in test files - Added @types/react-native devDependency for x-randomvalues - Added @pezkuwi/hw-ledger devDependency for networks tests - Added @pezkuwi/x-randomvalues devDependency for util tests - Updated all internal dependencies to 14.0.12
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"author": "Pezkuwi Team <team@pezkuwichain.app>",
|
||||
"author": "Dijital Kurdistan Tech Institute <dev@pezkuwichain.io>",
|
||||
"bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
|
||||
"description": "Keyring management",
|
||||
"engines": {
|
||||
@@ -18,13 +18,11 @@
|
||||
"./cjs/packageDetect.js"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.0.11",
|
||||
"types": "./index.d.ts",
|
||||
"version": "14.0.12",
|
||||
"main": "./cjs/index.js",
|
||||
"module": "./index.js",
|
||||
"types": "./index.d.ts",
|
||||
"exports": {
|
||||
"./cjs/package.json": "./cjs/package.json",
|
||||
"./cjs/*": "./cjs/*.js",
|
||||
".": {
|
||||
"module": {
|
||||
"types": "./index.d.ts",
|
||||
@@ -53,6 +51,8 @@
|
||||
"default": "./bundle.js"
|
||||
}
|
||||
},
|
||||
"./cjs/*": "./cjs/*.js",
|
||||
"./cjs/package.json": "./cjs/package.json",
|
||||
"./defaults": {
|
||||
"module": {
|
||||
"types": "./defaults.d.ts",
|
||||
@@ -99,7 +99,7 @@
|
||||
"default": "./packageDetect.js"
|
||||
}
|
||||
},
|
||||
"./packageInfo.js": {
|
||||
"./packageInfo": {
|
||||
"module": {
|
||||
"types": "./packageInfo.d.ts",
|
||||
"default": "./packageInfo.js"
|
||||
@@ -113,7 +113,7 @@
|
||||
"default": "./packageInfo.js"
|
||||
}
|
||||
},
|
||||
"./packageInfo": {
|
||||
"./packageInfo.js": {
|
||||
"module": {
|
||||
"types": "./packageInfo.d.ts",
|
||||
"default": "./packageInfo.js"
|
||||
@@ -283,12 +283,12 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@pezkuwi/util": "14.0.11",
|
||||
"@pezkuwi/util-crypto": "14.0.11",
|
||||
"@pezkuwi/util": "14.0.12",
|
||||
"@pezkuwi/util-crypto": "14.0.12",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pezkuwi/util": "14.0.11",
|
||||
"@pezkuwi/util-crypto": "14.0.11"
|
||||
"@pezkuwi/util": "14.0.12",
|
||||
"@pezkuwi/util-crypto": "14.0.12"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @pezkuwi/dev
|
||||
|
||||
export const packageInfo = { name: '@pezkuwi/keyring', path: 'auto', type: 'auto', version: '14.0.10' };
|
||||
export const packageInfo = { name: '@pezkuwi/keyring', path: 'auto', type: 'auto', version: '14.0.12' };
|
||||
|
||||
Reference in New Issue
Block a user