@uniformdev/cli 19.47.1-alpha.3 → 19.48.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.mjs +4 -6
- package/package.json +9 -9
package/dist/index.mjs
CHANGED
|
@@ -2638,7 +2638,7 @@ function createEntryEngineDataSource({
|
|
|
2638
2638
|
client
|
|
2639
2639
|
}) {
|
|
2640
2640
|
async function* getObjects() {
|
|
2641
|
-
const { entries } = await client.getEntries({ offset: 0, limit: 1e3
|
|
2641
|
+
const { entries } = await client.getEntries({ offset: 0, limit: 1e3 });
|
|
2642
2642
|
for await (const e of entries) {
|
|
2643
2643
|
const result = {
|
|
2644
2644
|
id: selectEntryIdentifier(e),
|
|
@@ -2655,8 +2655,6 @@ function createEntryEngineDataSource({
|
|
|
2655
2655
|
await client.deleteEntry({ entryId: providerId });
|
|
2656
2656
|
},
|
|
2657
2657
|
writeObject: async ({ object }) => {
|
|
2658
|
-
delete object.entry._name;
|
|
2659
|
-
delete object.entry._slug;
|
|
2660
2658
|
await client.upsertEntry(object);
|
|
2661
2659
|
}
|
|
2662
2660
|
};
|
|
@@ -4716,7 +4714,7 @@ import { PostHog } from "posthog-node";
|
|
|
4716
4714
|
// package.json
|
|
4717
4715
|
var package_default = {
|
|
4718
4716
|
name: "@uniformdev/cli",
|
|
4719
|
-
version: "19.
|
|
4717
|
+
version: "19.48.0",
|
|
4720
4718
|
description: "Uniform command line interface tool",
|
|
4721
4719
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
4722
4720
|
main: "./cli.js",
|
|
@@ -4758,7 +4756,7 @@ var package_default = {
|
|
|
4758
4756
|
open: "9.1.0",
|
|
4759
4757
|
ora: "6.3.1",
|
|
4760
4758
|
"p-queue": "7.3.4",
|
|
4761
|
-
"posthog-node": "3.1.
|
|
4759
|
+
"posthog-node": "3.1.2",
|
|
4762
4760
|
slugify: "1.6.6",
|
|
4763
4761
|
"update-check": "^1.5.4",
|
|
4764
4762
|
yargs: "^17.6.2",
|
|
@@ -4770,7 +4768,7 @@ var package_default = {
|
|
|
4770
4768
|
"@types/js-yaml": "4.0.5",
|
|
4771
4769
|
"@types/jsonwebtoken": "9.0.2",
|
|
4772
4770
|
"@types/lodash.isequalwith": "4.4.7",
|
|
4773
|
-
"@types/node": "18.17.
|
|
4771
|
+
"@types/node": "18.17.6",
|
|
4774
4772
|
"@types/yargs": "17.0.24"
|
|
4775
4773
|
},
|
|
4776
4774
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.48.0",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@thi.ng/mime": "^2.2.23",
|
|
20
|
-
"@uniformdev/canvas": "19.
|
|
21
|
-
"@uniformdev/context": "19.
|
|
22
|
-
"@uniformdev/files": "19.
|
|
23
|
-
"@uniformdev/project-map": "19.
|
|
24
|
-
"@uniformdev/redirect": "19.
|
|
20
|
+
"@uniformdev/canvas": "19.48.0",
|
|
21
|
+
"@uniformdev/context": "19.48.0",
|
|
22
|
+
"@uniformdev/files": "19.48.0",
|
|
23
|
+
"@uniformdev/project-map": "19.48.0",
|
|
24
|
+
"@uniformdev/redirect": "19.48.0",
|
|
25
25
|
"colorette": "2.0.20",
|
|
26
26
|
"cosmiconfig": "8.2.0",
|
|
27
27
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"open": "9.1.0",
|
|
43
43
|
"ora": "6.3.1",
|
|
44
44
|
"p-queue": "7.3.4",
|
|
45
|
-
"posthog-node": "3.1.
|
|
45
|
+
"posthog-node": "3.1.2",
|
|
46
46
|
"slugify": "1.6.6",
|
|
47
47
|
"update-check": "^1.5.4",
|
|
48
48
|
"yargs": "^17.6.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@types/js-yaml": "4.0.5",
|
|
55
55
|
"@types/jsonwebtoken": "9.0.2",
|
|
56
56
|
"@types/lodash.isequalwith": "4.4.7",
|
|
57
|
-
"@types/node": "18.17.
|
|
57
|
+
"@types/node": "18.17.6",
|
|
58
58
|
"@types/yargs": "17.0.24"
|
|
59
59
|
},
|
|
60
60
|
"bin": {
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "046d1410326925dc79a1556a8d5190c74df50d12"
|
|
70
70
|
}
|