fan-planar-viewer 3.1.6-beta.1 → 3.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fan-planar-viewer",
3
- "version": "3.1.6-beta.1",
3
+ "version": "3.1.6",
4
4
  "description": "display svg node in planar files(vibase2.0)",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  "build:package": "npm run build",
10
10
  "build:package:publish": "npm run build && npm version patch && npm publish",
11
11
  "build:package:to-rgz": "yarn build:package && npm run package-to-tgz",
12
- "package-to-tgz": "node copyNode.js && tar -czf fan-planar-viewer-3.1.6-beta.1.tgz package && yarn"
12
+ "package-to-tgz": "node copyNode.js && tar -czf fan-planar-viewer-3.1.5.tgz package && yarn"
13
13
  },
14
14
  "files": [
15
15
  "dist"