@gluestack-ui/alert
Advanced tools
Comparing version 0.1.15 to 0.1.16
{ | ||
"name": "@gluestack-ui/alert", | ||
"version": "0.1.15", | ||
"main": "lib/commonjs/index", | ||
"module": "lib/module/index", | ||
"types": "lib/typescript/index.d.ts", | ||
"version": "0.1.16", | ||
"main": "lib/index", | ||
"module": "lib/index", | ||
"types": "lib/index.d.ts", | ||
"react-native": "src/index", | ||
"source": "src/index", | ||
"typings": "lib/typescript/index.d.ts", | ||
"typings": "lib/index.d.ts", | ||
"description": "A universal headless Alert component for React Native, Next.js & React", | ||
@@ -26,5 +26,6 @@ "keywords": [ | ||
"scripts": { | ||
"prepare": "bob build", | ||
"prepare": "tsc", | ||
"release": "release-it", | ||
"build": "bob build", | ||
"watch": "tsc --watch", | ||
"build": "tsc", | ||
"clean": "rm -rf lib", | ||
@@ -44,3 +45,3 @@ "dev:web": "cd example/native && yarn web --clear", | ||
"tsconfig": "7", | ||
"typescript": "^4.9.4" | ||
"typescript": "^5.6.3" | ||
}, | ||
@@ -57,13 +58,2 @@ "dependencies": {}, | ||
}, | ||
"react-native-builder-bob": { | ||
"source": "src", | ||
"output": "lib", | ||
"targets": [ | ||
"commonjs", | ||
[ | ||
"module" | ||
], | ||
"typescript" | ||
] | ||
}, | ||
"files": [ | ||
@@ -88,20 +78,3 @@ "lib/", | ||
] | ||
}, | ||
"release-it": { | ||
"git": { | ||
"commitMessage": "chore: release ${version}", | ||
"tagName": "v${version}" | ||
}, | ||
"npm": { | ||
"publish": true | ||
}, | ||
"github": { | ||
"release": true | ||
}, | ||
"plugins": { | ||
"@release-it/conventional-changelog": { | ||
"preset": "angular" | ||
} | ||
} | ||
} | ||
} |
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
8651
17
124
1