@uniformdev/cli 19.134.0 → 19.134.3-alpha.28

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 +10 -10
  2. package/package.json +10 -10
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@8.0.1_@microsoft+api-extractor@7.39.0_postcss@8.4.32_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js
10
+ // ../../node_modules/.pnpm/tsup@8.0.2_@microsoft+api-extractor@7.39.0_postcss@8.4.38_typescript@5.3.3/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);
@@ -6436,7 +6436,7 @@ import { PostHog } from "posthog-node";
6436
6436
  // package.json
6437
6437
  var package_default = {
6438
6438
  name: "@uniformdev/cli",
6439
- version: "19.134.0",
6439
+ version: "19.134.2",
6440
6440
  description: "Uniform command line interface tool",
6441
6441
  license: "SEE LICENSE IN LICENSE.txt",
6442
6442
  main: "./cli.js",
@@ -6470,7 +6470,7 @@ var package_default = {
6470
6470
  graphql: "16.8.1",
6471
6471
  "graphql-request": "6.1.0",
6472
6472
  "image-size": "^1.0.2",
6473
- inquirer: "9.2.12",
6473
+ inquirer: "9.2.17",
6474
6474
  "isomorphic-git": "1.25.2",
6475
6475
  "js-yaml": "^4.1.0",
6476
6476
  jsonwebtoken: "9.0.2",
@@ -6478,7 +6478,7 @@ var package_default = {
6478
6478
  open: "9.1.0",
6479
6479
  ora: "8.0.1",
6480
6480
  "p-queue": "7.3.4",
6481
- "posthog-node": "3.2.1",
6481
+ "posthog-node": "3.6.3",
6482
6482
  "registry-auth-token": "^5.0.0",
6483
6483
  "registry-url": "^6.0.0",
6484
6484
  slugify: "1.6.6",
@@ -7955,13 +7955,13 @@ function createProjectMapNodeEngineDataSource({
7955
7955
  const projectMaps = (await client.getProjectMapDefinitions()).projectMaps;
7956
7956
  for (const projectMap of projectMaps) {
7957
7957
  const nodes = (await client.getNodes({ projectMapId: projectMap.id })).nodes;
7958
- for await (const def of nodes ?? []) {
7959
- if (def) {
7958
+ for await (const node of nodes ?? []) {
7959
+ if (node) {
7960
7960
  const result = {
7961
- id: selectIdentifier11({ ...def, projectMapId: projectMap.id }, projectId),
7962
- displayName: selectDisplayName11(def),
7963
- providerId: selectIdentifier11({ ...def, projectMapId: projectMap.id }, projectId)[0],
7964
- object: { ...def, projectMapId: projectMap.id }
7961
+ id: selectIdentifier11({ ...node, projectMapId: projectMap.id }, projectId),
7962
+ displayName: selectDisplayName11(node),
7963
+ providerId: selectIdentifier11({ ...node, projectMapId: projectMap.id }, projectId)[0],
7964
+ object: { ...node, projectMapId: projectMap.id }
7965
7965
  };
7966
7966
  yield result;
7967
7967
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.134.0",
3
+ "version": "19.134.3-alpha.28+506233b832",
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.134.0",
21
- "@uniformdev/canvas": "19.134.0",
22
- "@uniformdev/context": "19.134.0",
23
- "@uniformdev/files": "19.134.0",
24
- "@uniformdev/project-map": "19.134.0",
25
- "@uniformdev/redirect": "19.134.0",
20
+ "@uniformdev/assets": "19.134.3-alpha.28+506233b832",
21
+ "@uniformdev/canvas": "19.134.3-alpha.28+506233b832",
22
+ "@uniformdev/context": "19.134.3-alpha.28+506233b832",
23
+ "@uniformdev/files": "19.134.3-alpha.28+506233b832",
24
+ "@uniformdev/project-map": "19.134.3-alpha.28+506233b832",
25
+ "@uniformdev/redirect": "19.134.3-alpha.28+506233b832",
26
26
  "call-bind": "^1.0.2",
27
27
  "colorette": "2.0.20",
28
28
  "cosmiconfig": "8.3.6",
@@ -34,7 +34,7 @@
34
34
  "graphql": "16.8.1",
35
35
  "graphql-request": "6.1.0",
36
36
  "image-size": "^1.0.2",
37
- "inquirer": "9.2.12",
37
+ "inquirer": "9.2.17",
38
38
  "isomorphic-git": "1.25.2",
39
39
  "js-yaml": "^4.1.0",
40
40
  "jsonwebtoken": "9.0.2",
@@ -42,7 +42,7 @@
42
42
  "open": "9.1.0",
43
43
  "ora": "8.0.1",
44
44
  "p-queue": "7.3.4",
45
- "posthog-node": "3.2.1",
45
+ "posthog-node": "3.6.3",
46
46
  "registry-auth-token": "^5.0.0",
47
47
  "registry-url": "^6.0.0",
48
48
  "slugify": "1.6.6",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "4d3856ce53d66b4e69fd693dadc98292cfbc37d1"
71
+ "gitHead": "506233b8324cbb3d7d6a0ef97b8d5e01b36bfb08"
72
72
  }