@@ -14,6 +14,28 @@ files:
1414 - ' !{.eslintcache,eslint.config.mjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
1515 - ' !{.env,.env.*,.npmrc,pnpm-lock.yaml}'
1616 - ' !{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
17+ - from : node_modules/math-intrinsics
18+ to : node_modules/math-intrinsics
19+ - from : node_modules/get-intrinsic
20+ to : node_modules/get-intrinsic
21+ - from : node_modules/call-bind
22+ to : node_modules/call-bind
23+ - from : node_modules/call-bound
24+ to : node_modules/call-bound
25+ - from : node_modules/es-define-property
26+ to : node_modules/es-define-property
27+ - from : node_modules/es-errors
28+ to : node_modules/es-errors
29+ - from : node_modules/function-bind
30+ to : node_modules/function-bind
31+ - from : node_modules/has-proto
32+ to : node_modules/has-proto
33+ - from : node_modules/has-symbols
34+ to : node_modules/has-symbols
35+ - from : node_modules/hasown
36+ to : node_modules/hasown
37+ - from : node_modules/set-function-length
38+ to : node_modules/set-function-length
1739asarUnpack :
1840 - resources/**
1941afterPack : ./scripts/afterPack.cjs
0 commit comments