@equinor/fusion-framework-module-app 8.1.0-next.0 → 8.1.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.
Files changed (47) hide show
  1. package/dist/esm/schemas.js +2 -0
  2. package/dist/esm/schemas.js.map +1 -1
  3. package/dist/esm/version.js +1 -1
  4. package/dist/esm/version.js.map +1 -1
  5. package/dist/tsconfig.tsbuildinfo +1 -1
  6. package/dist/types/version.d.ts +1 -1
  7. package/package.json +12 -9
  8. package/CHANGELOG.md +0 -1478
  9. package/src/AppClient.ts +0 -409
  10. package/src/AppConfig.ts +0 -99
  11. package/src/AppConfigSelector.ts +0 -25
  12. package/src/AppConfigurator.ts +0 -145
  13. package/src/AppModuleProvider.ts +0 -283
  14. package/src/__tests__/AppModuleProvider.test.ts +0 -47
  15. package/src/__tests__/MockAppClient.test.ts +0 -97
  16. package/src/app/App.ts +0 -984
  17. package/src/app/actions.ts +0 -112
  18. package/src/app/create-reducer.ts +0 -62
  19. package/src/app/create-state.ts +0 -52
  20. package/src/app/events.ts +0 -108
  21. package/src/app/filter-empty.ts +0 -11
  22. package/src/app/flows/handle-fetch-config.ts +0 -48
  23. package/src/app/flows/handle-fetch-manifest.ts +0 -53
  24. package/src/app/flows/handle-fetch-settings.ts +0 -50
  25. package/src/app/flows/handle-import-application.ts +0 -37
  26. package/src/app/flows/handle-update-settings.ts +0 -39
  27. package/src/app/flows/index.ts +0 -5
  28. package/src/app/index.ts +0 -10
  29. package/src/app/types.ts +0 -51
  30. package/src/enable-app-module.ts +0 -40
  31. package/src/errors/AppBuildError.ts +0 -47
  32. package/src/errors/AppConfigError.ts +0 -47
  33. package/src/errors/AppManifestError.ts +0 -47
  34. package/src/errors/AppScriptModuleError.ts +0 -20
  35. package/src/errors/AppSettingsError.ts +0 -47
  36. package/src/errors/app-error-type.ts +0 -9
  37. package/src/errors.ts +0 -6
  38. package/src/events.ts +0 -18
  39. package/src/index.ts +0 -40
  40. package/src/mock/MockAppClient.ts +0 -77
  41. package/src/mock/index.ts +0 -13
  42. package/src/module.ts +0 -59
  43. package/src/schemas.ts +0 -179
  44. package/src/types.ts +0 -263
  45. package/src/version.ts +0 -2
  46. package/tsconfig.json +0 -30
  47. package/vitest.config.ts +0 -11
@@ -1 +1 @@
1
- export declare const version = "8.1.0-next.0";
1
+ export declare const version = "8.1.1";
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.1",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "exports": {
@@ -54,6 +54,9 @@
54
54
  "keywords": [],
55
55
  "author": "",
56
56
  "license": "ISC",
57
+ "files": [
58
+ "dist"
59
+ ],
57
60
  "publishConfig": {
58
61
  "access": "public"
59
62
  },
@@ -68,18 +71,18 @@
68
71
  "rxjs": "^7.8.1",
69
72
  "uuid": "^14.0.0",
70
73
  "zod": "^4.4.3",
71
- "@equinor/fusion-query": "^7.0.4-next.0",
72
- "@equinor/fusion-observable": "^9.1.2-next.0"
74
+ "@equinor/fusion-observable": "^9.2.2",
75
+ "@equinor/fusion-query": "^7.0.5"
73
76
  },
74
77
  "devDependencies": {
75
78
  "typescript": "^7.0.2",
76
79
  "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"
80
+ "@equinor/fusion-framework": "^8.1.1",
81
+ "@equinor/fusion-framework-module-event": "^6.1.1",
82
+ "@equinor/fusion-framework-module": "^6.1.4",
83
+ "@equinor/fusion-framework-module-http": "^8.1.1",
84
+ "@equinor/fusion-framework-module-msal": "^11.0.1",
85
+ "@equinor/fusion-framework-module-service-discovery": "^10.1.1"
83
86
  },
84
87
  "scripts": {
85
88
  "build": "tsc -b",