@wspc/cli 0.1.0 → 0.1.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.
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1432,9 +1432,9 @@ function createConsistencyFetch(opts) {
|
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
// src/version.ts
|
|
1435
|
-
var VERSION = "0.1.
|
|
1435
|
+
var VERSION = "0.1.1";
|
|
1436
1436
|
var SPEC_SHA = "51d0418e";
|
|
1437
|
-
var SPEC_FETCHED_AT = "2026-06-
|
|
1437
|
+
var SPEC_FETCHED_AT = "2026-06-21T12:30:00.342Z";
|
|
1438
1438
|
var API_BASE = "https://api.wspc.ai";
|
|
1439
1439
|
|
|
1440
1440
|
// src/index.ts
|