@moneko/core 4.7.9 → 4.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moneko/core",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.11",
|
|
4
4
|
"description": "core",
|
|
5
5
|
"main": "lib/index.mjs",
|
|
6
6
|
"type": "module",
|
|
@@ -116,8 +116,7 @@
|
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"./package.json": "./package.json",
|
|
119
|
-
"./lib/polyfills/public-path.mjs": "./lib/polyfills/public-path.mjs"
|
|
120
|
-
"./solid-jest": "./lib/jest/solid.mjs"
|
|
119
|
+
"./lib/polyfills/public-path.mjs": "./lib/polyfills/public-path.mjs"
|
|
121
120
|
},
|
|
122
121
|
"keywords": [
|
|
123
122
|
"moneko",
|
|
@@ -149,7 +148,7 @@
|
|
|
149
148
|
"lightningcss": "1.31.1",
|
|
150
149
|
"swc-loader": "0.2.7",
|
|
151
150
|
"typescript": "5.9.3",
|
|
152
|
-
"webpack": "5.105.
|
|
151
|
+
"webpack": "5.105.3",
|
|
153
152
|
"webpack-hot-middleware": "2.26.1",
|
|
154
153
|
"webpack-merge": "6.0.1"
|
|
155
154
|
},
|
|
@@ -161,5 +160,5 @@
|
|
|
161
160
|
"lib",
|
|
162
161
|
"typings"
|
|
163
162
|
],
|
|
164
|
-
"packageManager": "pnpm@10.30.
|
|
163
|
+
"packageManager": "pnpm@10.30.3"
|
|
165
164
|
}
|