zipy-mobile-cli 1.0.0 → 1.0.1

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.
@@ -6,7 +6,7 @@ export declare const DEFAULT_SOURCEMAP_PATHS: {
6
6
  /** Default release bundle path: react/release output. */
7
7
  export declare const DEFAULT_BUNDLE_PATH_RELEASE = "android/app/build/generated/assets/react/release/index.android.bundle";
8
8
  /** Fixed upload API base URL (not prompted). */
9
- export declare const FIXED_UPLOAD_BASE_URL = "https://app.zipy.ai/api";
9
+ export declare const FIXED_UPLOAD_BASE_URL = "https://services.zipy.ai/";
10
10
  export interface InitOptions {
11
11
  sourcemapPathRelease?: string;
12
12
  sourcemapPathDebug?: string;
@@ -60,7 +60,7 @@ exports.DEFAULT_SOURCEMAP_PATHS = {
60
60
  /** Default release bundle path: react/release output. */
61
61
  exports.DEFAULT_BUNDLE_PATH_RELEASE = 'android/app/build/generated/assets/react/release/index.android.bundle';
62
62
  /** Fixed upload API base URL (not prompted). */
63
- exports.FIXED_UPLOAD_BASE_URL = 'https://app.zipy.ai/api';
63
+ exports.FIXED_UPLOAD_BASE_URL = 'https://services.zipy.ai/';
64
64
  function prompt(question, defaultAnswer) {
65
65
  return new Promise((resolve) => {
66
66
  const rl = readline.createInterface({ input: process.stdin, output: process.stdout });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zipy-mobile-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI to integrate Zipy with mobile apps — uploads sourcemaps when building (e.g. React Native Android).",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {