@uniformdev/cli 19.117.2-alpha.2 → 19.118.1-alpha.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/dist/index.d.mts CHANGED
@@ -5,7 +5,7 @@ type StateArgs = {
5
5
  };
6
6
 
7
7
  type SyncMode = 'mirror' | 'createOrUpdate' | 'create';
8
- type EntityTypes = 'aggregate' | 'asset' | 'category' | 'component' | 'composition' | 'contentType' | 'dataType' | 'enrichment' | 'entry' | 'locale' | 'pattern' | 'projectMapDefinition' | 'projectMapNode' | 'prompt' | 'quirk' | 'redirect' | 'signal' | 'test';
8
+ type EntityTypes = 'category' | 'dataType' | 'quirk' | 'test' | 'signal' | 'enrichment' | 'aggregate' | 'component' | 'composition' | 'pattern' | 'projectMapDefinition' | 'projectMapNode' | 'redirect' | 'entry' | 'contentType' | 'asset' | 'locale';
9
9
  type SyncFileFormat = 'yaml' | 'json';
10
10
  type EntityConfiguration = {
11
11
  mode?: SyncMode;
package/dist/index.mjs CHANGED
@@ -4310,14 +4310,14 @@ function createPromptEngineDataSource({
4310
4310
  // src/commands/canvas/commands/prompts/pull.ts
4311
4311
  var PromptPullModule = {
4312
4312
  command: "pull <directory>",
4313
- describe: "Pulls all prompts to local files in a directory",
4313
+ describe: "Pulls all entries to local files in a directory",
4314
4314
  builder: (yargs32) => withConfiguration(
4315
4315
  withApiOptions(
4316
4316
  withProjectOptions(
4317
4317
  withStateOptions(
4318
4318
  withDiffOptions(
4319
4319
  yargs32.positional("directory", {
4320
- describe: "Directory to save the prompts to. If a filename ending in yaml or json is used, a package file will be created instead of files in the directory.",
4320
+ describe: "Directory to save the entries to. If a filename ending in yaml or json is used, a package file will be created instead of files in the directory.",
4321
4321
  type: "string"
4322
4322
  }).option("format", {
4323
4323
  alias: ["f"],
@@ -6437,7 +6437,7 @@ import { PostHog } from "posthog-node";
6437
6437
  // package.json
6438
6438
  var package_default = {
6439
6439
  name: "@uniformdev/cli",
6440
- version: "19.117.1",
6440
+ version: "19.118.0",
6441
6441
  description: "Uniform command line interface tool",
6442
6442
  license: "SEE LICENSE IN LICENSE.txt",
6443
6443
  main: "./cli.js",
@@ -8593,7 +8593,6 @@ var SyncPullModule = {
8593
8593
  redirect: RedirectDefinitionPullModule,
8594
8594
  entry: EntryPullModule,
8595
8595
  contentType: ContentTypePullModule
8596
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
8597
8596
  }).filter(([entityType]) => {
8598
8597
  var _a2, _b, _c, _d, _e, _f;
8599
8598
  return Boolean((_a2 = config2.entitiesConfig) == null ? void 0 : _a2[entityType]) && ((_c = (_b = config2.entitiesConfig) == null ? void 0 : _b[entityType]) == null ? void 0 : _c.disabled) !== true && ((_f = (_e = (_d = config2.entitiesConfig) == null ? void 0 : _d[entityType]) == null ? void 0 : _e.pull) == null ? void 0 : _f.disabled) !== true;
@@ -8692,7 +8691,6 @@ var SyncPushModule = {
8692
8691
  redirect: RedirectDefinitionPushModule,
8693
8692
  contentType: ContentTypePushModule,
8694
8693
  entry: EntryPushModule
8695
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
8696
8694
  }).filter(([entityType]) => {
8697
8695
  var _a2, _b2, _c2, _d2, _e2, _f2;
8698
8696
  return Boolean((_a2 = config2.entitiesConfig) == null ? void 0 : _a2[entityType]) && ((_c2 = (_b2 = config2.entitiesConfig) == null ? void 0 : _b2[entityType]) == null ? void 0 : _c2.disabled) !== true && ((_f2 = (_e2 = (_d2 = config2.entitiesConfig) == null ? void 0 : _d2[entityType]) == null ? void 0 : _e2.push) == null ? void 0 : _f2.disabled) !== true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.117.2-alpha.2+cb8f2c5106",
3
+ "version": "19.118.1-alpha.0+cf7370c980",
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.117.2-alpha.2+cb8f2c5106",
21
- "@uniformdev/canvas": "19.117.2-alpha.2+cb8f2c5106",
22
- "@uniformdev/context": "19.117.2-alpha.2+cb8f2c5106",
23
- "@uniformdev/files": "19.117.2-alpha.2+cb8f2c5106",
24
- "@uniformdev/project-map": "19.117.2-alpha.2+cb8f2c5106",
25
- "@uniformdev/redirect": "19.117.2-alpha.2+cb8f2c5106",
20
+ "@uniformdev/assets": "19.118.1-alpha.0+cf7370c980",
21
+ "@uniformdev/canvas": "19.118.1-alpha.0+cf7370c980",
22
+ "@uniformdev/context": "19.118.1-alpha.0+cf7370c980",
23
+ "@uniformdev/files": "19.118.1-alpha.0+cf7370c980",
24
+ "@uniformdev/project-map": "19.118.1-alpha.0+cf7370c980",
25
+ "@uniformdev/redirect": "19.118.1-alpha.0+cf7370c980",
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": "cb8f2c51062a045c338e6b61ab217bb392196337"
72
+ "gitHead": "cf7370c9807feb6b6a19764c8c3c82c62eaa8315"
73
73
  }