figma-json-plugin
Advanced tools
Comparing version 0.0.4-2 to 0.0.4-3
{ | ||
"name": "figma-json-plugin", | ||
"version": "0.0.4-2", | ||
"version": "0.0.4-3", | ||
"description": "Dump a hierarchy to JSON within a Figma document. Intended for use within Figma plugins.", | ||
"main": "dist/index.js", | ||
"main": "dist/src/index.js", | ||
"browser": "dist/browser.js", | ||
@@ -12,3 +12,4 @@ "author": "Andrew Pouliot", | ||
"build": "NODE_ENV=production webpack --mode=production", | ||
"prepack": "npm run clean && npm run build", | ||
"build-package": "tsc", | ||
"prepack": "npm run clean && npm run build-package", | ||
"clean": "rm -rf dist", | ||
@@ -19,3 +20,2 @@ "release:patch": "npm version patch && npm run build && npm publish", | ||
"files": [ | ||
"dist/index.js", | ||
"dist/src" | ||
@@ -22,0 +22,0 @@ ], |
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
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
9
29013
748