@equinor/fusion
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,6 +0,3 @@ | ||
import ServiceResolver from "./ServiceResolver"; | ||
import BaseResourceCollection from "./BaseResourceCollection"; | ||
export default class DataProxyResourceCollection extends BaseResourceCollection { | ||
private baseUrl; | ||
constructor(serviceResolver: ServiceResolver); | ||
protected getBaseUrl(): string; | ||
@@ -7,0 +4,0 @@ handover(siteCode: string, projectIdentifier: string): string; |
import BaseResourceCollection from "./BaseResourceCollection"; | ||
export default class DataProxyResourceCollection extends BaseResourceCollection { | ||
constructor(serviceResolver) { | ||
super(serviceResolver); | ||
this.baseUrl = serviceResolver.getDataProxyBaseUrl(); | ||
} | ||
getBaseUrl() { | ||
@@ -8,0 +4,0 @@ return this.serviceResolver.getDataProxyBaseUrl(); |
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -24,6 +24,2 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@types/history": "^4.7.2", | ||
"@types/react": "^16.8.17", | ||
"@types/react-router-dom": "^4.3.3", | ||
"@types/uuid": "^3.4.4", | ||
"history": "^4.9.0", | ||
@@ -35,2 +31,6 @@ "react": "^16.8.6", | ||
"devDependencies": { | ||
"@types/history": "^4.7.2", | ||
"@types/react": "^16.8.17", | ||
"@types/react-router-dom": "^4.3.3", | ||
"@types/uuid": "^3.4.4", | ||
"tslib": "^1.9.3", | ||
@@ -37,0 +37,0 @@ "tslint-config-prettier": "^1.18.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51690
5
86
1139
6
- Removed@types/history@^4.7.2
- Removed@types/react@^16.8.17
- Removed@types/react-router-dom@^4.3.3
- Removed@types/uuid@^3.4.4
- Removed@types/history@4.7.11(transitive)
- Removed@types/prop-types@15.7.14(transitive)
- Removed@types/react@16.14.62(transitive)
- Removed@types/react-router@5.1.20(transitive)
- Removed@types/react-router-dom@4.3.5(transitive)
- Removed@types/scheduler@0.16.8(transitive)
- Removed@types/uuid@3.4.13(transitive)
- Removedcsstype@3.1.3(transitive)