@maptalks/transform-control
Advanced tools
Sorry, the diff of this file is too big to display
+8
-5
| { | ||
| "name": "@maptalks/transform-control", | ||
| "version": "0.115.1", | ||
| "version": "0.116.0", | ||
| "description": "a plugin to control model's translate、rotation and scale", | ||
@@ -16,2 +16,3 @@ "license": "UNLICENSED", | ||
| "dist/transform-control.es.js", | ||
| "dist/transform-control.gpu.es.js", | ||
| "dist/transform-control.es.js.map" | ||
@@ -31,4 +32,5 @@ ], | ||
| "dependencies": { | ||
| "@maptalks/gl": "0.115.1", | ||
| "@maptalks/gltf-layer": "0.115.1" | ||
| "@maptalks/gl": "0.116.0", | ||
| "@maptalks/gpu": "0.116.0", | ||
| "@maptalks/gltf-layer": "0.116.0" | ||
| }, | ||
@@ -39,3 +41,3 @@ "gitHead": "9eeea4807723d460fa7e09969c6556d53f6bed84", | ||
| "dev": "rollup -w -c rollup.config.js", | ||
| "build": "npm run clean && npm run lint && rollup --environment BUILD:production -c rollup.config.js", | ||
| "build": "npm run clean && npm run lint && rollup --environment BUILD:production -c rollup.config.js && npm run transform-gpu", | ||
| "build-dev": "rollup -c rollup.config.js", | ||
@@ -46,4 +48,5 @@ "pretest": "npm run lint && npm run build", | ||
| "version": "npm run build", | ||
| "lint": "eslint src/**/*.js" | ||
| "lint": "eslint src/**/*.js", | ||
| "transform-gpu": "node ../../build/transform-to-gpu" | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
659549
17.45%8
14.29%4297
87.48%3
50%21
50%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated