@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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -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.3.4" : "0.0.0-dev";
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.3.4" : "0.0.0-dev";
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) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai.to.design/design-token-extractor",
3
- "version": "1.3.4",
3
+ "version": "1.5.0",
4
4
  "description": "Extract design tokens from any website into W3C DTCG JSON",
5
5
  "type": "module",
6
6
  "bin": {