mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-06-14 00:31:08 +00:00
Bump version to 0.62.20 with proper exports
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
],
|
||||
"type": "module",
|
||||
"types": "./build/index.d.ts",
|
||||
"version": "0.62.19",
|
||||
"version": "0.62.20",
|
||||
"main": "./build/cjs/index.js",
|
||||
"module": "./build/index.js",
|
||||
"exports": {
|
||||
@@ -54,7 +54,7 @@
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pezkuwi/extension-inject": "0.62.19",
|
||||
"@pezkuwi/extension-inject": "0.62.20",
|
||||
"@pezkuwi/util": "^14.0.11",
|
||||
"@pezkuwi/util-crypto": "^14.0.11",
|
||||
"tslib": "^2.8.1"
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @pezkuwi/dev
|
||||
|
||||
export const packageInfo = { name: '@pezkuwi/extension-dapp', path: 'auto', type: 'auto', version: '0.62.19' };
|
||||
export const packageInfo = { name: '@pezkuwi/extension-dapp', path: 'auto', type: 'auto', version: '0.62.20' };
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"sideEffects": true,
|
||||
"type": "module",
|
||||
"types": "./build/index.d.ts",
|
||||
"version": "0.62.19",
|
||||
"version": "0.62.20",
|
||||
"main": "./build/cjs/index.js",
|
||||
"module": "./build/index.js",
|
||||
"exports": {
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @pezkuwi/dev
|
||||
|
||||
export const packageInfo = { name: '@pezkuwi/extension-inject', path: 'auto', type: 'auto', version: '0.62.19' };
|
||||
export const packageInfo = { name: '@pezkuwi/extension-inject', path: 'auto', type: 'auto', version: '0.62.20' };
|
||||
|
||||
Reference in New Issue
Block a user