@equinor/fusion-framework-cli 15.0.5 → 15.1.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 +15 -0
- package/bin/build/bin.mjs +1 -1
- package/bin/build/cli.mjs +3 -3
- package/dist/esm/version.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +8 -8
package/dist/esm/version.js
CHANGED
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "15.0
|
|
1
|
+
export declare const version = "15.1.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-cli",
|
|
3
|
-
"version": "15.0
|
|
3
|
+
"version": "15.1.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"Fusion",
|
|
6
6
|
"Fusion Framework",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"access": "public"
|
|
13
13
|
},
|
|
14
14
|
"engines": {
|
|
15
|
-
"node": ">=
|
|
15
|
+
"node": ">=22.22.2"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
|
18
18
|
"./bin",
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
"vite": "^8.0.0",
|
|
112
112
|
"vite-tsconfig-paths": "^6.0.4",
|
|
113
113
|
"zod": "^4.4.3",
|
|
114
|
-
"@equinor/fusion-framework-dev-portal": "5.1.
|
|
114
|
+
"@equinor/fusion-framework-dev-portal": "5.1.13",
|
|
115
|
+
"@equinor/fusion-framework-dev-server": "2.0.9",
|
|
115
116
|
"@equinor/fusion-framework-module-azure-identity": "0.2.0",
|
|
116
117
|
"@equinor/fusion-imports": "2.0.0",
|
|
117
|
-
"@equinor/fusion-framework-dev-server": "2.0.8",
|
|
118
118
|
"@equinor/fusion-framework-vite-plugin-raw-imports": "2.0.0"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"adm-zip": "^0.5.10",
|
|
131
131
|
"ajv": "^8.17.1",
|
|
132
132
|
"is-ci": "^4.1.0",
|
|
133
|
-
"normalize-package-data": "^
|
|
133
|
+
"normalize-package-data": "^9.0.0",
|
|
134
134
|
"open": "^11.0.0",
|
|
135
135
|
"pretty-bytes": "^7.0.0",
|
|
136
136
|
"rollup": "^4.59.0",
|
|
@@ -138,11 +138,11 @@
|
|
|
138
138
|
"type-fest": "^5.0.0",
|
|
139
139
|
"typescript": "^6.0.3",
|
|
140
140
|
"vitest": "^4.1.0",
|
|
141
|
-
"@equinor/fusion-framework-module-app": "8.0.2",
|
|
142
141
|
"@equinor/fusion-framework-module": "6.0.0",
|
|
143
|
-
"@equinor/fusion-framework-module-
|
|
142
|
+
"@equinor/fusion-framework-module-app": "8.0.2",
|
|
144
143
|
"@equinor/fusion-framework-module-service-discovery": "10.0.1",
|
|
145
|
-
"@equinor/fusion-framework-react-router": "2.0
|
|
144
|
+
"@equinor/fusion-framework-react-router": "2.1.0",
|
|
145
|
+
"@equinor/fusion-framework-module-http": "8.0.1"
|
|
146
146
|
},
|
|
147
147
|
"peerDependenciesMeta": {
|
|
148
148
|
"typescript": {
|