expo-bbase 1.3.2 → 1.3.3
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1728,7 +1728,7 @@ var animationModule = {
|
|
|
1728
1728
|
dependencies: {
|
|
1729
1729
|
"react-native-reanimated": "~4.1.1",
|
|
1730
1730
|
"react-native-gesture-handler": "~2.28.0",
|
|
1731
|
-
"react-native-worklets": "0.5.1"
|
|
1731
|
+
"react-native-worklets": "~0.5.1"
|
|
1732
1732
|
},
|
|
1733
1733
|
devDependencies: {},
|
|
1734
1734
|
files: [
|
|
@@ -4215,7 +4215,7 @@ function generateBasePackageJson(projectName) {
|
|
|
4215
4215
|
|
|
4216
4216
|
// src/index.ts
|
|
4217
4217
|
var import_execa = require("execa");
|
|
4218
|
-
var CLI_VERSION = "1.3.
|
|
4218
|
+
var CLI_VERSION = "1.3.3";
|
|
4219
4219
|
var CONFIG_FILE = ".expo-bbase.json";
|
|
4220
4220
|
async function run() {
|
|
4221
4221
|
const program = new import_commander.Command();
|