@equinor/fusion-framework-module-services 7.1.5 → 7.1.6
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 +8 -0
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +3 -3
- package/src/version.ts +1 -1
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "7.1.
|
|
1
|
+
export declare const version = "7.1.6";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-module-services",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
@@ -131,8 +131,8 @@
|
|
|
131
131
|
"typescript": "^5.8.2",
|
|
132
132
|
"vitest": "^3.2.4",
|
|
133
133
|
"@equinor/fusion-framework-module": "^5.0.5",
|
|
134
|
-
"@equinor/fusion-framework-module-
|
|
135
|
-
"@equinor/fusion-framework-module-
|
|
134
|
+
"@equinor/fusion-framework-module-http": "^7.0.5",
|
|
135
|
+
"@equinor/fusion-framework-module-service-discovery": "^9.0.4"
|
|
136
136
|
},
|
|
137
137
|
"peerDependencies": {
|
|
138
138
|
"odata-query": "^8.0.4",
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '7.1.
|
|
2
|
+
export const version = '7.1.6';
|