@equinor/fusion-imports 1.1.0 → 1.1.1-next-c88655f3c93bff52499b1301c9a009301f818f5a
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 +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-imports",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1-next-c88655f3c93bff52499b1301c9a009301f818f5a",
|
|
4
4
|
"description": "Package import files and configurations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"esbuild",
|
|
@@ -43,8 +43,10 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/node": "^20.11.14",
|
|
45
45
|
"esbuild": "^0.25.1",
|
|
46
|
+
"fs-monkey": "^1.0.6",
|
|
46
47
|
"memfs": "^4.17.0",
|
|
47
48
|
"typescript": "^5.8.2",
|
|
49
|
+
"unionfs": "^4.5.4",
|
|
48
50
|
"vitest": "^2.0.5"
|
|
49
51
|
},
|
|
50
52
|
"scripts": {
|