@equinor/fusion-framework-module-services 4.1.5 → 5.0.0-next-663bed8344cc2ca0111705b05045173328b3104d
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 +14 -0
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 5.0.0-next-663bed8344cc2ca0111705b05045173328b3104d
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#2510](https://github.com/equinor/fusion-framework/pull/2510) [`663bed8`](https://github.com/equinor/fusion-framework/commit/663bed8344cc2ca0111705b05045173328b3104d) Thanks [@eikeland](https://github.com/eikeland)! - BREAKING_CHANGE: all fusion-framework modules are now defiend as type module.
|
|
8
|
+
|
|
9
|
+
> [!WARNING]
|
|
10
|
+
> This will introduce breaking changes to the consumption of fusion-framework moduels.
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`663bed8`](https://github.com/equinor/fusion-framework/commit/663bed8344cc2ca0111705b05045173328b3104d)]:
|
|
15
|
+
- @equinor/fusion-framework-module@5.0.0-next-663bed8344cc2ca0111705b05045173328b3104d
|
|
16
|
+
|
|
3
17
|
## 4.1.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-module-services",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-next-663bed8344cc2ca0111705b05045173328b3104d",
|
|
4
4
|
"description": "",
|
|
5
5
|
"sideEffects": false,
|
|
6
|
+
"type": "module",
|
|
6
7
|
"main": "dist/esm/index.js",
|
|
7
8
|
"types": "index.d.ts",
|
|
8
9
|
"typesVersions": {
|
|
@@ -116,13 +117,13 @@
|
|
|
116
117
|
},
|
|
117
118
|
"devDependencies": {
|
|
118
119
|
"typescript": "^5.5.4",
|
|
119
|
-
"@equinor/fusion-framework-module": "^
|
|
120
|
-
"@equinor/fusion-framework-module
|
|
121
|
-
"@equinor/fusion-framework-module-service-discovery": "^
|
|
120
|
+
"@equinor/fusion-framework-module-http": "^7.0.0-next-663bed8344cc2ca0111705b05045173328b3104d",
|
|
121
|
+
"@equinor/fusion-framework-module": "^5.0.0-next-663bed8344cc2ca0111705b05045173328b3104d",
|
|
122
|
+
"@equinor/fusion-framework-module-service-discovery": "^9.0.0-next-663bed8344cc2ca0111705b05045173328b3104d"
|
|
122
123
|
},
|
|
123
124
|
"peerDependencies": {
|
|
124
125
|
"odata-query": "^7.0.4",
|
|
125
|
-
"@equinor/fusion-framework-module": "^
|
|
126
|
+
"@equinor/fusion-framework-module": "^5.0.0-next-663bed8344cc2ca0111705b05045173328b3104d"
|
|
126
127
|
},
|
|
127
128
|
"scripts": {
|
|
128
129
|
"build": "tsc -b"
|