create-lunar-kit 0.1.13 → 0.1.14

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -194,7 +194,7 @@ async function updatePackageJson(projectPath, navigation, features) {
194
194
  "react-native-reanimated": "~4.1.1",
195
195
  "react-native-safe-area-context": "^5.6.2",
196
196
  "react-native-screens": "~4.16.0",
197
- "react-native-worklets": "0.5.1",
197
+ // 'react-native-worklets': '0.5.1',
198
198
  "zustand": "^5.0.3"
199
199
  };
200
200
  if (navigation === "expo-router") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-lunar-kit",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Create a new React Native app with Lunar Kit and NativeWind pre-configured",
5
5
  "author": "Your Name",
6
6
  "license": "MIT",
@@ -24,7 +24,7 @@
24
24
  "starter"
25
25
  ],
26
26
  "dependencies": {
27
- "@lunar-kit/core": "0.1.13",
27
+ "@lunar-kit/core": "0.1.14",
28
28
  "chalk": "^5.4.1",
29
29
  "commander": "^12.1.0",
30
30
  "execa": "^9.6.1",