@equinor/fusion-framework-cli 12.1.2 → 12.1.3

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 12.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`1db21e2`](https://github.com/equinor/fusion-framework/commit/1db21e21410f37bd9a8c1d31ab4f68452578a51e)]:
8
+ - @equinor/fusion-framework-dev-portal@1.1.4
9
+
3
10
  ## 12.1.2
4
11
 
5
12
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '12.1.2';
2
+ export const version = '12.1.3';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- export declare const version = "12.1.2";
1
+ export declare const version = "12.1.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-cli",
3
- "version": "12.1.2",
3
+ "version": "12.1.3",
4
4
  "keywords": [
5
5
  "Fusion",
6
6
  "Fusion Framework",
@@ -106,7 +106,7 @@
106
106
  "vite": "^7.1.5",
107
107
  "vite-tsconfig-paths": "^5.1.4",
108
108
  "zod": "^4.1.8",
109
- "@equinor/fusion-framework-dev-portal": "1.1.3",
109
+ "@equinor/fusion-framework-dev-portal": "1.1.4",
110
110
  "@equinor/fusion-framework-dev-server": "1.1.3",
111
111
  "@equinor/fusion-framework-module-msal-node": "1.0.7",
112
112
  "@equinor/fusion-imports": "1.1.4"
@@ -133,8 +133,8 @@
133
133
  "typescript": "^5.8.2",
134
134
  "vitest": "^3.2.4",
135
135
  "@equinor/fusion-framework-module": "5.0.2",
136
- "@equinor/fusion-framework-module-http": "7.0.1",
137
136
  "@equinor/fusion-framework-module-app": "7.0.1",
137
+ "@equinor/fusion-framework-module-http": "7.0.1",
138
138
  "@equinor/fusion-framework-module-service-discovery": "9.0.1"
139
139
  },
140
140
  "peerDependenciesMeta": {