@uniformdev/cli 17.7.1-alpha.167 → 17.7.1-alpha.172

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.js CHANGED
@@ -1717,7 +1717,12 @@ var optimize_default = command;
1717
1717
 
1718
1718
  // src/index.ts
1719
1719
  require("dotenv").config();
1720
- var plugins = ["@uniformdev/canvas/cli", "@uniformdev/context/cli", "@uniformdev/project-map/cli"];
1720
+ var plugins = [
1721
+ "@uniformdev/canvas/cli",
1722
+ "@uniformdev/context/cli",
1723
+ "@uniformdev/project-map/cli",
1724
+ "@uniformdev/uniform-new"
1725
+ ];
1721
1726
  var yarggery = import_yargs3.default.scriptName("uniform");
1722
1727
  plugins.flatMap((plugin) => {
1723
1728
  try {
package/dist/index.mjs CHANGED
@@ -155,7 +155,12 @@ var optimize_default = command;
155
155
 
156
156
  // src/index.ts
157
157
  __require("dotenv").config();
158
- var plugins = ["@uniformdev/canvas/cli", "@uniformdev/context/cli", "@uniformdev/project-map/cli"];
158
+ var plugins = [
159
+ "@uniformdev/canvas/cli",
160
+ "@uniformdev/context/cli",
161
+ "@uniformdev/project-map/cli",
162
+ "@uniformdev/uniform-new"
163
+ ];
159
164
  var yarggery = yargs3.scriptName("uniform");
160
165
  plugins.flatMap((plugin) => {
161
166
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "17.7.1-alpha.167+a358adea9",
3
+ "version": "17.7.1-alpha.172+bc69aa309",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -34,6 +34,7 @@
34
34
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
35
35
  },
36
36
  "dependencies": {
37
+ "@uniformdev/uniform-new": "^17.7.0",
37
38
  "diff": "^5.0.0",
38
39
  "dotenv": "^16.0.3",
39
40
  "https-proxy-agent": "^5.0.1",
@@ -57,5 +58,5 @@
57
58
  "publishConfig": {
58
59
  "access": "public"
59
60
  },
60
- "gitHead": "a358adea91b24a877e577be784d56b794c4cfab8"
61
+ "gitHead": "bc69aa30983f9bc3f4aeea9af5974d417a34dbc9"
61
62
  }