@salesforce/analytics 1.4.5 → 1.4.7

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.
@@ -1,33 +1,33 @@
1
1
  {
2
2
  "name": "@salesforce/analytics",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/analytics",
9
- "version": "1.4.5",
9
+ "version": "1.4.7",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.18.2",
13
- "@oclif/plugin-help": "^6.0.14",
13
+ "@oclif/plugin-help": "^6.0.17",
14
14
  "@salesforce/core": "^6.4.6",
15
15
  "@salesforce/kit": "^3.0.15",
16
- "@salesforce/sf-plugins-core": "^7.1.10",
16
+ "@salesforce/sf-plugins-core": "^7.1.14",
17
17
  "@salesforce/ts-types": "^2.0.9",
18
18
  "chalk": "^5.3.0",
19
19
  "lodash.get": "^4.4.2",
20
20
  "moment": "^2.30.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@oclif/plugin-command-snapshot": "^5.0.8",
24
- "@salesforce/cli-plugins-testkit": "^5.1.9",
25
- "@salesforce/dev-scripts": "^8.4.0",
26
- "@salesforce/plugin-command-reference": "^3.0.69",
23
+ "@oclif/plugin-command-snapshot": "^5.0.9",
24
+ "@salesforce/cli-plugins-testkit": "^5.1.10",
25
+ "@salesforce/dev-scripts": "^8.4.1",
26
+ "@salesforce/plugin-command-reference": "^3.0.70",
27
27
  "@salesforce/ts-sinon": "^1.4.19",
28
28
  "@types/lodash.get": "^4.4.9",
29
29
  "eslint-plugin-mocha": "^10.3.0",
30
- "eslint-plugin-sf-plugin": "^1.17.3",
30
+ "eslint-plugin-sf-plugin": "^1.17.4",
31
31
  "oclif": "^4",
32
32
  "shx": "0.3.4",
33
33
  "ts-node": "^10.9.2",
@@ -4359,15 +4359,6 @@
4359
4359
  "node": ">=14.18.0"
4360
4360
  }
4361
4361
  },
4362
- "node_modules/@inquirer/core/node_modules/@types/node": {
4363
- "version": "20.11.19",
4364
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz",
4365
- "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==",
4366
- "license": "MIT",
4367
- "dependencies": {
4368
- "undici-types": "~5.26.4"
4369
- }
4370
- },
4371
4362
  "node_modules/@inquirer/core/node_modules/chalk": {
4372
4363
  "version": "4.1.2",
4373
4364
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -4938,9 +4929,9 @@
4938
4929
  }
4939
4930
  },
4940
4931
  "node_modules/@oclif/core": {
4941
- "version": "3.19.6",
4942
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.19.6.tgz",
4943
- "integrity": "sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==",
4932
+ "version": "3.23.0",
4933
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.23.0.tgz",
4934
+ "integrity": "sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==",
4944
4935
  "license": "MIT",
4945
4936
  "dependencies": {
4946
4937
  "@types/cli-progress": "^3.11.5",
@@ -4959,6 +4950,7 @@
4959
4950
  "indent-string": "^4.0.0",
4960
4951
  "is-wsl": "^2.2.0",
4961
4952
  "js-yaml": "^3.14.1",
4953
+ "minimatch": "^9.0.3",
4962
4954
  "natural-orderby": "^2.0.3",
4963
4955
  "object-treeify": "^1.1.33",
4964
4956
  "password-prompt": "^1.1.3",
@@ -5025,6 +5017,21 @@
5025
5017
  "js-yaml": "bin/js-yaml.js"
5026
5018
  }
5027
5019
  },
5020
+ "node_modules/@oclif/core/node_modules/minimatch": {
5021
+ "version": "9.0.3",
5022
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
5023
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
5024
+ "license": "ISC",
5025
+ "dependencies": {
5026
+ "brace-expansion": "^2.0.1"
5027
+ },
5028
+ "engines": {
5029
+ "node": ">=16 || 14 >=14.17"
5030
+ },
5031
+ "funding": {
5032
+ "url": "https://github.com/sponsors/isaacs"
5033
+ }
5034
+ },
5028
5035
  "node_modules/@oclif/core/node_modules/supports-color": {
5029
5036
  "version": "8.1.1",
5030
5037
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -5058,13 +5065,13 @@
5058
5065
  }
5059
5066
  },
5060
5067
  "node_modules/@oclif/plugin-command-snapshot": {
5061
- "version": "5.0.8",
5062
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.8.tgz",
5063
- "integrity": "sha512-tVjT1USqjPpoVswK/rvk8k6NDEdrDxPJPyVZ7Dj+b68pCxUcQw7DTorp+YjYWSwMABY9e7k4bO3Xtk78m/q5tA==",
5068
+ "version": "5.0.9",
5069
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz",
5070
+ "integrity": "sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q==",
5064
5071
  "dev": true,
5065
5072
  "license": "MIT",
5066
5073
  "dependencies": {
5067
- "@oclif/core": "^3.18.2",
5074
+ "@oclif/core": "^3.19.2",
5068
5075
  "@types/lodash.difference": "^4.5.9",
5069
5076
  "chalk": "^5.3.0",
5070
5077
  "just-diff": "^5.2.0",
@@ -5079,12 +5086,12 @@
5079
5086
  }
5080
5087
  },
5081
5088
  "node_modules/@oclif/plugin-help": {
5082
- "version": "6.0.14",
5083
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.14.tgz",
5084
- "integrity": "sha512-orKUsV8hYtbnPf1W7y5wnnR2X6UFOl7hqTh/Uj4E+3ju/8TnvpavZXFA2UQecKWcfdbYjuTwxuZdeh8vBWFLIQ==",
5089
+ "version": "6.0.17",
5090
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.17.tgz",
5091
+ "integrity": "sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==",
5085
5092
  "license": "MIT",
5086
5093
  "dependencies": {
5087
- "@oclif/core": "^3.19.2"
5094
+ "@oclif/core": "^3.21.0"
5088
5095
  },
5089
5096
  "engines": {
5090
5097
  "node": ">=18.0.0"
@@ -5278,13 +5285,13 @@
5278
5285
  }
5279
5286
  },
5280
5287
  "node_modules/@salesforce/cli-plugins-testkit": {
5281
- "version": "5.1.9",
5282
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.9.tgz",
5283
- "integrity": "sha512-8a9dwYdo2tXhVMrDe4ex8tjMYGuIwT9wlltB4+h3gt/IuowazjQGy5VWam08gsm3UT/FhhjZBdN0aKJPbD4wXA==",
5288
+ "version": "5.1.10",
5289
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz",
5290
+ "integrity": "sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ==",
5284
5291
  "dev": true,
5285
5292
  "license": "BSD-3-Clause",
5286
5293
  "dependencies": {
5287
- "@salesforce/core": "^6.5.3",
5294
+ "@salesforce/core": "^6.7.0",
5288
5295
  "@salesforce/kit": "^3.0.15",
5289
5296
  "@salesforce/ts-types": "^2.0.9",
5290
5297
  "@types/shelljs": "^0.8.15",
@@ -5309,15 +5316,15 @@
5309
5316
  }
5310
5317
  },
5311
5318
  "node_modules/@salesforce/core": {
5312
- "version": "6.5.5",
5313
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.5.5.tgz",
5314
- "integrity": "sha512-2zWTwc9m+LGJNSKXk6I01dzWEjWKkHyYZbROksIPzfWJ5lGfErzpvsTcGAAskBrJD9EpQ4/BtMSLhPSwskI7Fw==",
5319
+ "version": "6.7.0",
5320
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
5321
+ "integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
5315
5322
  "license": "BSD-3-Clause",
5316
5323
  "dependencies": {
5317
5324
  "@salesforce/kit": "^3.0.15",
5318
5325
  "@salesforce/schemas": "^1.6.1",
5319
5326
  "@salesforce/ts-types": "^2.0.9",
5320
- "@types/semver": "^7.5.7",
5327
+ "@types/semver": "^7.5.8",
5321
5328
  "ajv": "^8.12.0",
5322
5329
  "change-case": "^4.1.2",
5323
5330
  "faye": "^1.4.0",
@@ -5367,9 +5374,9 @@
5367
5374
  "license": "BSD-3-Clause"
5368
5375
  },
5369
5376
  "node_modules/@salesforce/dev-scripts": {
5370
- "version": "8.4.0",
5371
- "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.0.tgz",
5372
- "integrity": "sha512-Gn/OvBYUrr0bGd5e3Z+UyeHJ18ub0fwALJWPAZ54JEHNkcTWajek9BO/YER9a7/N2eU0/TDP9IfDdgVQrMAyWg==",
5377
+ "version": "8.4.1",
5378
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.1.tgz",
5379
+ "integrity": "sha512-qycbhwoRB+dFcw5BHZbW0AqvonQWTkq3QOWb1V7irbf7WFaE1/+Bs+YPfuc5+O7mhx++LER0EkcoeewbHjm0Gg==",
5373
5380
  "dev": true,
5374
5381
  "license": "BSD-3-Clause",
5375
5382
  "dependencies": {
@@ -5527,13 +5534,13 @@
5527
5534
  }
5528
5535
  },
5529
5536
  "node_modules/@salesforce/plugin-command-reference": {
5530
- "version": "3.0.69",
5531
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.69.tgz",
5532
- "integrity": "sha512-SVUx7CMdc9h10x1S1X50Vk5q8lNm53Erz+j8X1niAAqeoh/cubYrwChyJS8rhrToxLfV3OeHJ7NQsqovNqTzVg==",
5537
+ "version": "3.0.70",
5538
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.70.tgz",
5539
+ "integrity": "sha512-MwgdWn5OzY3d+6PgW/aopYqnGmeLvs/7JXS5VNOO63bnYYfhwCwzoJL9gRkL8v+PWeU6wZhEDITNPOM6x7K+YA==",
5533
5540
  "dev": true,
5534
5541
  "license": "BSD-3-Clause",
5535
5542
  "dependencies": {
5536
- "@oclif/core": "^3.19.6",
5543
+ "@oclif/core": "^3.20.0",
5537
5544
  "@salesforce/core": "^6.5.3",
5538
5545
  "@salesforce/kit": "^3.0.15",
5539
5546
  "@salesforce/sf-plugins-core": "^5.0.13",
@@ -5596,15 +5603,15 @@
5596
5603
  "license": "ISC"
5597
5604
  },
5598
5605
  "node_modules/@salesforce/sf-plugins-core": {
5599
- "version": "7.1.10",
5600
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.10.tgz",
5601
- "integrity": "sha512-433aoM9K0++FrVdsxbGRcD9/lL3dhrp/lW9z5dFFbdocGPYqoQbp1qtiTm5ZhhmsTxUOHZ5+GwKNSNwdLogYHw==",
5606
+ "version": "7.1.14",
5607
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
5608
+ "integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
5602
5609
  "license": "BSD-3-Clause",
5603
5610
  "dependencies": {
5604
5611
  "@inquirer/confirm": "^2.0.17",
5605
5612
  "@inquirer/password": "^1.1.16",
5606
- "@oclif/core": "^3.19.2",
5607
- "@salesforce/core": "^6.5.2",
5613
+ "@oclif/core": "^3.19.6",
5614
+ "@salesforce/core": "^6.6.0",
5608
5615
  "@salesforce/kit": "^3.0.15",
5609
5616
  "@salesforce/ts-types": "^2.0.9",
5610
5617
  "chalk": "^5.3.0"
@@ -7627,9 +7634,9 @@
7627
7634
  }
7628
7635
  },
7629
7636
  "node_modules/@types/node": {
7630
- "version": "20.11.5",
7631
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz",
7632
- "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==",
7637
+ "version": "20.11.19",
7638
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz",
7639
+ "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==",
7633
7640
  "license": "MIT",
7634
7641
  "dependencies": {
7635
7642
  "undici-types": "~5.26.4"
@@ -7660,9 +7667,9 @@
7660
7667
  }
7661
7668
  },
7662
7669
  "node_modules/@types/semver": {
7663
- "version": "7.5.7",
7664
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz",
7665
- "integrity": "sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==",
7670
+ "version": "7.5.8",
7671
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
7672
+ "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
7666
7673
  "license": "MIT"
7667
7674
  },
7668
7675
  "node_modules/@types/shelljs": {
@@ -10439,13 +10446,13 @@
10439
10446
  }
10440
10447
  },
10441
10448
  "node_modules/eslint-plugin-sf-plugin": {
10442
- "version": "1.17.3",
10443
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.3.tgz",
10444
- "integrity": "sha512-IFbKJYHbb0LBkdr/ftcz/awuEiktIhouJrHeZ0oQ2BOYKK4YOFdgfpVGqENNW2RvIS077bnjf8yzdgn2pLhcdg==",
10449
+ "version": "1.17.4",
10450
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.4.tgz",
10451
+ "integrity": "sha512-6SVkegmUdXl2YnghLNXsnmjCw4gtkdAyRcxrhqpyS8vxfP3PZocKHQBuMH5aIAsA/Yb9bXcOs1gE5y0r/bD7MA==",
10445
10452
  "dev": true,
10446
10453
  "license": "BSD-3-Clause",
10447
10454
  "dependencies": {
10448
- "@salesforce/core": "^6.5.1",
10455
+ "@salesforce/core": "^6.7.0",
10449
10456
  "@typescript-eslint/utils": "^6.17.0"
10450
10457
  },
10451
10458
  "engines": {
package/oclif.lock CHANGED
@@ -1795,10 +1795,10 @@
1795
1795
  read-package-json-fast "^3.0.0"
1796
1796
  which "^3.0.0"
1797
1797
 
1798
- "@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6":
1799
- version "3.19.6"
1800
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
1801
- integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
1798
+ "@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0":
1799
+ version "3.23.0"
1800
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
1801
+ integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
1802
1802
  dependencies:
1803
1803
  "@types/cli-progress" "^3.11.5"
1804
1804
  ansi-escapes "^4.3.2"
@@ -1816,6 +1816,7 @@
1816
1816
  indent-string "^4.0.0"
1817
1817
  is-wsl "^2.2.0"
1818
1818
  js-yaml "^3.14.1"
1819
+ minimatch "^9.0.3"
1819
1820
  natural-orderby "^2.0.3"
1820
1821
  object-treeify "^1.1.33"
1821
1822
  password-prompt "^1.1.3"
@@ -1828,12 +1829,12 @@
1828
1829
  wordwrap "^1.0.0"
1829
1830
  wrap-ansi "^7.0.0"
1830
1831
 
1831
- "@oclif/plugin-command-snapshot@^5.0.8":
1832
- version "5.0.8"
1833
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.8.tgz#8ddaa56099ca6ba3414cdfbc023384066e150fec"
1834
- integrity sha512-tVjT1USqjPpoVswK/rvk8k6NDEdrDxPJPyVZ7Dj+b68pCxUcQw7DTorp+YjYWSwMABY9e7k4bO3Xtk78m/q5tA==
1832
+ "@oclif/plugin-command-snapshot@^5.0.9":
1833
+ version "5.0.9"
1834
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz#d6d8e565602aab8581ee6d8f203a41d93f0679ea"
1835
+ integrity sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q==
1835
1836
  dependencies:
1836
- "@oclif/core" "^3.18.2"
1837
+ "@oclif/core" "^3.19.2"
1837
1838
  "@types/lodash.difference" "^4.5.9"
1838
1839
  chalk "^5.3.0"
1839
1840
  just-diff "^5.2.0"
@@ -1843,12 +1844,12 @@
1843
1844
  semver "^7.6.0"
1844
1845
  ts-json-schema-generator "^1.5.0"
1845
1846
 
1846
- "@oclif/plugin-help@^6.0.12", "@oclif/plugin-help@^6.0.14":
1847
- version "6.0.14"
1848
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.14.tgz#9e572fb8394e9cbe2da3465c029eb9521f9c9198"
1849
- integrity sha512-orKUsV8hYtbnPf1W7y5wnnR2X6UFOl7hqTh/Uj4E+3ju/8TnvpavZXFA2UQecKWcfdbYjuTwxuZdeh8vBWFLIQ==
1847
+ "@oclif/plugin-help@^6.0.12", "@oclif/plugin-help@^6.0.17":
1848
+ version "6.0.17"
1849
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.17.tgz#88aa0ba02effa7bb33a7ebddfd3a2d5bfb2399f0"
1850
+ integrity sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==
1850
1851
  dependencies:
1851
- "@oclif/core" "^3.19.2"
1852
+ "@oclif/core" "^3.21.0"
1852
1853
 
1853
1854
  "@oclif/plugin-not-found@^3.0.10":
1854
1855
  version "3.0.10"
@@ -1976,12 +1977,12 @@
1976
1977
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1977
1978
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1978
1979
 
1979
- "@salesforce/cli-plugins-testkit@^5.1.9":
1980
- version "5.1.9"
1981
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.9.tgz#c21b0d282c0d309141ca5e2fe47835530a24621d"
1982
- integrity sha512-8a9dwYdo2tXhVMrDe4ex8tjMYGuIwT9wlltB4+h3gt/IuowazjQGy5VWam08gsm3UT/FhhjZBdN0aKJPbD4wXA==
1980
+ "@salesforce/cli-plugins-testkit@^5.1.10":
1981
+ version "5.1.10"
1982
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz#949738717513b1518c09bd70690cb2963073a59d"
1983
+ integrity sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ==
1983
1984
  dependencies:
1984
- "@salesforce/core" "^6.5.3"
1985
+ "@salesforce/core" "^6.7.0"
1985
1986
  "@salesforce/kit" "^3.0.15"
1986
1987
  "@salesforce/ts-types" "^2.0.9"
1987
1988
  "@types/shelljs" "^0.8.15"
@@ -1991,15 +1992,15 @@
1991
1992
  strip-ansi "6.0.1"
1992
1993
  ts-retry-promise "^0.8.0"
1993
1994
 
1994
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.6", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3":
1995
- version "6.5.5"
1996
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.5.tgz#ddfab1f6a51808ed1cadc98be3b7235d25ea436f"
1997
- integrity sha512-2zWTwc9m+LGJNSKXk6I01dzWEjWKkHyYZbROksIPzfWJ5lGfErzpvsTcGAAskBrJD9EpQ4/BtMSLhPSwskI7Fw==
1995
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.6", "@salesforce/core@^6.5.3", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0":
1996
+ version "6.7.0"
1997
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.0.tgz#f838f5704aa2f14296fd85691c9bcd8da33dca5d"
1998
+ integrity sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==
1998
1999
  dependencies:
1999
2000
  "@salesforce/kit" "^3.0.15"
2000
2001
  "@salesforce/schemas" "^1.6.1"
2001
2002
  "@salesforce/ts-types" "^2.0.9"
2002
- "@types/semver" "^7.5.7"
2003
+ "@types/semver" "^7.5.8"
2003
2004
  ajv "^8.12.0"
2004
2005
  change-case "^4.1.2"
2005
2006
  faye "^1.4.0"
@@ -2020,10 +2021,10 @@
2020
2021
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
2021
2022
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
2022
2023
 
2023
- "@salesforce/dev-scripts@^8.4.0":
2024
- version "8.4.0"
2025
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.4.0.tgz#bdf48878d1f12ce31f8f4ef9989eb1e5382656c7"
2026
- integrity sha512-Gn/OvBYUrr0bGd5e3Z+UyeHJ18ub0fwALJWPAZ54JEHNkcTWajek9BO/YER9a7/N2eU0/TDP9IfDdgVQrMAyWg==
2024
+ "@salesforce/dev-scripts@^8.4.1":
2025
+ version "8.4.1"
2026
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.4.1.tgz#538726304bc5c73c0a36d57e1b59f77eeab8b05a"
2027
+ integrity sha512-qycbhwoRB+dFcw5BHZbW0AqvonQWTkq3QOWb1V7irbf7WFaE1/+Bs+YPfuc5+O7mhx++LER0EkcoeewbHjm0Gg==
2027
2028
  dependencies:
2028
2029
  "@commitlint/cli" "^17.1.2"
2029
2030
  "@commitlint/config-conventional" "^17.8.1"
@@ -2060,12 +2061,12 @@
2060
2061
  "@salesforce/ts-types" "^2.0.9"
2061
2062
  tslib "^2.6.2"
2062
2063
 
2063
- "@salesforce/plugin-command-reference@^3.0.69":
2064
- version "3.0.69"
2065
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.69.tgz#e187706e6751a27d99047f8fe5b42cda8c6a8819"
2066
- integrity sha512-SVUx7CMdc9h10x1S1X50Vk5q8lNm53Erz+j8X1niAAqeoh/cubYrwChyJS8rhrToxLfV3OeHJ7NQsqovNqTzVg==
2064
+ "@salesforce/plugin-command-reference@^3.0.70":
2065
+ version "3.0.70"
2066
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.70.tgz#0573fcdaf86679a98e0e8088ed75f2e7d0388639"
2067
+ integrity sha512-MwgdWn5OzY3d+6PgW/aopYqnGmeLvs/7JXS5VNOO63bnYYfhwCwzoJL9gRkL8v+PWeU6wZhEDITNPOM6x7K+YA==
2067
2068
  dependencies:
2068
- "@oclif/core" "^3.19.6"
2069
+ "@oclif/core" "^3.20.0"
2069
2070
  "@salesforce/core" "^6.5.3"
2070
2071
  "@salesforce/kit" "^3.0.15"
2071
2072
  "@salesforce/sf-plugins-core" "^5.0.13"
@@ -2097,15 +2098,15 @@
2097
2098
  chalk "^4"
2098
2099
  inquirer "^8.2.5"
2099
2100
 
2100
- "@salesforce/sf-plugins-core@^7.1.10":
2101
- version "7.1.10"
2102
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.10.tgz#244b13eb687efdb8c457d5108e5679817b797ea1"
2103
- integrity sha512-433aoM9K0++FrVdsxbGRcD9/lL3dhrp/lW9z5dFFbdocGPYqoQbp1qtiTm5ZhhmsTxUOHZ5+GwKNSNwdLogYHw==
2101
+ "@salesforce/sf-plugins-core@^7.1.14":
2102
+ version "7.1.14"
2103
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz#5f07316a602b4c5d44c09bc74c294d7df9e2e260"
2104
+ integrity sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==
2104
2105
  dependencies:
2105
2106
  "@inquirer/confirm" "^2.0.17"
2106
2107
  "@inquirer/password" "^1.1.16"
2107
- "@oclif/core" "^3.19.2"
2108
- "@salesforce/core" "^6.5.2"
2108
+ "@oclif/core" "^3.19.6"
2109
+ "@salesforce/core" "^6.6.0"
2109
2110
  "@salesforce/kit" "^3.0.15"
2110
2111
  "@salesforce/ts-types" "^2.0.9"
2111
2112
  chalk "^5.3.0"
@@ -3150,10 +3151,10 @@
3150
3151
  dependencies:
3151
3152
  "@types/node" "*"
3152
3153
 
3153
- "@types/node@*":
3154
- version "20.11.5"
3155
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.5.tgz#be10c622ca7fcaa3cf226cf80166abc31389d86e"
3156
- integrity sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==
3154
+ "@types/node@*", "@types/node@^20.10.7":
3155
+ version "20.11.19"
3156
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
3157
+ integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
3157
3158
  dependencies:
3158
3159
  undici-types "~5.26.4"
3159
3160
 
@@ -3179,13 +3180,6 @@
3179
3180
  dependencies:
3180
3181
  undici-types "~5.26.4"
3181
3182
 
3182
- "@types/node@^20.10.7":
3183
- version "20.11.19"
3184
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
3185
- integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
3186
- dependencies:
3187
- undici-types "~5.26.4"
3188
-
3189
3183
  "@types/normalize-package-data@^2.4.0":
3190
3184
  version "2.4.4"
3191
3185
  resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
@@ -3208,10 +3202,10 @@
3208
3202
  resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
3209
3203
  integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
3210
3204
 
3211
- "@types/semver@^7.5.7":
3212
- version "7.5.7"
3213
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.7.tgz#326f5fdda70d13580777bcaa1bc6fa772a5aef0e"
3214
- integrity sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==
3205
+ "@types/semver@^7.5.8":
3206
+ version "7.5.8"
3207
+ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
3208
+ integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
3215
3209
 
3216
3210
  "@types/shelljs@^0.8.15":
3217
3211
  version "0.8.15"
@@ -4907,12 +4901,12 @@ eslint-plugin-mocha@^10.3.0:
4907
4901
  eslint-utils "^3.0.0"
4908
4902
  rambda "^7.4.0"
4909
4903
 
4910
- eslint-plugin-sf-plugin@^1.17.3:
4911
- version "1.17.3"
4912
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.3.tgz#3adda2e9955bf8f09859f935468c99ca15b58cc3"
4913
- integrity sha512-IFbKJYHbb0LBkdr/ftcz/awuEiktIhouJrHeZ0oQ2BOYKK4YOFdgfpVGqENNW2RvIS077bnjf8yzdgn2pLhcdg==
4904
+ eslint-plugin-sf-plugin@^1.17.4:
4905
+ version "1.17.4"
4906
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.4.tgz#31006e188cf534eedea0ecd6159443e61346a66c"
4907
+ integrity sha512-6SVkegmUdXl2YnghLNXsnmjCw4gtkdAyRcxrhqpyS8vxfP3PZocKHQBuMH5aIAsA/Yb9bXcOs1gE5y0r/bD7MA==
4914
4908
  dependencies:
4915
- "@salesforce/core" "^6.5.1"
4909
+ "@salesforce/core" "^6.7.0"
4916
4910
  "@typescript-eslint/utils" "^6.17.0"
4917
4911
 
4918
4912
  eslint-plugin-unicorn@^50.0.1:
@@ -3896,5 +3896,5 @@
3896
3896
  ]
3897
3897
  }
3898
3898
  },
3899
- "version": "1.4.5"
3899
+ "version": "1.4.7"
3900
3900
  }
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@salesforce/analytics",
3
3
  "description": "Commands for working with Salesforce Analytics applications, assets, and services",
4
- "version": "1.4.5",
4
+ "version": "1.4.7",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-analytics/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.18.2",
9
- "@oclif/plugin-help": "^6.0.14",
9
+ "@oclif/plugin-help": "^6.0.17",
10
10
  "@salesforce/core": "^6.4.6",
11
11
  "@salesforce/kit": "^3.0.15",
12
- "@salesforce/sf-plugins-core": "^7.1.10",
12
+ "@salesforce/sf-plugins-core": "^7.1.14",
13
13
  "@salesforce/ts-types": "^2.0.9",
14
14
  "chalk": "^5.3.0",
15
15
  "lodash.get": "^4.4.2",
16
16
  "moment": "^2.30.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.0.8",
20
- "@salesforce/cli-plugins-testkit": "^5.1.9",
21
- "@salesforce/dev-scripts": "^8.4.0",
22
- "@salesforce/plugin-command-reference": "^3.0.69",
19
+ "@oclif/plugin-command-snapshot": "^5.0.9",
20
+ "@salesforce/cli-plugins-testkit": "^5.1.10",
21
+ "@salesforce/dev-scripts": "^8.4.1",
22
+ "@salesforce/plugin-command-reference": "^3.0.70",
23
23
  "@salesforce/ts-sinon": "^1.4.19",
24
24
  "@types/lodash.get": "^4.4.9",
25
25
  "eslint-plugin-mocha": "^10.3.0",
26
- "eslint-plugin-sf-plugin": "^1.17.3",
26
+ "eslint-plugin-sf-plugin": "^1.17.4",
27
27
  "oclif": "^4",
28
28
  "ts-node": "^10.9.2",
29
29
  "typescript": "^5.3.3"
@@ -148,7 +148,7 @@
148
148
  "link-check": "wireit",
149
149
  "lint": "wireit",
150
150
  "lint-check": "wireit",
151
- "postpack": "sf-clean",
151
+ "postpack": "sf-clean --ignore-signing-artifacts",
152
152
  "prepack": "sf-prepack",
153
153
  "prepare": "sf-install",
154
154
  "test": "wireit",
@@ -276,7 +276,7 @@
276
276
  },
277
277
  "type": "module",
278
278
  "sfdx": {
279
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.5.crt",
280
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.5.sig"
279
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.7.crt",
280
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.7.sig"
281
281
  }
282
282
  }