@equinor/fusion-framework-module-app 8.1.0-next.0 → 8.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.
@@ -1 +1 @@
1
- export declare const version = "8.1.0-next.0";
1
+ export declare const version = "8.1.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-module-app",
3
- "version": "8.1.0-next.0",
3
+ "version": "8.1.0",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "exports": {
@@ -68,18 +68,18 @@
68
68
  "rxjs": "^7.8.1",
69
69
  "uuid": "^14.0.0",
70
70
  "zod": "^4.4.3",
71
- "@equinor/fusion-query": "^7.0.4-next.0",
72
- "@equinor/fusion-observable": "^9.1.2-next.0"
71
+ "@equinor/fusion-observable": "^9.2.1",
72
+ "@equinor/fusion-query": "^7.0.4"
73
73
  },
74
74
  "devDependencies": {
75
75
  "typescript": "^7.0.2",
76
76
  "vitest": "^4.1.10",
77
- "@equinor/fusion-framework-module": "^6.1.3-next.0",
78
- "@equinor/fusion-framework": "^8.1.0-next.0",
79
- "@equinor/fusion-framework-module-event": "^6.1.0-next.0",
80
- "@equinor/fusion-framework-module-http": "^8.1.0-next.0",
81
- "@equinor/fusion-framework-module-msal": "^11.0.0-next.0",
82
- "@equinor/fusion-framework-module-service-discovery": "^10.1.0-next.0"
77
+ "@equinor/fusion-framework-module-event": "^6.1.0",
78
+ "@equinor/fusion-framework-module": "^6.1.3",
79
+ "@equinor/fusion-framework-module-http": "^8.1.0",
80
+ "@equinor/fusion-framework-module-msal": "^11.0.0",
81
+ "@equinor/fusion-framework-module-service-discovery": "^10.1.0",
82
+ "@equinor/fusion-framework": "^8.1.0"
83
83
  },
84
84
  "scripts": {
85
85
  "build": "tsc -b",
package/src/schemas.ts CHANGED
@@ -70,6 +70,8 @@ const ApiApplicationPersonSchema = z.object({
70
70
  * at runtime without requiring them to be declared here. Add known properties
71
71
  * to this schema as they are introduced.
72
72
  */
73
+ // Deliberately co-located with ApiApplicationBuildSchema, which depends on it
74
+ // fusion-lint-disable-next-line single-export-per-file
73
75
  export const FrameworkOptionsSchema = z
74
76
  .object({
75
77
  contextRouting: z
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '8.1.0-next.0';
2
+ export const version = '8.1.0';