@equinor/fusion-framework-module-services 4.1.4-alpha-df90c0f890db097d17d4b84fe6face6323143970 → 4.1.4-alpha-8601e3ca5d5b2d11057913cdfc04bbc5e908a598
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 +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 4.1.4-alpha-
|
|
3
|
+
## 4.1.4-alpha-8601e3ca5d5b2d11057913cdfc04bbc5e908a598
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies [[`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]:
|
|
8
|
-
- @equinor/fusion-framework-module@4.3.5-alpha-
|
|
8
|
+
- @equinor/fusion-framework-module@4.3.5-alpha-8601e3ca5d5b2d11057913cdfc04bbc5e908a598
|
|
9
9
|
|
|
10
10
|
## 4.1.3
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-module-services",
|
|
3
|
-
"version": "4.1.4-alpha-
|
|
3
|
+
"version": "4.1.4-alpha-8601e3ca5d5b2d11057913cdfc04bbc5e908a598",
|
|
4
4
|
"description": "",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
@@ -116,13 +116,13 @@
|
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"typescript": "^5.5.4",
|
|
119
|
-
"@equinor/fusion-framework-module": "^
|
|
120
|
-
"@equinor/fusion-framework-module-
|
|
121
|
-
"@equinor/fusion-framework-module
|
|
119
|
+
"@equinor/fusion-framework-module-http": "^6.1.0-alpha-8601e3ca5d5b2d11057913cdfc04bbc5e908a598",
|
|
120
|
+
"@equinor/fusion-framework-module-service-discovery": "^8.0.0-alpha-8601e3ca5d5b2d11057913cdfc04bbc5e908a598",
|
|
121
|
+
"@equinor/fusion-framework-module": "^4.3.5-alpha-8601e3ca5d5b2d11057913cdfc04bbc5e908a598"
|
|
122
122
|
},
|
|
123
123
|
"peerDependencies": {
|
|
124
124
|
"odata-query": "^7.0.4",
|
|
125
|
-
"@equinor/fusion-framework-module": "^4.3.5-alpha-
|
|
125
|
+
"@equinor/fusion-framework-module": "^4.3.5-alpha-8601e3ca5d5b2d11057913cdfc04bbc5e908a598"
|
|
126
126
|
},
|
|
127
127
|
"scripts": {
|
|
128
128
|
"build": "tsc -b"
|