@umituz/react-native-auth 4.3.74 → 4.3.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-auth",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.76",
|
|
4
4
|
"description": "Authentication service for React Native apps - Secure, type-safe, and production-ready. Provider-agnostic design with dependency injection, configurable validation, and comprehensive error handling.",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"lint:fix": "eslint src --ext .ts,.tsx --fix",
|
|
25
25
|
"version:patch": "npm version patch -m 'chore: release v%s'",
|
|
26
26
|
"version:minor": "npm version minor -m 'chore: release v%s'",
|
|
27
|
-
"version:major": "npm version major -m 'chore: release v%s'"
|
|
27
|
+
"version:major": "npm version major -m 'chore: release v%s'",
|
|
28
|
+
"setup:skill": "node -e \"const fs = require('fs'); const path = require('path'); const skillDir = path.join(process.env.HOME, '.claude', 'skills', 'react-native-auth'); fs.mkdirSync(skillDir, {recursive: true}); fs.copyFileSync(path.join(__dirname, 'skills/SKILL.md'), path.join(skillDir, 'SKILL.md')); console.log('✅ @umituz/react-native-auth setup skill installed to Claude Code!');\""
|
|
28
29
|
},
|
|
29
30
|
"keywords": [
|
|
30
31
|
"react-native",
|