@uniformdev/cli 20.6.2-alpha.11 → 20.7.1-alpha.14

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/index.mjs +2 -2
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -8455,7 +8455,7 @@ import { PostHog } from "posthog-node";
8455
8455
  // package.json
8456
8456
  var package_default = {
8457
8457
  name: "@uniformdev/cli",
8458
- version: "20.6.1",
8458
+ version: "20.7.0",
8459
8459
  description: "Uniform command line interface tool",
8460
8460
  license: "SEE LICENSE IN LICENSE.txt",
8461
8461
  main: "./cli.js",
@@ -9317,7 +9317,7 @@ async function newMeshIntegrationHandler({
9317
9317
  const name = answer.name;
9318
9318
  const { targetDir, typeSlug } = validateIntegrationName(answer.name, outputPath);
9319
9319
  const { runNpmInstall } = await cloneStarter({
9320
- githubPath: `uniformdev/examples/examples/mesh-integration`,
9320
+ githubPath: `uniformdev/examples/mesh/mesh-integration`,
9321
9321
  spin,
9322
9322
  targetDir
9323
9323
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.6.2-alpha.11+af78064791",
3
+ "version": "20.7.1-alpha.14+60f5dc825c",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@thi.ng/mime": "^2.2.23",
30
- "@uniformdev/assets": "20.6.2-alpha.11+af78064791",
31
- "@uniformdev/canvas": "20.6.2-alpha.11+af78064791",
32
- "@uniformdev/context": "20.6.2-alpha.11+af78064791",
33
- "@uniformdev/files": "20.6.2-alpha.11+af78064791",
34
- "@uniformdev/project-map": "20.6.2-alpha.11+af78064791",
35
- "@uniformdev/redirect": "20.6.2-alpha.11+af78064791",
36
- "@uniformdev/richtext": "20.6.2-alpha.11+af78064791",
30
+ "@uniformdev/assets": "20.7.1-alpha.14+60f5dc825c",
31
+ "@uniformdev/canvas": "20.7.1-alpha.14+60f5dc825c",
32
+ "@uniformdev/context": "20.7.1-alpha.14+60f5dc825c",
33
+ "@uniformdev/files": "20.7.1-alpha.14+60f5dc825c",
34
+ "@uniformdev/project-map": "20.7.1-alpha.14+60f5dc825c",
35
+ "@uniformdev/redirect": "20.7.1-alpha.14+60f5dc825c",
36
+ "@uniformdev/richtext": "20.7.1-alpha.14+60f5dc825c",
37
37
  "call-bind": "^1.0.2",
38
38
  "colorette": "2.0.20",
39
39
  "cosmiconfig": "9.0.0",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "af78064791c47044f8ba447bbe1221f672f6de3e"
82
+ "gitHead": "60f5dc825c94de66d7593877448296c598c3c10d"
83
83
  }