@equinor/fusion
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -8,2 +8,6 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"update-version-definition": "echo \"export default '$npm_package_version';\" > src/version.ts", | ||
"build": "npm run update-version-definition && npm run tsc", | ||
"tsc": "tsc -p ./tsconfig.json", | ||
"tsc:version": "tsc --version", | ||
"prepack": "tsc" | ||
@@ -25,30 +29,31 @@ }, | ||
"dependencies": { | ||
"uuid": "^3.3.2", | ||
"odata-query": "^5.6.1" | ||
"uuid": "^3.3.3", | ||
"odata-query": "^5.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/history": "^4.7.2", | ||
"@types/react": "^16.8.17", | ||
"@types/react-router": "^5.0.0", | ||
"@types/react-router-dom": "^4.3.3", | ||
"@types/uuid": "^3.4.4", | ||
"tslib": "^1.9.3", | ||
"@types/history": "^4.7.3", | ||
"@types/react": "^16.9.2", | ||
"@types/react-router": "^5.0.3", | ||
"@types/react-router-dom": "^4.3.5", | ||
"@types/uuid": "^3.4.5", | ||
"history": "^4.9.0", | ||
"react": "^16.9.0", | ||
"react-router": "^5.0.1", | ||
"react-router-dom": "^5.0.1", | ||
"tslib": "^1.10.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"history": "^4.9.0", | ||
"react": "^16.8.6", | ||
"react-router": "^5.0.0", | ||
"react-router-dom": "^5.0.0" | ||
"typescript": "^3.5.3" | ||
}, | ||
"peerDependencies": { | ||
"@types/history": "^4.7.2", | ||
"@types/react": "^16.8.17", | ||
"@types/react-router": "^5.0.0", | ||
"@types/react-router-dom": "^4.3.3", | ||
"@types/uuid": "^3.4.4", | ||
"@types/history": "^4.7.3", | ||
"@types/react": "^16.9.2", | ||
"@types/react-router": "^5.0.3", | ||
"@types/react-router-dom": "^4.3.5", | ||
"@types/uuid": "^3.4.5", | ||
"history": "^4.9.0", | ||
"react": "^16.8.6", | ||
"react-router": "^5.0.0", | ||
"react-router-dom": "^5.0.0", | ||
"uuid": "^3.3.2", | ||
"odata-query": "^5.6.1" | ||
"react": "^16.9.0", | ||
"react-router": "^5.0.1", | ||
"react-router-dom": "^5.0.1", | ||
"uuid": "^3.3.3", | ||
"odata-query": "^5.7.0" | ||
}, | ||
@@ -55,0 +60,0 @@ "files": [ |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
7594
12
2
0
Updatedodata-query@^5.7.0
Updateduuid@^3.3.3