@umituz/react-native-design-system 4.27.7 → 4.27.8
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-design-system",
|
|
3
|
-
"version": "4.27.
|
|
3
|
+
"version": "4.27.8",
|
|
4
4
|
"description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive, safe area, exception, infinite scroll, UUID, image, timezone, offline, onboarding, and loading utilities - TanStack persistence and expo-image-manipulator now lazy loaded",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -165,7 +165,8 @@
|
|
|
165
165
|
"version:patch": "npm version patch -m 'chore: release v%s'",
|
|
166
166
|
"version:minor": "npm version minor -m 'chore: release v%s'",
|
|
167
167
|
"version:major": "npm version major -m 'chore: release v%s'",
|
|
168
|
-
"build": "tsc --project tsconfig.build.json"
|
|
168
|
+
"build": "tsc --project tsconfig.build.json",
|
|
169
|
+
"setup:skill": "node -e \"const fs = require('fs'); const path = require('path'); const skillDir = path.join(process.env.HOME, '.claude', 'skills', 'react-native-design-system'); fs.mkdirSync(skillDir, {recursive: true}); fs.copyFileSync(path.join(__dirname, 'skills/SKILL.md'), path.join(skillDir, 'SKILL.md')); console.log('✅ @umituz/react-native-design-system setup skill installed to Claude Code!');\""
|
|
169
170
|
},
|
|
170
171
|
"dependencies": {
|
|
171
172
|
"@react-native-async-storage/async-storage": "^2.2.0",
|