@shapediver/sdk.geometry-api-sdk-core
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@shapediver/sdk.geometry-api-sdk-core", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Core-library for SDK-packages to communicate with the Geometry API", | ||
@@ -23,3 +23,5 @@ "keywords": [], | ||
"build": "bash ../../scripts/build.sh", | ||
"build-dep": "bash ../../scripts/build-dep.sh" | ||
"build-dep": "bash ../../scripts/build-dep.sh", | ||
"pre-publish": "bash ../../scripts/pre-publish.sh", | ||
"post-publish": "bash ../../scripts/post-publish.sh" | ||
}, | ||
@@ -39,9 +41,9 @@ "bugs": { | ||
"dependencies": { | ||
"axios": "0.27.2" | ||
"axios": "~1.3.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^29.3.1", | ||
"lerna": "3.22.1", | ||
"typescript": "^4.9.3" | ||
"jest": "~29.3.1", | ||
"lerna": "~6.4.1", | ||
"typescript": "~4.9.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
44559
+ Addedaxios@1.3.6(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.27.2(transitive)
Updatedaxios@~1.3.0