@uniformdev/cli 17.7.1-alpha.211 → 18.0.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/LICENSE.txt CHANGED
@@ -1,2 +1,2 @@
1
- © 2022 Uniform Systems, Inc. All Rights Reserved.
1
+ © 2023 Uniform Systems, Inc. All Rights Reserved.
2
2
  See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
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.211+e51b76310",
3
+ "version": "18.0.0",
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": "18.0.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": "e51b76310a677d0f0f2b35bfa1f7416c733cf25d"
61
+ "gitHead": "ed311bfb657d4b90e7d7c80c046cf2f115a94abe"
61
62
  }