@equinor/fusion-framework-cli 15.2.8-next.2 → 15.2.9

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.
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '15.2.8-next.2';
2
+ export const version = '15.2.9';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- export declare const version = "15.2.8-next.2";
1
+ export declare const version = "15.2.9";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-cli",
3
- "version": "15.2.8-next.2",
3
+ "version": "15.2.9",
4
4
  "keywords": [
5
5
  "Fusion",
6
6
  "Fusion Framework",
@@ -111,11 +111,11 @@
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": "11.0.0-next.2",
115
- "@equinor/fusion-framework-dev-server": "2.0.19-next.1",
116
- "@equinor/fusion-framework-module-azure-identity": "0.3.0-next.0",
117
- "@equinor/fusion-framework-vite-plugin-raw-imports": "2.0.2-next.0",
118
- "@equinor/fusion-imports": "2.0.3-next.0"
114
+ "@equinor/fusion-framework-dev-portal": "11.0.1",
115
+ "@equinor/fusion-framework-dev-server": "2.0.18",
116
+ "@equinor/fusion-framework-module-azure-identity": "0.2.3",
117
+ "@equinor/fusion-framework-vite-plugin-raw-imports": "2.0.1",
118
+ "@equinor/fusion-imports": "2.0.2"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@rollup/plugin-commonjs": "^29.0.0",
@@ -126,6 +126,7 @@
126
126
  "@types/adm-zip": "^0.5.0",
127
127
  "@types/normalize-package-data": "^2.4.4",
128
128
  "@types/semver": "^7.7.1",
129
+ "@vitest/coverage-v8": "^4.0.18",
129
130
  "adm-zip": "^0.6.0",
130
131
  "ajv": "^8.17.1",
131
132
  "is-ci": "^4.1.0",
@@ -136,12 +137,12 @@
136
137
  "rxjs": "^7.8.1",
137
138
  "type-fest": "^5.0.0",
138
139
  "typescript": "^7.0.2",
139
- "vitest": "^4.1.10",
140
- "@equinor/fusion-framework-module": "6.1.3-next.0",
141
- "@equinor/fusion-framework-module-app": "8.1.0-next.0",
142
- "@equinor/fusion-framework-module-http": "8.1.0-next.0",
143
- "@equinor/fusion-framework-module-service-discovery": "10.1.0-next.0",
144
- "@equinor/fusion-framework-react-router": "2.4.1-next.0"
140
+ "vitest": "^4.1.0",
141
+ "@equinor/fusion-framework-module": "6.1.2",
142
+ "@equinor/fusion-framework-module-app": "8.0.4",
143
+ "@equinor/fusion-framework-module-service-discovery": "10.0.2",
144
+ "@equinor/fusion-framework-module-http": "8.0.5",
145
+ "@equinor/fusion-framework-react-router": "2.4.0"
145
146
  },
146
147
  "peerDependenciesMeta": {
147
148
  "typescript": {
@@ -152,6 +153,7 @@
152
153
  "prebuild": "tsc -b",
153
154
  "build": "rollup -c rollup.config.js",
154
155
  "build:clean": "rm -rf dist && rm -rf bin/build && rm -f tsconfig.tsbuildinfo && pnpm build",
155
- "test": "vitest"
156
+ "test": "vitest",
157
+ "test:coverage": "vitest run --coverage"
156
158
  }
157
159
  }