@equinor/fusion-framework-module-app 8.1.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 (44) hide show
  1. package/dist/esm/version.js +1 -1
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/dist/types/version.d.ts +1 -1
  4. package/package.json +12 -9
  5. package/CHANGELOG.md +0 -1469
  6. package/src/AppClient.ts +0 -409
  7. package/src/AppConfig.ts +0 -99
  8. package/src/AppConfigSelector.ts +0 -25
  9. package/src/AppConfigurator.ts +0 -145
  10. package/src/AppModuleProvider.ts +0 -283
  11. package/src/__tests__/AppModuleProvider.test.ts +0 -47
  12. package/src/__tests__/MockAppClient.test.ts +0 -97
  13. package/src/app/App.ts +0 -984
  14. package/src/app/actions.ts +0 -112
  15. package/src/app/create-reducer.ts +0 -62
  16. package/src/app/create-state.ts +0 -52
  17. package/src/app/events.ts +0 -108
  18. package/src/app/filter-empty.ts +0 -11
  19. package/src/app/flows/handle-fetch-config.ts +0 -48
  20. package/src/app/flows/handle-fetch-manifest.ts +0 -53
  21. package/src/app/flows/handle-fetch-settings.ts +0 -50
  22. package/src/app/flows/handle-import-application.ts +0 -37
  23. package/src/app/flows/handle-update-settings.ts +0 -39
  24. package/src/app/flows/index.ts +0 -5
  25. package/src/app/index.ts +0 -10
  26. package/src/app/types.ts +0 -51
  27. package/src/enable-app-module.ts +0 -40
  28. package/src/errors/AppBuildError.ts +0 -47
  29. package/src/errors/AppConfigError.ts +0 -47
  30. package/src/errors/AppManifestError.ts +0 -47
  31. package/src/errors/AppScriptModuleError.ts +0 -20
  32. package/src/errors/AppSettingsError.ts +0 -47
  33. package/src/errors/app-error-type.ts +0 -9
  34. package/src/errors.ts +0 -6
  35. package/src/events.ts +0 -18
  36. package/src/index.ts +0 -40
  37. package/src/mock/MockAppClient.ts +0 -77
  38. package/src/mock/index.ts +0 -13
  39. package/src/module.ts +0 -59
  40. package/src/schemas.ts +0 -181
  41. package/src/types.ts +0 -263
  42. package/src/version.ts +0 -2
  43. package/tsconfig.json +0 -30
  44. package/vitest.config.ts +0 -11
@@ -1 +1 @@
1
- export declare const version = "8.1.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",
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-observable": "^9.2.1",
72
- "@equinor/fusion-query": "^7.0.4"
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-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"
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",