@babylonjs/serializers
Advanced tools
Comparing version 4.0.0-alpha.28 to 4.0.0-alpha.29
export * from "./OBJ"; | ||
export * from "./glTF"; | ||
export * from "./stl"; |
export * from "./OBJ"; | ||
export * from "./glTF"; | ||
export * from "./stl"; | ||
//# sourceMappingURL=index.js.map |
@@ -7,3 +7,3 @@ { | ||
"description": "The Babylon.js serializers library is an extension you can use to serialize Babylon scenes.", | ||
"version": "4.0.0-alpha.28", | ||
"version": "4.0.0-alpha.29", | ||
"repository": { | ||
@@ -75,3 +75,9 @@ "type": "git", | ||
"OBJ/objSerializer.js.map", | ||
"readme.md" | ||
"readme.md", | ||
"stl/index.d.ts", | ||
"stl/index.js", | ||
"stl/index.js.map", | ||
"stl/stlSerializer.d.ts", | ||
"stl/stlSerializer.js", | ||
"stl/stlSerializer.js.map" | ||
], | ||
@@ -88,4 +94,4 @@ "typings": "index.d.ts", | ||
"dependencies": { | ||
"@babylonjs/core": "4.0.0-alpha.28", | ||
"babylonjs-gltf2interface": "4.0.0-alpha.28", | ||
"@babylonjs/core": "4.0.0-alpha.29", | ||
"babylonjs-gltf2interface": "4.0.0-alpha.29", | ||
"tslib": "^1.9.3" | ||
@@ -92,0 +98,0 @@ }, |
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
613222
68
5084
+ Added@babylonjs/core@4.0.0-alpha.29(transitive)
+ Addedbabylonjs-gltf2interface@4.0.0-alpha.29(transitive)
- Removed@babylonjs/core@4.0.0-alpha.28(transitive)
- Removedbabylonjs-gltf2interface@4.0.0-alpha.28(transitive)