@equinor/fusion-framework-cli 11.3.1 → 11.4.0
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/CHANGELOG.md +81 -0
- package/bin/build/bin.mjs +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +9 -9
package/dist/esm/version.js
CHANGED
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "11.
|
|
1
|
+
export declare const version = "11.4.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-cli",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.4.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"Fusion",
|
|
6
6
|
"Fusion Framework",
|
|
@@ -95,20 +95,20 @@
|
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
97
|
"@types/inquirer": "^9.0.9",
|
|
98
|
-
"commander": "^
|
|
98
|
+
"commander": "^14.0.1",
|
|
99
99
|
"deepmerge": "^4.3.1",
|
|
100
100
|
"execa": "^9.6.0",
|
|
101
101
|
"inquirer": "^12.9.6",
|
|
102
102
|
"is-path-inside": "^4.0.0",
|
|
103
|
-
"ora": "^
|
|
103
|
+
"ora": "^9.0.0",
|
|
104
104
|
"read-package-up": "^11.0.0",
|
|
105
105
|
"simple-git": "^3.28.0",
|
|
106
|
-
"vite": "^
|
|
106
|
+
"vite": "^7.1.5",
|
|
107
107
|
"vite-tsconfig-paths": "^5.1.4",
|
|
108
108
|
"zod": "^3.25.76",
|
|
109
|
-
"@equinor/fusion-framework-dev-portal": "^1.0
|
|
110
|
-
"@equinor/fusion-framework-dev-server": "^1.0
|
|
111
|
-
"@equinor/fusion-framework-module-msal-node": "^1.0.
|
|
109
|
+
"@equinor/fusion-framework-dev-portal": "^1.1.0",
|
|
110
|
+
"@equinor/fusion-framework-dev-server": "^1.1.0",
|
|
111
|
+
"@equinor/fusion-framework-module-msal-node": "^1.0.5",
|
|
112
112
|
"@equinor/fusion-imports": "^1.1.3"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@rollup/plugin-replace": "^6.0.2",
|
|
119
119
|
"@types/adm-zip": "^0.5.0",
|
|
120
120
|
"@types/normalize-package-data": "^2.4.4",
|
|
121
|
-
"@vitest/coverage-v8": "^2.
|
|
121
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
122
122
|
"adm-zip": "^0.5.10",
|
|
123
123
|
"ajv": "^8.17.1",
|
|
124
124
|
"chalk": "^5.6.0",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"typescript": "^5.8.2",
|
|
134
134
|
"vitest": "^3.2.4",
|
|
135
135
|
"@equinor/fusion-framework-module": "^5.0.1",
|
|
136
|
-
"@equinor/fusion-framework-module-app": "^6.1.
|
|
136
|
+
"@equinor/fusion-framework-module-app": "^6.1.19",
|
|
137
137
|
"@equinor/fusion-framework-module-http": "^6.3.5",
|
|
138
138
|
"@equinor/fusion-framework-module-service-discovery": "^8.0.18"
|
|
139
139
|
},
|