@vibeiao/sdk 0.1.30 → 0.1.31

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -349,7 +349,7 @@ var ReviewGate = class {
349
349
  var DEFAULT_API_BASE = "https://api.vibeiao.com";
350
350
  var DEFAULT_WEB_BASE = "https://vibeiao.com";
351
351
  var DEFAULT_SDK_PACKAGE = "@vibeiao/sdk";
352
- var DEFAULT_SDK_VERSION = "0.1.29" ? "0.1.29" : "0.1.4";
352
+ var DEFAULT_SDK_VERSION = "0.1.31" ? "0.1.31" : "0.1.4";
353
353
  var DEFAULT_SDK_REGISTRY = "https://registry.npmjs.org";
354
354
  var DEFAULT_SDK_POLICY_PATH = "/v1/sdk/policy";
355
355
  var DEFAULT_SDK_CHECK_INTERVAL_MS = 1e3 * 60 * 30;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@vibeiao/sdk",
3
3
  "private": false,
4
4
  "type": "module",
5
- "version": "0.1.30",
5
+ "version": "0.1.31",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "exports": {