zipy-mobile-cli 1.0.2 → 1.0.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.
|
@@ -12,7 +12,7 @@ export declare const DEFAULT_IOS_BUNDLE_PATH_RELEASE = "ios/build/zipy/Sourcemap
|
|
|
12
12
|
/** Default iOS release sourcemap path: emitted by the patched RN Xcode bundle phase. */
|
|
13
13
|
export declare const DEFAULT_IOS_SOURCEMAP_PATH_RELEASE = "ios/build/zipy/Sourcemaps/main.jsbundle.map";
|
|
14
14
|
/** Fixed upload API base URL (not prompted). */
|
|
15
|
-
export declare const FIXED_UPLOAD_BASE_URL = "https://
|
|
15
|
+
export declare const FIXED_UPLOAD_BASE_URL = "https://services.zipy.ai";
|
|
16
16
|
export interface InitOptions {
|
|
17
17
|
sourcemapPathRelease?: string;
|
|
18
18
|
sourcemapPathDebug?: string;
|
|
@@ -70,7 +70,7 @@ exports.DEFAULT_IOS_BUNDLE_PATH_RELEASE = `${exports.DEFAULT_IOS_OUTPUT_DIR}/mai
|
|
|
70
70
|
/** Default iOS release sourcemap path: emitted by the patched RN Xcode bundle phase. */
|
|
71
71
|
exports.DEFAULT_IOS_SOURCEMAP_PATH_RELEASE = `${exports.DEFAULT_IOS_OUTPUT_DIR}/main.jsbundle.map`;
|
|
72
72
|
/** Fixed upload API base URL (not prompted). */
|
|
73
|
-
exports.FIXED_UPLOAD_BASE_URL = 'https://
|
|
73
|
+
exports.FIXED_UPLOAD_BASE_URL = 'https://services.zipy.ai';
|
|
74
74
|
const LOG_PREFIX = '[zipy]';
|
|
75
75
|
/** Print `[zipy]`-prefixed setup logs. */
|
|
76
76
|
function logInfo(...args) {
|