react-native-update-cli 1.40.0-beta.0 → 1.40.0

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/lib/bundle.js CHANGED
@@ -140,7 +140,7 @@ async function runReactNativeBundleCommand({ bundleName, dev, entryFile, outputF
140
140
  };
141
141
  const getTaroCli = ()=>{
142
142
  try {
143
- cliPath = require.resolve('@tarojs/cli/bin/taro.js', {
143
+ cliPath = require.resolve('@tarojs/cli/bin/taro', {
144
144
  paths: [
145
145
  process.cwd()
146
146
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-update-cli",
3
- "version": "1.40.0-beta.0",
3
+ "version": "1.40.0",
4
4
  "description": "Command tools for javaScript updater with `pushy` service for react native apps.",
5
5
  "main": "index.js",
6
6
  "bin": {
package/src/bundle.ts CHANGED
@@ -111,7 +111,7 @@ async function runReactNativeBundleCommand({
111
111
 
112
112
  const getTaroCli = () => {
113
113
  try {
114
- cliPath = require.resolve('@tarojs/cli/bin/taro.js', {
114
+ cliPath = require.resolve('@tarojs/cli/bin/taro', {
115
115
  paths: [process.cwd()],
116
116
  });
117
117
  } catch (e) {}
package/src/.DS_Store DELETED
Binary file
Binary file