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:
2026-02-01 21:45:12 +03:00
parent 0c2b211a12
commit 63781f8889
51 changed files with 242 additions and 164 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"sideEffects": false,
"type": "module",
"types": "./index.d.ts",
"version": "14.0.20",
"version": "14.0.23",
"main": "./cjs/index.js",
"module": "./index.js",
"exports": {
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @pezkuwi/dev
export const packageInfo = { name: '@pezkuwi/x-global', path: 'auto', type: 'auto', version: '14.0.20' };
export const packageInfo = { name: '@pezkuwi/x-global', path: 'auto', type: 'auto', version: '14.0.23' };