@shapediver/sdk.geometry-api-sdk-core
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -33,3 +33,3 @@ "use strict"; | ||
ShapeDiverSdkApiResponseType["TEXT"] = "text"; | ||
})(ShapeDiverSdkApiResponseType = exports.ShapeDiverSdkApiResponseType || (exports.ShapeDiverSdkApiResponseType = {})); | ||
})(ShapeDiverSdkApiResponseType || (exports.ShapeDiverSdkApiResponseType = ShapeDiverSdkApiResponseType = {})); | ||
class ShapeDiverSdkApi { | ||
@@ -36,0 +36,0 @@ constructor(config) { |
@@ -11,3 +11,3 @@ "use strict"; | ||
ShapeDiverSdkConfigType["REQUEST_HEADERS"] = "REQUEST_HEADERS"; | ||
})(ShapeDiverSdkConfigType = exports.ShapeDiverSdkConfigType || (exports.ShapeDiverSdkConfigType = {})); | ||
})(ShapeDiverSdkConfigType || (exports.ShapeDiverSdkConfigType = ShapeDiverSdkConfigType = {})); | ||
/** Private interface of the ShapeDiver configuration object */ | ||
@@ -14,0 +14,0 @@ class SdkConfigInternal { |
{ | ||
"name": "@shapediver/sdk.geometry-api-sdk-core", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Core-library for SDK-packages to communicate with the Geometry API", | ||
@@ -43,6 +43,6 @@ "keywords": [], | ||
"devDependencies": { | ||
"jest": "~29.5.0", | ||
"lerna": "~6.6.2", | ||
"typescript": "~4.9.5" | ||
"jest": "~29.6.2", | ||
"lerna": "~7.1.5", | ||
"typescript": "~5.1.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
45993