Bump version to 0.62.20 with proper exports

This commit is contained in:
2026-01-18 01:00:38 +03:00
parent 1c630603cf
commit b2b0273758
41 changed files with 3555 additions and 7 deletions
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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' };
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -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' };