react-figma
Advanced tools
Comparing version 0.0.1-alpha.25 to 0.0.1-alpha.26
{ | ||
"name": "react-figma", | ||
"version": "0.0.1-alpha.25", | ||
"version": "0.0.1-alpha.26", | ||
"description": "This plugin template uses Typescript. If you are familiar with Javascript, Typescript will look very familiar. In fact, valid Javascript code is already valid Typescript code.", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"tsc": "tsc -p tsconfig.json", | ||
"tsc": "tsc -p tsconfig.json --noEmit", | ||
"test": "jest", | ||
"prettify": "prettier \"src/**/*.{js,jsx,ts,tsx}\" \"examples/**/*.{js,jsx,ts,tsx}\" --ignore-path ./.prettierignore --write && git add . && git status", | ||
"build": "npm run build:clean && npm run build:lib && npm run build:js", | ||
"build": "npm run build:clean && npm run build:lib", | ||
"build:clean": "rimraf dist", | ||
"build:lib": "cross-env BABEL_ENV=production tsc -p tsconfig.json", | ||
"build:js": "copyfiles -u 1 src/**/*.js dist", | ||
"prepublish": "npm run build", | ||
@@ -40,3 +38,3 @@ "gitbook:clean": "rm -rf _book/", | ||
"engines": { | ||
"node": ">=10.16.2 <12.0.0" | ||
"node": ">=10.15.0 <12.0.0" | ||
}, | ||
@@ -43,0 +41,0 @@ "devDependencies": { |
{ | ||
"compilerOptions": { | ||
"outDir": "dist", | ||
"outDir": ".", | ||
"module": "commonjs", | ||
@@ -17,3 +17,3 @@ "target": "es5", | ||
"include": ["src/**/*", "figma.d.ts", "jsx-interfaces.d.ts", "images.d.ts"], | ||
"exclude": ["node_modules", "dist", "**/__tests__/**"] | ||
"exclude": ["node_modules", "**/__tests__/**"] | ||
} |
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
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
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
255210
2