@shapediver/sdk.sdtf-primitives
Advanced tools
Comparing version 1.2.1 to 1.2.2
/** Represents an RGBA color (red, green, blue, alpha) with values between `0` and `1`. */ | ||
export declare type SdtfPrimitiveColorType = [number, number, number, number]; | ||
export type SdtfPrimitiveColorType = [number, number, number, number]; | ||
//# sourceMappingURL=ISdtfPrimitiveTypes.d.ts.map |
{ | ||
"name": "@shapediver/sdk.sdtf-primitives", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Extension containing sdTF primitive types", | ||
@@ -27,3 +27,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" | ||
}, | ||
@@ -40,10 +42,10 @@ "bugs": { | ||
"dependencies": { | ||
"@shapediver/sdk.sdtf-core": "^1.2.1", | ||
"decimal.js": "^10.4.2" | ||
"@shapediver/sdk.sdtf-core": "~1.2.2", | ||
"decimal.js": "~10.4.3" | ||
}, | ||
"devDependencies": { | ||
"jest": "^29.2.2", | ||
"lerna": "3.22.1", | ||
"typescript": "^4.8.4" | ||
"jest": "~29.4.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
Mixed license
License(Experimental) Package contains multiple licenses.
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
64614
31
1
+ Added@shapediver/sdk.sdtf-core@1.2.2(transitive)
- Removed@shapediver/sdk.sdtf-core@1.5.3(transitive)
Updateddecimal.js@~10.4.3