@jscad/amf-serializer
Advanced tools
Comparing version 1.0.0-alpha.d0fb3056 to 1.0.0-alpha.f58d6f4e
@@ -6,2 +6,7 @@ # Change Log | ||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/jscad/io/compare/@jscad/amf-serializer@0.1.2...@jscad/amf-serializer@0.2.0) (2018-11-25) | ||
<a name="0.1.2"></a> | ||
@@ -8,0 +13,0 @@ ## [0.1.2](https://github.com/jscad/io/compare/@jscad/amf-serializer@0.1.1...@jscad/amf-serializer@0.1.2) (2018-09-02) |
{ | ||
"name": "@jscad/amf-serializer", | ||
"version": "1.0.0-alpha.d0fb3056", | ||
"version": "1.0.0-alpha.f58d6f4e", | ||
"description": "Amf serializer for jscad project", | ||
@@ -37,8 +37,9 @@ "repository": "https://github.com/jscad/io", | ||
"@jscad/csg": "0.7.0", | ||
"@jscad/io-utils": "^1.0.0-alpha.d0fb3056", | ||
"@jscad/io-utils": "1.0.0-alpha.f58d6f4e", | ||
"onml": "^0.4.1" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.19.1" | ||
"@jscad/csg": "0.7.0", | ||
"ava": "^0.25.0" | ||
} | ||
} |
const test = require('ava') | ||
const {CSG} = require('@jscad/csg') | ||
const { CSG } = require('@jscad/csg') | ||
const serializer = require('./index.js') | ||
@@ -4,0 +4,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
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
21151
0
2
+ Added@jscad/io-utils@1.0.0-alpha.f58d6f4e(transitive)
- Removed@jscad/io-utils@1.0.0-pre-V2.0(transitive)