@equinor/fusion-framework-module-services 4.1.4-alpha-afdec66178b3cac96597125945ba7e1b4ca2ca7e → 4.1.4-alpha-20bf0650f0d578683f2310b6d96c4ce0be96b7db
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-20bf0650f0d578683f2310b6d96c4ce0be96b7db
|
|
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-20bf0650f0d578683f2310b6d96c4ce0be96b7db
|
|
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-20bf0650f0d578683f2310b6d96c4ce0be96b7db",
|
|
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": "^4.3.5-alpha-
|
|
120
|
-
"@equinor/fusion-framework-module-http": "^6.1.0-alpha-
|
|
121
|
-
"@equinor/fusion-framework-module-service-discovery": "^8.0.0-alpha-
|
|
119
|
+
"@equinor/fusion-framework-module": "^4.3.5-alpha-20bf0650f0d578683f2310b6d96c4ce0be96b7db",
|
|
120
|
+
"@equinor/fusion-framework-module-http": "^6.1.0-alpha-20bf0650f0d578683f2310b6d96c4ce0be96b7db",
|
|
121
|
+
"@equinor/fusion-framework-module-service-discovery": "^8.0.0-alpha-20bf0650f0d578683f2310b6d96c4ce0be96b7db"
|
|
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-20bf0650f0d578683f2310b6d96c4ce0be96b7db"
|
|
126
126
|
},
|
|
127
127
|
"scripts": {
|
|
128
128
|
"build": "tsc -b"
|