@equinor/fusion-framework-cli 11.3.0 → 11.3.1
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 +49 -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/bin/app-tag.d.ts +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +12 -12
package/dist/esm/version.js
CHANGED
|
@@ -47,5 +47,5 @@ export type TagApplicationOptions = {
|
|
|
47
47
|
* @throws If the tag, app key, or version is invalid, or if the tag operation fails.
|
|
48
48
|
* @public
|
|
49
49
|
*/
|
|
50
|
-
export declare const tagApplication: (options: TagApplicationOptions) => Promise<
|
|
50
|
+
export declare const tagApplication: (options: TagApplicationOptions) => Promise<unknown>;
|
|
51
51
|
export default tagApplication;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "11.3.
|
|
1
|
+
export declare const version = "11.3.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-cli",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"Fusion",
|
|
6
6
|
"Fusion Framework",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"commander": "^13.0.0",
|
|
99
99
|
"deepmerge": "^4.3.1",
|
|
100
100
|
"execa": "^9.6.0",
|
|
101
|
-
"inquirer": "^12.9.
|
|
101
|
+
"inquirer": "^12.9.6",
|
|
102
102
|
"is-path-inside": "^4.0.0",
|
|
103
103
|
"ora": "^8.0.1",
|
|
104
104
|
"read-package-up": "^11.0.0",
|
|
@@ -106,10 +106,10 @@
|
|
|
106
106
|
"vite": "^6.3.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-
|
|
111
|
-
"@equinor/fusion-framework-
|
|
112
|
-
"@equinor/fusion-imports": "^1.1.
|
|
109
|
+
"@equinor/fusion-framework-dev-portal": "^1.0.3",
|
|
110
|
+
"@equinor/fusion-framework-dev-server": "^1.0.3",
|
|
111
|
+
"@equinor/fusion-framework-module-msal-node": "^1.0.4",
|
|
112
|
+
"@equinor/fusion-imports": "^1.1.3"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
@@ -126,16 +126,16 @@
|
|
|
126
126
|
"normalize-package-data": "^8.0.0",
|
|
127
127
|
"open": "^10.1.1",
|
|
128
128
|
"pretty-bytes": "^7.0.0",
|
|
129
|
-
"rollup": "^4.
|
|
129
|
+
"rollup": "^4.50.2",
|
|
130
130
|
"rollup-plugin-terser": "^7.0.2",
|
|
131
131
|
"rxjs": "^7.8.1",
|
|
132
|
-
"type-fest": "^
|
|
132
|
+
"type-fest": "^5.0.0",
|
|
133
133
|
"typescript": "^5.8.2",
|
|
134
|
-
"vitest": "^2.
|
|
135
|
-
"@equinor/fusion-framework-module": "^5.0.
|
|
134
|
+
"vitest": "^3.2.4",
|
|
135
|
+
"@equinor/fusion-framework-module": "^5.0.1",
|
|
136
136
|
"@equinor/fusion-framework-module-app": "^6.1.18",
|
|
137
|
-
"@equinor/fusion-framework-module-
|
|
138
|
-
"@equinor/fusion-framework-module-
|
|
137
|
+
"@equinor/fusion-framework-module-http": "^6.3.5",
|
|
138
|
+
"@equinor/fusion-framework-module-service-discovery": "^8.0.18"
|
|
139
139
|
},
|
|
140
140
|
"peerDependenciesMeta": {
|
|
141
141
|
"typescript": {
|