@uniformdev/cli 20.14.1 → 20.15.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.
@@ -197,7 +197,7 @@ function emitWithFormat(object, format, filename) {
197
197
  case "yaml":
198
198
  content = dump(object);
199
199
  if ("$schema" in object) {
200
- content = `# yaml-language-server: $schema=<${object["$schema"]}>
200
+ content = `# yaml-language-server: $schema=${object["$schema"]}
201
201
  ${content}`;
202
202
  }
203
203
  break;
@@ -1,4 +1,4 @@
1
- import "./chunk-OP3XA4Q5.mjs";
1
+ import "./chunk-JSQVEK7R.mjs";
2
2
 
3
3
  // src/sync/allSerializableEntitiesConfig.ts
4
4
  var allSerializableEntitiesConfig = {
package/dist/index.mjs CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  withFormatOptions,
17
17
  withProjectOptions,
18
18
  withTeamOptions
19
- } from "./chunk-OP3XA4Q5.mjs";
19
+ } from "./chunk-JSQVEK7R.mjs";
20
20
 
21
21
  // src/index.ts
22
22
  import * as dotenv from "dotenv";
@@ -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.14.1",
8458
+ version: "20.15.0",
8459
8459
  description: "Uniform command line interface tool",
8460
8460
  license: "SEE LICENSE IN LICENSE.txt",
8461
8461
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.14.1",
3
+ "version": "20.15.0",
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.14.1",
31
- "@uniformdev/canvas": "20.14.1",
32
- "@uniformdev/context": "20.14.1",
33
- "@uniformdev/files": "20.14.1",
34
- "@uniformdev/project-map": "20.14.1",
35
- "@uniformdev/redirect": "20.14.1",
36
- "@uniformdev/richtext": "20.14.1",
30
+ "@uniformdev/assets": "20.15.0",
31
+ "@uniformdev/canvas": "20.15.0",
32
+ "@uniformdev/context": "20.15.0",
33
+ "@uniformdev/files": "20.15.0",
34
+ "@uniformdev/project-map": "20.15.0",
35
+ "@uniformdev/redirect": "20.15.0",
36
+ "@uniformdev/richtext": "20.15.0",
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": "1cf777c56f2e7f08514fd44b40700579c48a9c71"
82
+ "gitHead": "ab199fc3b7b250609eba1b4e0b223613e59c973b"
83
83
  }