@equinor/fusion-framework-cli 12.3.5 → 12.3.6
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 +35 -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 +6 -6
package/dist/esm/version.js
CHANGED
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "12.3.
|
|
1
|
+
export declare const version = "12.3.6";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-cli",
|
|
3
|
-
"version": "12.3.
|
|
3
|
+
"version": "12.3.6",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"Fusion",
|
|
6
6
|
"Fusion Framework",
|
|
@@ -97,19 +97,19 @@
|
|
|
97
97
|
"@types/inquirer": "^9.0.9",
|
|
98
98
|
"commander": "^14.0.1",
|
|
99
99
|
"deepmerge": "^4.3.1",
|
|
100
|
-
"is-mergeable-object": "^1.1.1",
|
|
101
100
|
"execa": "^9.6.0",
|
|
102
101
|
"inquirer": "^12.9.6",
|
|
102
|
+
"is-mergeable-object": "^1.1.1",
|
|
103
103
|
"is-path-inside": "^4.0.0",
|
|
104
104
|
"ora": "^9.0.0",
|
|
105
105
|
"read-package-up": "^11.0.0",
|
|
106
106
|
"simple-git": "^3.28.0",
|
|
107
|
-
"vite": "^7.1.
|
|
107
|
+
"vite": "^7.1.12",
|
|
108
108
|
"vite-tsconfig-paths": "^5.1.4",
|
|
109
109
|
"zod": "^4.1.8",
|
|
110
|
-
"@equinor/fusion-framework-dev-portal": "1.2.
|
|
110
|
+
"@equinor/fusion-framework-dev-portal": "1.2.3",
|
|
111
|
+
"@equinor/fusion-framework-dev-server": "1.1.9",
|
|
111
112
|
"@equinor/fusion-framework-module-msal-node": "1.0.7",
|
|
112
|
-
"@equinor/fusion-framework-dev-server": "1.1.8",
|
|
113
113
|
"@equinor/fusion-imports": "1.1.5"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
"typescript": "^5.8.2",
|
|
135
135
|
"vitest": "^3.2.4",
|
|
136
136
|
"@equinor/fusion-framework-module": "5.0.4",
|
|
137
|
-
"@equinor/fusion-framework-module-http": "7.0.3",
|
|
138
137
|
"@equinor/fusion-framework-module-app": "7.0.2",
|
|
138
|
+
"@equinor/fusion-framework-module-http": "7.0.3",
|
|
139
139
|
"@equinor/fusion-framework-module-service-discovery": "9.0.3"
|
|
140
140
|
},
|
|
141
141
|
"peerDependenciesMeta": {
|