framer-plugin
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "framer-plugin", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"type": "module", | ||
@@ -20,13 +20,13 @@ "main": "src/index.ts", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm --dts --minify", | ||
"build": "tsup src/index.ts --format esm --dts --minify --tsconfig tsconfig.build.json", | ||
"dev": "tsup src/index.ts --format esm --dts --sourcemap --watch", | ||
"lint": "yarn format-check:ts && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"format:ts": "yarn :format", | ||
"format-check:ts": "yarn :format-check", | ||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"test": "jest", | ||
"typecheck": "yarn :tsc --noEmit", | ||
"watch-typechecking": "yarn :tsc --noEmit --watch", | ||
"clean": "rm -rf dist", | ||
"typecheck": "yarn :tsc --noEmit --project tsconfig.build.json", | ||
"watch-typechecking": "yarn :tsc --noEmit --watch --project tsconfig.build.json", | ||
"test-type-defintions": "tsd", | ||
"prepublishOnly": "npm run test && npm run build", | ||
"publish": "yarn npm publish" | ||
"prepack": "yarn clean && yarn build", | ||
"prepublish": "yarn test", | ||
"prepublishOnly": "echo 'Please use yarn npm publish' && exit 1" | ||
}, | ||
@@ -33,0 +33,0 @@ "peerDependencies": { |
@@ -38,2 +38,3 @@ export type { ImageAsset } from "./assets" | ||
ManagedCollectionField, | ||
SupportedCollectionField, | ||
CollectionItemData, | ||
@@ -40,0 +41,0 @@ BooleanField, |
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
124746
2054
1