@ai.to.design/design-token-extractor 1.3.4 → 1.5.0
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/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -946,7 +946,7 @@ function redactUserinfo(raw) {
|
|
|
946
946
|
}
|
|
947
947
|
|
|
948
948
|
// src/extract.ts
|
|
949
|
-
var VERSION = true ? "1.
|
|
949
|
+
var VERSION = true ? "1.5.0" : "0.0.0-dev";
|
|
950
950
|
async function extract(opts) {
|
|
951
951
|
const sourceValue = await resolveInput(opts);
|
|
952
952
|
const records = await gatherRecords(opts);
|
|
@@ -1383,7 +1383,7 @@ async function writeAtomic(content, outPath) {
|
|
|
1383
1383
|
}
|
|
1384
1384
|
|
|
1385
1385
|
// src/cli.ts
|
|
1386
|
-
var CLI_VERSION = true ? "1.
|
|
1386
|
+
var CLI_VERSION = true ? "1.5.0" : "0.0.0-dev";
|
|
1387
1387
|
var inputSchema = z2.union([
|
|
1388
1388
|
z2.object({ kind: z2.literal("url"), url: z2.string().url() }),
|
|
1389
1389
|
z2.object({ kind: z2.literal("file"), path: z2.string().min(1) })
|