@uniformdev/cli 19.82.1 → 19.82.2-alpha.20

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/index.d.mts CHANGED
@@ -31,4 +31,4 @@ type CLIConfiguration = {
31
31
  serialization: UserDefinedSerializationConfiguration;
32
32
  };
33
33
 
34
- export { CLIConfiguration };
34
+ export type { CLIConfiguration };
package/dist/index.mjs CHANGED
@@ -7,7 +7,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
7
7
  throw Error('Dynamic require of "' + x + '" is not supported');
8
8
  });
9
9
 
10
- // ../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.31_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/assets/esm_shims.js
10
+ // ../../node_modules/.pnpm/tsup@8.0.1_@microsoft+api-extractor@7.36.3_postcss@8.4.31_typescript@5.2.2/node_modules/tsup/assets/esm_shims.js
11
11
  import { fileURLToPath } from "url";
12
12
  import path from "path";
13
13
  var getFilename = () => fileURLToPath(import.meta.url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.82.1",
3
+ "version": "19.82.2-alpha.20+c643b20fb",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -17,12 +17,12 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@thi.ng/mime": "^2.2.23",
20
- "@uniformdev/assets": "19.82.1",
21
- "@uniformdev/canvas": "19.82.1",
22
- "@uniformdev/context": "19.82.1",
23
- "@uniformdev/files": "19.82.1",
24
- "@uniformdev/project-map": "19.82.1",
25
- "@uniformdev/redirect": "19.82.1",
20
+ "@uniformdev/assets": "19.82.2-alpha.20+c643b20fb",
21
+ "@uniformdev/canvas": "19.82.2-alpha.20+c643b20fb",
22
+ "@uniformdev/context": "19.82.2-alpha.20+c643b20fb",
23
+ "@uniformdev/files": "19.82.2-alpha.20+c643b20fb",
24
+ "@uniformdev/project-map": "19.82.2-alpha.20+c643b20fb",
25
+ "@uniformdev/redirect": "19.82.2-alpha.20+c643b20fb",
26
26
  "call-bind": "^1.0.2",
27
27
  "colorette": "2.0.20",
28
28
  "cosmiconfig": "8.3.6",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "242b8cbfdb9e52a8020c7660af8363a16c070cfa"
72
+ "gitHead": "c643b20fb0d3ac210ee8038037f556bde90a22e9"
73
73
  }