@lephenix47/text-to-speech-utility
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@lephenix47/text-to-speech-utility", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "description", | ||
"main": "lib/es6/index.js", | ||
"module": "lib/commonjs/index.js", | ||
"types": "lib/es6/index.d.ts", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
".": "./lib/es6/index.js" | ||
".": "./lib/index.js" | ||
}, | ||
@@ -24,3 +23,3 @@ "typesVersion": { | ||
"update-version": "node update-project-version.mjs && git add . && git commit -m \"Update on the project version\" && git push", | ||
"git:push": "git push && npm run update-version && npm run publish" | ||
"push-lib": "(git diff --quiet || (echo 'You have uncommitted changes. Please commit your changes first.' && exit 1)) && npm run update-version && npm run publish" | ||
}, | ||
@@ -27,0 +26,0 @@ "repository": { |
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
20641
1