@stoker-platform/cli 0.5.88 → 0.5.90

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/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/cli",
3
- "version": "0.5.87",
3
+ "version": "0.5.89",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "./lib/src/main.js",
@@ -24,9 +24,9 @@
24
24
  "@google-cloud/secret-manager": "^6.1.1",
25
25
  "@google-cloud/storage": "^7.19.0",
26
26
  "@inquirer/prompts": "^8.4.2",
27
- "@stoker-platform/node-client": "0.5.60",
28
- "@stoker-platform/types": "0.5.39",
29
- "@stoker-platform/utils": "0.5.51",
27
+ "@stoker-platform/node-client": "0.5.62",
28
+ "@stoker-platform/types": "0.5.41",
29
+ "@stoker-platform/utils": "0.5.53",
30
30
  "algoliasearch": "^5.51.0",
31
31
  "commander": "^14.0.0",
32
32
  "cross-spawn": "^7.0.6",
@@ -108,7 +108,7 @@ export const auditRelations = async (options) => {
108
108
  continue;
109
109
  }
110
110
  if (singleFieldRelationNames.includes(field.name)) {
111
- if (!isEqual(record[`${field.name}_Single`], mainRelation)) {
111
+ if (!isEqual(record[`${field.name}_Single`], { ...mainRelation, id })) {
112
112
  console.log(`${collectionName} ${doc.id} - Field ${field.name} does not have a single relation`);
113
113
  continue;
114
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/cli",
3
- "version": "0.5.88",
3
+ "version": "0.5.90",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "./lib/src/main.js",
@@ -24,9 +24,9 @@
24
24
  "@google-cloud/secret-manager": "^6.1.1",
25
25
  "@google-cloud/storage": "^7.19.0",
26
26
  "@inquirer/prompts": "^8.4.2",
27
- "@stoker-platform/node-client": "0.5.61",
28
- "@stoker-platform/types": "0.5.40",
29
- "@stoker-platform/utils": "0.5.52",
27
+ "@stoker-platform/node-client": "0.5.62",
28
+ "@stoker-platform/types": "0.5.41",
29
+ "@stoker-platform/utils": "0.5.53",
30
30
  "algoliasearch": "^5.51.0",
31
31
  "commander": "^14.0.0",
32
32
  "cross-spawn": "^7.0.6",