@carlos8a/react-whatsapp-floating-button
Advanced tools
Comparing version 1.1.1 to 1.1.2
113
package.json
{ | ||
"name": "@carlos8a/react-whatsapp-floating-button", | ||
"private": false, | ||
"version": "1.1.1", | ||
"description": "A react component to add a floating whatsapp button to your project", | ||
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/CarlosUlisesOchoa/react-whatsapp-floating-button" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"react component", | ||
"react typescript", | ||
"whatsapp", | ||
"floating whatsapp button", | ||
"whatsapp button" | ||
], | ||
"author": "Carlos Ochoa <hola@carlos8a.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/CarlosUlisesOchoa/react-whatsapp-floating-button/issues" | ||
}, | ||
"homepage": "https://github.com/CarlosUlisesOchoa/react-whatsapp-floating-button", | ||
"files": ["dist"], | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.es.js", | ||
"types": "./dist/index.d.ts", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.umd.js" | ||
} | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0" | ||
} | ||
"name": "@carlos8a/react-whatsapp-floating-button", | ||
"private": false, | ||
"version": "1.1.2", | ||
"description": "A react component to add a floating whatsapp button to your project", | ||
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/CarlosUlisesOchoa/react-whatsapp-floating-button" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"react component", | ||
"react typescript", | ||
"whatsapp", | ||
"floating whatsapp button", | ||
"whatsapp button" | ||
], | ||
"author": "Carlos Ochoa <hola@carlos8a.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/CarlosUlisesOchoa/react-whatsapp-floating-button/issues" | ||
}, | ||
"homepage": "https://github.com/CarlosUlisesOchoa/react-whatsapp-floating-button", | ||
"scripts": { | ||
"dev": "vite", | ||
"prebuild": "shx rm -f tsconfig.json && shx cp tsconfig.build.json tsconfig.json", | ||
"postbuild": "shx rm -f tsconfig.json && shx cp tsconfig.dev.json tsconfig.json", | ||
"build:lib": "pnpm run prebuild && vite build && pnpm run postbuild", | ||
"delete:node_modules_lock": "shx rm -f package-lock.json yarn.lock pnpm-lock.yaml", | ||
"delete:node_modules": "pnpm delete:node_modules_lock && shx rm -rf node_modules", | ||
"publish:lib": "pnpm run build:lib" | ||
}, | ||
"files": ["dist"], | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.es.js", | ||
"types": "./dist/index.d.ts", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.umd.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.23.9", | ||
"@biomejs/biome": "1.9.3", | ||
"@types/node": "^20.11.17", | ||
"@types/react": "^18.2.0", | ||
"@types/react-dom": "^18.2.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"autoprefixer": "^10.4.17", | ||
"babel-loader": "^9.1.3", | ||
"fs-extra": "^11.2.0", | ||
"jsdom": "^24.0.0", | ||
"lint-staged": "^15.2.2", | ||
"postcss": "^8.4.35", | ||
"prop-types": "^15.8.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"shx": "^0.3.4", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.1.1", | ||
"vite-plugin-css-injected-by-js": "^3.4.0", | ||
"vite-plugin-dts": "^3.7.2", | ||
"vite-plugin-svgr": "^4.2.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
354193
0
21