@eide/foir-cli 0.32.0 → 0.33.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/cli.js +0 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -1344,7 +1344,6 @@ function jsConfigToProto(c) {
1344
1344
  category: c.category,
1345
1345
  icon: c.icon,
1346
1346
  displayField: c.displayField,
1347
- naturalKeyField: c.naturalKeyField,
1348
1347
  systemEntity: c.systemEntity ?? false,
1349
1348
  deletable: c.deletable,
1350
1349
  editable: c.editable,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eide/foir-cli",
3
- "version": "0.32.0",
3
+ "version": "0.33.0",
4
4
  "description": "Universal platform CLI for Foir platform",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -50,7 +50,7 @@
50
50
  "@bufbuild/protovalidate": "^1.1.1",
51
51
  "@connectrpc/connect": "^2.0.0",
52
52
  "@connectrpc/connect-node": "^2.0.0",
53
- "@eide/foir-proto-ts": "^0.79.0",
53
+ "@eide/foir-proto-ts": "^0.82.0",
54
54
  "chalk": "^5.3.0",
55
55
  "commander": "^12.1.0",
56
56
  "dotenv": "^16.4.5",