@salesforce/plugin-packaging 1.9.0 → 1.9.2

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 (31) hide show
  1. package/README.md +54 -214
  2. package/lib/commands/force/package/beta/convert.d.ts +2 -1
  3. package/lib/commands/force/package/beta/convert.js +34 -2
  4. package/lib/commands/force/package/beta/convert.js.map +1 -1
  5. package/lib/commands/force/package/beta/create.js +0 -1
  6. package/lib/commands/force/package/beta/create.js.map +1 -1
  7. package/lib/commands/force/package/beta/delete.js +0 -1
  8. package/lib/commands/force/package/beta/delete.js.map +1 -1
  9. package/lib/commands/force/package/beta/install/report.d.ts +0 -2
  10. package/lib/commands/force/package/beta/install/report.js +2 -27
  11. package/lib/commands/force/package/beta/install/report.js.map +1 -1
  12. package/lib/commands/force/package/beta/install.d.ts +3 -2
  13. package/lib/commands/force/package/beta/install.js +42 -29
  14. package/lib/commands/force/package/beta/install.js.map +1 -1
  15. package/lib/commands/force/package/beta/uninstall.js +1 -1
  16. package/lib/commands/force/package/beta/uninstall.js.map +1 -1
  17. package/lib/commands/force/package/beta/version/create/report.js +2 -1
  18. package/lib/commands/force/package/beta/version/create/report.js.map +1 -1
  19. package/lib/commands/force/package/beta/version/create.d.ts +2 -1
  20. package/lib/commands/force/package/beta/version/create.js +4 -3
  21. package/lib/commands/force/package/beta/version/create.js.map +1 -1
  22. package/lib/commands/force/package/beta/version/list.d.ts +1 -2
  23. package/lib/commands/force/package/beta/version/list.js.map +1 -1
  24. package/lib/commands/force/package/beta/version/promote.js +3 -5
  25. package/lib/commands/force/package/beta/version/promote.js.map +1 -1
  26. package/lib/commands/force/package1/beta/version/create.js +1 -1
  27. package/lib/commands/force/package1/beta/version/create.js.map +1 -1
  28. package/messages/package_install.md +4 -0
  29. package/oclif.manifest.json +1 -1
  30. package/package.json +10 -10
  31. package/CHANGELOG.md +0 -71
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-packaging",
3
3
  "description": "SFDX plugin that support Salesforce Packaging Platform",
4
- "version": "1.9.0",
4
+ "version": "1.9.2",
5
5
  "main": "lib/index.js",
6
6
  "author": "Salesforce",
7
7
  "bugs": "https://github.com/forcedotcom/cli/issues",
8
8
  "dependencies": {
9
- "@oclif/core": "^1.14.2",
10
- "@salesforce/command": "^5.2.6",
11
- "@salesforce/core": "^3.26.2",
12
- "@salesforce/kit": "^1.6.0",
13
- "@salesforce/packaging": "^0.0.35",
9
+ "@oclif/core": "^1.16.4",
10
+ "@salesforce/command": "^5.2.10",
11
+ "@salesforce/core": "^3.30.8",
12
+ "@salesforce/kit": "^1.6.1",
13
+ "@salesforce/packaging": "0.0.42",
14
14
  "tslib": "^2",
15
15
  "chalk": "^4.1.2"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@oclif/plugin-command-snapshot": "^3.1.3",
19
19
  "@oclif/plugin-version": "^1.1.2",
20
- "@salesforce/cli-plugins-testkit": "^1.5.35",
20
+ "@salesforce/cli-plugins-testkit": "^2.3.13",
21
21
  "@salesforce/dev-config": "^2.1.3",
22
22
  "@salesforce/dev-scripts": "^1.0.4",
23
23
  "@salesforce/plugin-auth": "^2.2.3",
@@ -181,7 +181,7 @@
181
181
  "test": "sf-test",
182
182
  "test:command-reference": "./bin/run commandreference:generate --erroronwarnings",
183
183
  "test:deprecation-policy": "./bin/run snapshot:compare",
184
- "test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
184
+ "test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 1800000 --parallel",
185
185
  "test:nuts:package1": "nyc mocha \"**/package1/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
186
186
  "version": "oclif readme"
187
187
  },
@@ -189,7 +189,7 @@
189
189
  "access": "public"
190
190
  },
191
191
  "sfdx": {
192
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.9.0.crt",
193
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.9.0.sig"
192
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.9.2.crt",
193
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.9.2.sig"
194
194
  }
195
195
  }
package/CHANGELOG.md DELETED
@@ -1,71 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ## 1.9.0 (2022-09-09)
6
-
7
- ### Features
8
-
9
- - add package1:version:create command ([15636a0](https://github.com/salesforcecli/plugin-packaging/commit/15636a0806c040bc3784900f075daf6be92bb8e0))
10
- - add package1:version:create command ([41cc637](https://github.com/salesforcecli/plugin-packaging/commit/41cc637841ef36b5c10fafbca8d55264c5d69c84))
11
- - add package1:version:display command, NUT, pruned messages ([23e0c8e](https://github.com/salesforcecli/plugin-packaging/commit/23e0c8eb30939093996e8cadd8f795855c2cd352))
12
- - don't require project ([a6ec3bf](https://github.com/salesforcecli/plugin-packaging/commit/a6ec3bfc8069c5892689ee5ffe8aa89894df1192))
13
-
14
- ### Bug Fixes
15
-
16
- - add direct chalk dependency ([11e7b49](https://github.com/salesforcecli/plugin-packaging/commit/11e7b49b0d886e30893d18d861c8b668b7b031e9))
17
- - add direct chalk dependency ([cf18904](https://github.com/salesforcecli/plugin-packaging/commit/cf189044fc17b1a92e143b872811462070d15707))
18
- - add force:package:beta:install:report command ([1044e0e](https://github.com/salesforcecli/plugin-packaging/commit/1044e0ed08763deae904e491a2b8681dadac4ec4))
19
- - add package version displayancestry command ([30f6d5b](https://github.com/salesforcecli/plugin-packaging/commit/30f6d5be4d662cb738baf3be97e3609d06920f93))
20
- - add package:beta:update, NUT ([80ade7b](https://github.com/salesforcecli/plugin-packaging/commit/80ade7b4916bb29cd406874dd6bdc980476e1cda))
21
- - add package:beta:version:promote and NUT ([8db94c2](https://github.com/salesforcecli/plugin-packaging/commit/8db94c2b74e39c275774578a1c488288ca134321))
22
- - add package:beta:version:update and NUT ([1ac77a8](https://github.com/salesforcecli/plugin-packaging/commit/1ac77a84a97255510e09e893a8ec5f89762715b2))
23
- - add package:uninstall command ([86db455](https://github.com/salesforcecli/plugin-packaging/commit/86db45584449cb6ab59c7f45734413f92647362e))
24
- - add package:version:create:list command, NUT ([5a4e558](https://github.com/salesforcecli/plugin-packaging/commit/5a4e558c7870c62dbe56e93ffac68b602f014635))
25
- - add package:version:uninstall:report command, NUT, cleanup SfError/message ([d9f72f2](https://github.com/salesforcecli/plugin-packaging/commit/d9f72f2933ab88fad1fd75f04db864f733a58c79))
26
- - add package1:beta:version:create:get command, UTs, placeholder NUT ([9d3f4f5](https://github.com/salesforcecli/plugin-packaging/commit/9d3f4f5786f4c2bf42b81bc29b5b5da42a989e36))
27
- - add package1:version:list command, UTs, NUTs ([ecfbcd4](https://github.com/salesforcecli/plugin-packaging/commit/ecfbcd4aa1152bacbf99728f55599ab1be8a21f4))
28
- - add pvr and pvcr ([79d27cf](https://github.com/salesforcecli/plugin-packaging/commit/79d27cf4883590f11459328c451787df20433cd9))
29
- - add spinner and fix perserve file location msg ([7d732ae](https://github.com/salesforcecli/plugin-packaging/commit/7d732aefc3fe63098721fc00ba2a21196dc8b53c))
30
- - adds unit tests and NUTs ([24dbd52](https://github.com/salesforcecli/plugin-packaging/commit/24dbd524aadd923f253dd3d83d46aef50cb638b6))
31
- - apply fixes for qa issues ([7a944da](https://github.com/salesforcecli/plugin-packaging/commit/7a944da265e7875f84a774246fc5fab0e7e955dd))
32
- - build out some of pvl - not building ([7c166a3](https://github.com/salesforcecli/plugin-packaging/commit/7c166a3f3a8ba1bbbbd09d768baf0150810edd18))
33
- - bump packaging lib version ([ab11694](https://github.com/salesforcecli/plugin-packaging/commit/ab116944b61521ef57e22a8495b4c6e691951fea))
34
- - bump packaging library ([759b31e](https://github.com/salesforcecli/plugin-packaging/commit/759b31e5e5fa7de1f13c08f29ae055d15fb36571))
35
- - bump version number to 1.1.1 ([d472ff1](https://github.com/salesforcecli/plugin-packaging/commit/d472ff16f8733d287896e290515524461560babb))
36
- - bump version of package lib ([5a93522](https://github.com/salesforcecli/plugin-packaging/commit/5a9352229831f14cda22568101675e22e1618543))
37
- - correct output ([40662fc](https://github.com/salesforcecli/plugin-packaging/commit/40662fc6ad41ff0ddfd7902809f60294ee4066a8))
38
- - edit messages for cli ref ([afd97a2](https://github.com/salesforcecli/plugin-packaging/commit/afd97a2f6262c34606ba3395cb2b1139499f55ff))
39
- - edit messages for cli ref ([9d8ad57](https://github.com/salesforcecli/plugin-packaging/commit/9d8ad57c55e4d9a36b1f9d321afcdbbccdd0428f))
40
- - edit messages for cli ref ([70a6f16](https://github.com/salesforcecli/plugin-packaging/commit/70a6f160268e1d6bd6fb00eccb18df01394ad087))
41
- - edit messages for cli ref ([c1135e1](https://github.com/salesforcecli/plugin-packaging/commit/c1135e1447ecfdd592ca89ea8259528e8c452c2f))
42
- - edit messages so they don't break the cli ref command generator ([7554897](https://github.com/salesforcecli/plugin-packaging/commit/755489700b1efa0be9126572bc8b377064c6db2d))
43
- - finish pvl, add NUT ([a4fe3f0](https://github.com/salesforcecli/plugin-packaging/commit/a4fe3f05c96dd00907df32831d21d4498a0e43b2))
44
- - force version bump ([7c2c878](https://github.com/salesforcecli/plugin-packaging/commit/7c2c878b47abc9e711878ac7ebc1f805b5262460))
45
- - keep only examples in #examples section ([44a13c9](https://github.com/salesforcecli/plugin-packaging/commit/44a13c928e2665932785971a99346040d94b25ab))
46
- - lint fixes ([ac8cceb](https://github.com/salesforcecli/plugin-packaging/commit/ac8cceb91b76b90671acc6029c3329390b34b9aa))
47
- - look up 05i id if 04t is found for package:promote ([256dbdb](https://github.com/salesforcecli/plugin-packaging/commit/256dbdb652ca50f20b5678a1a7ecd89dfdd010dd))
48
- - make command output clearer for un-implemented commands ([65cab44](https://github.com/salesforcecli/plugin-packaging/commit/65cab44d3aa76b0bc78d5b26e5cc15c9294f19a9))
49
- - messages files are breaking the CLI Ref command generation ([9da58a6](https://github.com/salesforcecli/plugin-packaging/commit/9da58a681251b42c472d2d413a76238d50b5ec10))
50
- - only examples in # examples sections ([d68d002](https://github.com/salesforcecli/plugin-packaging/commit/d68d002d4792d11e0d246e7cb15233092b902dde))
51
- - only examples in #example section ([23195a2](https://github.com/salesforcecli/plugin-packaging/commit/23195a20c388ef952de75976d4d27607cb0c7707))
52
- - only examples in #examples section ([08492cd](https://github.com/salesforcecli/plugin-packaging/commit/08492cd4d086ef3b017fef0ef12c5c45cd2188e0))
53
- - only examples in #examples section ([d3c0b5f](https://github.com/salesforcecli/plugin-packaging/commit/d3c0b5fdb366d56f83aecdf81764454b7c88a709))
54
- - package list ([9d88ff5](https://github.com/salesforcecli/plugin-packaging/commit/9d88ff531898453158410b566ae5f2175b07ae99))
55
- - package:installed:list command ([3169872](https://github.com/salesforcecli/plugin-packaging/commit/3169872cc959a18389f8c177ae8d3b9c09dd105c))
56
- - pass installation key when getting external sites ([982a2f2](https://github.com/salesforcecli/plugin-packaging/commit/982a2f20f793c19ffb33f37f4c38ba76cc9a80c8))
57
- - pkg create and delete commands ([f872b2b](https://github.com/salesforcecli/plugin-packaging/commit/f872b2bbbbc28c4324e7ac026a26ee914fcf0eac))
58
- - pkg create and delete commands ([c71ca30](https://github.com/salesforcecli/plugin-packaging/commit/c71ca3073840afcc1ac931c2fcde595d91265730))
59
- - remove longDescription and help for description ([8ea4663](https://github.com/salesforcecli/plugin-packaging/commit/8ea46639d74c58ecd7c927f82374138b729e464e))
60
- - return results even if not json ([b08c91b](https://github.com/salesforcecli/plugin-packaging/commit/b08c91bfbe552a419740de97a8b1af57d1bb38aa))
61
- - several fixes for pkg commands ([22c81af](https://github.com/salesforcecli/plugin-packaging/commit/22c81afddd7d2339027d65fc1c21b68e1bbca3c5))
62
- - several fixes for pkg commands ([bc1614d](https://github.com/salesforcecli/plugin-packaging/commit/bc1614df3da386d8a3b4f156f96ace6fdd7a72b5))
63
- - some install command work ([1adbf01](https://github.com/salesforcecli/plugin-packaging/commit/1adbf01fac8258b50af1628d8fc4c9b3d04fbe58))
64
- - some install command work ([1adfd60](https://github.com/salesforcecli/plugin-packaging/commit/1adfd6022d3fad0bd0cc76d75a4c0e8856b5ce83))
65
- - suppot 15-char IDs ([0674125](https://github.com/salesforcecli/plugin-packaging/commit/0674125d6370f6dd261f82c56bbb9cc1bcae4377))
66
- - type on event consumer for pvc ([e4200cc](https://github.com/salesforcecli/plugin-packaging/commit/e4200ccffefe090fa3b2d287d0487f830214d2c1))
67
- - update README and fix test output ([ad00150](https://github.com/salesforcecli/plugin-packaging/commit/ad0015011696d051bfaec682f67997e763f1fd85))
68
- - update tests ([fe81cab](https://github.com/salesforcecli/plugin-packaging/commit/fe81cab659990e3d5375ab13cb357ea6f7dddb17))
69
- - update version number ([f4f6989](https://github.com/salesforcecli/plugin-packaging/commit/f4f69895c1f458e9373ca925fe985c6fea868777))
70
- - use correct message based on flags ([84a3d96](https://github.com/salesforcecli/plugin-packaging/commit/84a3d96d129072c857e496a75d3ab11824ba82e2))
71
- - use os specific line endings ([fd431e8](https://github.com/salesforcecli/plugin-packaging/commit/fd431e8c73179fd40f31c75e434210e0bd8074b9))