move shim to new package

This commit is contained in:
Nystik
2026-05-20 20:49:28 +02:00
parent a0b44bde58
commit fe11f30c01
66 changed files with 46 additions and 23 deletions

13
package-lock.json generated
View File

@@ -574,7 +574,6 @@
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz",
"integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 20.19.0"
@@ -2739,7 +2738,6 @@
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
"dev": true,
"license": "MIT"
},
"node_modules/path-key": {
@@ -4444,7 +4442,16 @@
},
"packages/shim": {
"name": "@ignis/shim",
"version": "0.0.0-internal"
"version": "0.0.0-internal",
"dependencies": {
"@ignis/services": "*",
"@noble/hashes": "^2.2.0",
"pako": "^2.1.0",
"path-browserify": "^1.0.1"
},
"devDependencies": {
"esbuild": "^0.20.0"
}
},
"packages/ui": {
"name": "@ignis/ui",