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
+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' };