@vibeiao/sdk 0.1.13 → 0.1.15
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -123,7 +123,7 @@ var ReviewGate = class {
|
|
|
123
123
|
var DEFAULT_API_BASE = "https://api.vibeiao.com";
|
|
124
124
|
var DEFAULT_WEB_BASE = "https://vibeiao.com";
|
|
125
125
|
var DEFAULT_SDK_PACKAGE = "@vibeiao/sdk";
|
|
126
|
-
var DEFAULT_SDK_VERSION = "0.1.
|
|
126
|
+
var DEFAULT_SDK_VERSION = "0.1.14" ? "0.1.14" : "0.1.4";
|
|
127
127
|
var DEFAULT_SDK_REGISTRY = "https://registry.npmjs.org";
|
|
128
128
|
var DEFAULT_SDK_POLICY_PATH = "/v1/sdk/policy";
|
|
129
129
|
var DEFAULT_SDK_CHECK_INTERVAL_MS = 1e3 * 60 * 30;
|