@wspc/cli 0.0.20 → 0.0.21
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/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +29 -29
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/spec/openapi.json +499 -677
package/dist/cli.js
CHANGED
|
@@ -1410,9 +1410,9 @@ function createConsistencyFetch(opts) {
|
|
|
1410
1410
|
}
|
|
1411
1411
|
|
|
1412
1412
|
// src/version.ts
|
|
1413
|
-
var VERSION = "0.0.
|
|
1414
|
-
var SPEC_SHA = "
|
|
1415
|
-
var SPEC_FETCHED_AT = "2026-06-
|
|
1413
|
+
var VERSION = "0.0.21";
|
|
1414
|
+
var SPEC_SHA = "dcbc193f";
|
|
1415
|
+
var SPEC_FETCHED_AT = "2026-06-17T16:32:49.096Z";
|
|
1416
1416
|
var API_BASE = "https://api.wspc.ai";
|
|
1417
1417
|
|
|
1418
1418
|
// src/index.ts
|