@opendesign/octopus-fig
Advanced tools
Comparing version 3.0.0-rc.28-tarpub4 to 3.0.0-rc.28-tarpub5
{ | ||
"name": "@opendesign/octopus-fig", | ||
"version": "3.0.0-rc.28-tarpub3", | ||
"version": "3.0.0-rc.28-tarpub4", | ||
"description": "Figma HTTP API format to Octopus 3+ converter.", | ||
@@ -10,4 +10,8 @@ "license": "Apache-2.0", | ||
"build": "rimraf ./dist && yarn build:node && yarn build:web", | ||
"build:node": "rollup -c rollup.config.node.mjs", | ||
"build:web": "rollup -c rollup.config.web.mjs", | ||
"release:bundle:node": "rollup -c rollup.config.node.mjs", | ||
"release:bundle:web": "rollup -c rollup.config.web.mjs", | ||
"release:bundle": "yarn release:bundle:node && yarn release:bundle:web", | ||
"release:cleanup": "rimraf ./release ./release.tgz", | ||
"release:publish": "yarn publish release.tgz --verbose --ignore-scripts", | ||
"release": "yarn release:bundle && node ./prepare-release.mjs && yarn release:publish && yarn release:cleanup", | ||
"clean:workdir": "rimraf ./workdir/*", | ||
@@ -31,4 +35,3 @@ "convert:squid:debug": "ts-node ./examples/node/convert-plugin-squid-debug.ts", | ||
"typedoc": "typedoc --excludePrivate src/index-node.ts src/index-web.ts", | ||
"watch": "rimraf ./dist && tsc -w", | ||
"release": "yarn build:node && yarn build:web && node ./prepare-release.mjs && yarn publish release.tgz" | ||
"watch": "rimraf ./dist && tsc -w" | ||
}, | ||
@@ -35,0 +38,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
452474