@ind-rcg/modeler-sfdx-cli-plugin 260.1023.0 → 262.1002.0-beta.4

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/oclif.manifest.json +58 -58
  2. package/package.json +24 -21
@@ -464,63 +464,6 @@
464
464
  "validate.js"
465
465
  ]
466
466
  },
467
- "modeler:workspace:server:start": {
468
- "aliases": [
469
- "mdl:ws:server:start",
470
- "mdl:ws:simulate",
471
- "mdl:simulate"
472
- ],
473
- "args": {},
474
- "deprecateAliases": false,
475
- "examples": [
476
- "<%= config.bin %> <%= command.id %>",
477
- "<%= config.bin %> <%= command.id %> --path ./testWorkspace"
478
- ],
479
- "flags": {
480
- "json": {
481
- "description": "Format output as json.",
482
- "helpGroup": "GLOBAL",
483
- "name": "json",
484
- "allowNo": false,
485
- "type": "boolean"
486
- },
487
- "flags-dir": {
488
- "helpGroup": "GLOBAL",
489
- "name": "flags-dir",
490
- "summary": "Import flag values from a directory.",
491
- "hasDynamicHelp": false,
492
- "multiple": false,
493
- "type": "option"
494
- },
495
- "path": {
496
- "char": "p",
497
- "name": "path",
498
- "required": false,
499
- "summary": "path to the Modeler workspace",
500
- "hasDynamicHelp": false,
501
- "multiple": false,
502
- "type": "option"
503
- }
504
- },
505
- "hasDynamicHelp": false,
506
- "hiddenAliases": [],
507
- "id": "modeler:workspace:server:start",
508
- "pluginAlias": "@ind-rcg/modeler-sfdx-cli-plugin",
509
- "pluginName": "@ind-rcg/modeler-sfdx-cli-plugin",
510
- "pluginType": "core",
511
- "strict": true,
512
- "summary": "Start the server",
513
- "enableJsonFlag": true,
514
- "isESM": true,
515
- "relativePath": [
516
- "lib",
517
- "commands",
518
- "modeler",
519
- "workspace",
520
- "server",
521
- "start.js"
522
- ]
523
- },
524
467
  "modeler:workspace:utils:base64encode": {
525
468
  "aliases": [],
526
469
  "args": {},
@@ -746,7 +689,64 @@
746
689
  "utils",
747
690
  "migrateContracts.js"
748
691
  ]
692
+ },
693
+ "modeler:workspace:server:start": {
694
+ "aliases": [
695
+ "mdl:ws:server:start",
696
+ "mdl:ws:simulate",
697
+ "mdl:simulate"
698
+ ],
699
+ "args": {},
700
+ "deprecateAliases": false,
701
+ "examples": [
702
+ "<%= config.bin %> <%= command.id %>",
703
+ "<%= config.bin %> <%= command.id %> --path ./testWorkspace"
704
+ ],
705
+ "flags": {
706
+ "json": {
707
+ "description": "Format output as json.",
708
+ "helpGroup": "GLOBAL",
709
+ "name": "json",
710
+ "allowNo": false,
711
+ "type": "boolean"
712
+ },
713
+ "flags-dir": {
714
+ "helpGroup": "GLOBAL",
715
+ "name": "flags-dir",
716
+ "summary": "Import flag values from a directory.",
717
+ "hasDynamicHelp": false,
718
+ "multiple": false,
719
+ "type": "option"
720
+ },
721
+ "path": {
722
+ "char": "p",
723
+ "name": "path",
724
+ "required": false,
725
+ "summary": "path to the Modeler workspace",
726
+ "hasDynamicHelp": false,
727
+ "multiple": false,
728
+ "type": "option"
729
+ }
730
+ },
731
+ "hasDynamicHelp": false,
732
+ "hiddenAliases": [],
733
+ "id": "modeler:workspace:server:start",
734
+ "pluginAlias": "@ind-rcg/modeler-sfdx-cli-plugin",
735
+ "pluginName": "@ind-rcg/modeler-sfdx-cli-plugin",
736
+ "pluginType": "core",
737
+ "strict": true,
738
+ "summary": "Start the server",
739
+ "enableJsonFlag": true,
740
+ "isESM": true,
741
+ "relativePath": [
742
+ "lib",
743
+ "commands",
744
+ "modeler",
745
+ "workspace",
746
+ "server",
747
+ "start.js"
748
+ ]
749
749
  }
750
750
  },
751
- "version": "260.1023.0"
751
+ "version": "262.1002.0-beta.4"
752
752
  }
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@ind-rcg/modeler-sfdx-cli-plugin",
3
3
  "displayName": "modeler-sfdx-cli-plugin",
4
- "version": "260.1023.0",
4
+ "version": "262.1002.0-beta.4",
5
5
  "type": "module",
6
6
  "author": "Salesforce",
7
7
  "license": "BSD-3-Clause",
8
8
  "description": "This plugin is an enhancement of the sfdx cli and provide you features to customize the Consumer Goods Cloud Mobility application. This version will be the replacement for the Consumer Goods Mobile Modeler which was hosted on a Windows Server machine.",
9
9
  "dependencies": {
10
- "@ind-rcg/backend": "260.1004.0",
11
- "@ind-rcg/framework": "260.1048.0",
12
- "@ind-rcg/generator": "260.1016.0",
13
- "@inquirer/prompts": "7.9.0",
14
- "@oclif/core": "4.5.6",
15
- "@salesforce/core": "8.23.2",
16
- "@salesforce/sf-plugins-core": "12.2.4",
10
+ "@ind-rcg/backend": "262.1002.0-beta.2",
11
+ "@ind-rcg/framework": "262.1002.0-beta.3",
12
+ "@ind-rcg/generator": "262.1002.0-beta.2",
13
+ "@inquirer/prompts": "8.2.0",
14
+ "@oclif/core": "4.8.0",
15
+ "@salesforce/core": "8.24.1",
16
+ "@salesforce/sf-plugins-core": "12.2.6",
17
17
  "@xmldom/xmldom": "0.9.8",
18
18
  "chalk": "5.6.2",
19
19
  "cross-spawn": "7.0.6",
20
20
  "decompress": "4.2.1",
21
- "eta": "3.5.0",
22
- "fs-extra": "11.3.2",
21
+ "eta": "4.5.0",
22
+ "fs-extra": "11.3.3",
23
23
  "jszip": "3.10.1",
24
24
  "klaw-sync": "7.0.0",
25
25
  "latest-version": "9.0.0",
@@ -28,10 +28,10 @@
28
28
  "xpath": "0.0.34"
29
29
  },
30
30
  "devDependencies": {
31
- "@oclif/plugin-command-snapshot": "5.3.7",
31
+ "@oclif/plugin-command-snapshot": "5.3.8",
32
32
  "@salesforce/cli-plugins-testkit": "5.3.41",
33
33
  "@salesforce/dev-scripts": "11.0.4",
34
- "@salesforce/plugin-command-reference": "3.1.75",
34
+ "@salesforce/plugin-command-reference": "3.1.79",
35
35
  "@salesforce/ts-sinon": "1.4.31",
36
36
  "@types/cross-spawn": "6.0.6",
37
37
  "@types/decompress": "4.2.7",
@@ -39,13 +39,13 @@
39
39
  "@types/klaw-sync": "6.0.5",
40
40
  "c8": "10.1.3",
41
41
  "eslint-plugin-sf-plugin": "1.20.33",
42
- "oclif": "4.22.32",
42
+ "oclif": "4.22.65",
43
43
  "ts-node": "10.9.2",
44
44
  "typescript": "5.9.3",
45
45
  "uglifyjs-folder": "3.3.0"
46
46
  },
47
47
  "engines": {
48
- "node": ">=18.0.0"
48
+ "node": ">=22.x"
49
49
  },
50
50
  "files": [
51
51
  "/lib/**/*.js",
@@ -94,15 +94,18 @@
94
94
  },
95
95
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
96
96
  "resolutions": {
97
- "@ind-rcg/backend/sqlite3/node-gyp": "11.5.0",
98
- "@salesforce/core": "8.23.2"
97
+ "@ind-rcg/backend/sqlite3/node-gyp": "12.1.0",
98
+ "@salesforce/core": "8.24.1",
99
+ "@oclif/core": "4.8.0",
100
+ "tar": "7.5.9"
99
101
  },
100
102
  "overrides": {
101
- "node-gyp": "11.5.0",
102
- "@salesforce/core": "8.23.2"
103
+ "node-gyp": "12.1.0",
104
+ "@salesforce/core": "8.24.1",
105
+ "tar": "7.5.9"
103
106
  },
104
107
  "peerDependencies": {
105
- "node-gyp": "11.5.0"
108
+ "node-gyp": "12.1.0"
106
109
  },
107
110
  "wireit": {
108
111
  "build": {
@@ -278,7 +281,7 @@
278
281
  }
279
282
  },
280
283
  "sfdx": {
281
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@ind-rcg/modeler-sfdx-cli-plugin/260.1023.0.crt",
282
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@ind-rcg/modeler-sfdx-cli-plugin/260.1023.0.sig"
284
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@ind-rcg/modeler-sfdx-cli-plugin/262.1002.0-beta.4.crt",
285
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@ind-rcg/modeler-sfdx-cli-plugin/262.1002.0-beta.4.sig"
283
286
  }
284
287
  }