framer-motion-ticker
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -1,1 +0,1 @@ | ||
export default './src/ticker'; | ||
export * from './src'; |
{ | ||
"name": "framer-motion-ticker", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A React component that acts like a ticker, or marquee.", | ||
@@ -19,5 +19,5 @@ "author": "Andres Movilla <amovilla1103@gmail.com>", | ||
"build": "npm run build:esm & npm run build:cjs & npm run build:types", | ||
"build:esm": "cross-env BABEL_ENV=esm babel src --extensions .tsx -d dist/esm", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .tsx -d dist/cjs", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"build:esm": "cross-env BABEL_ENV=esm babel src --extensions .tsx -o dist/index.mjs", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .tsx -o dist/index.js", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist", | ||
"pub": "npm run build && npm publish" | ||
@@ -53,6 +53,6 @@ }, | ||
".": { | ||
"types": "./dist/types/ticker.d.ts", | ||
"require": "./dist/cjs/ticker.js", | ||
"import": "./dist/esm/ticker.js", | ||
"default": "./dist/cjs/ticker.js" | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"default": "./dist/index.js" | ||
}, | ||
@@ -64,6 +64,6 @@ "./package.json": "./package.json" | ||
}, | ||
"main": "dist/cjs/ticker.js", | ||
"module": "dist/esm/ticker.js", | ||
"types": "dist/types/ticker.d.ts", | ||
"typings": "dist/types/ticker.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"keywords": [ | ||
@@ -70,0 +70,0 @@ "framer", |
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
57783
22
1317
1