@uniformdev/cli 19.73.1-alpha.14 → 19.74.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -5
  2. package/package.json +8 -8
package/dist/index.mjs CHANGED
@@ -2769,12 +2769,8 @@ function createDataTypeEngineDataSource({
2769
2769
  client
2770
2770
  }) {
2771
2771
  async function* getObjects() {
2772
- var _a;
2773
2772
  const dataTypes = (await client.get()).results;
2774
2773
  for await (const dataType of dataTypes) {
2775
- if (((_a = dataType.custom) == null ? void 0 : _a.uniformAutogenerated) === true) {
2776
- continue;
2777
- }
2778
2774
  const result = {
2779
2775
  id: selectIdentifier4(dataType),
2780
2776
  displayName: selectDisplayName4(dataType),
@@ -5445,7 +5441,7 @@ import { PostHog } from "posthog-node";
5445
5441
  // package.json
5446
5442
  var package_default = {
5447
5443
  name: "@uniformdev/cli",
5448
- version: "19.73.0",
5444
+ version: "19.74.0",
5449
5445
  description: "Uniform command line interface tool",
5450
5446
  license: "SEE LICENSE IN LICENSE.txt",
5451
5447
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.73.1-alpha.14+b9a665d27",
3
+ "version": "19.74.0",
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.73.1-alpha.14+b9a665d27",
21
- "@uniformdev/canvas": "19.73.1-alpha.14+b9a665d27",
22
- "@uniformdev/context": "19.73.1-alpha.14+b9a665d27",
23
- "@uniformdev/files": "19.73.1-alpha.14+b9a665d27",
24
- "@uniformdev/project-map": "19.73.1-alpha.14+b9a665d27",
25
- "@uniformdev/redirect": "19.73.1-alpha.14+b9a665d27",
20
+ "@uniformdev/assets": "19.74.0",
21
+ "@uniformdev/canvas": "19.74.0",
22
+ "@uniformdev/context": "19.74.0",
23
+ "@uniformdev/files": "19.74.0",
24
+ "@uniformdev/project-map": "19.74.0",
25
+ "@uniformdev/redirect": "19.74.0",
26
26
  "call-bind": "^1.0.2",
27
27
  "colorette": "2.0.20",
28
28
  "cosmiconfig": "8.3.6",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "b9a665d2712b749da4f7828761b07c0293223902"
72
+ "gitHead": "05e1f526de0612799567580381c0201905cdecdd"
73
73
  }