Skip to content

Commit f0dbc99

Browse files
committed
chore(release): 2.2.0 [skip ci]
1 parent c96adc2 commit f0dbc99

File tree

2 files changed

+83
-48
lines changed

2 files changed

+83
-48
lines changed

CHANGELOG.md

Lines changed: 81 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,124 @@
1+
# [2.2.0](https://github.com/salesforcecli/plugin-apex/compare/2.0.0...2.2.0) (2023-02-14)
2+
3+
4+
### Features
5+
6+
* fix version as 2.1.0 ([#46](https://github.com/salesforcecli/plugin-apex/issues/46)) ([c96adc2](https://github.com/salesforcecli/plugin-apex/commit/c96adc2ff5658cefa9b54f16707fd9feb93fe5af))
7+
* plugin-apex command restructuring ([81d26c9](https://github.com/salesforcecli/plugin-apex/commit/81d26c988d69f35c2af926df20cd7af5e5d78dda))
8+
9+
10+
111
# [2.0.0](https://github.com/salesforcecli/plugin-apex/compare/1.5.1...2.0.0) (2023-02-14)
212

13+
314
### Bug Fixes
415

5-
- exit with error code when anyonmous apex failed to compile or run ([4ee3093](https://github.com/salesforcecli/plugin-apex/commit/4ee3093e34a64c5defda8b1e708d31eb041f3665))
16+
* exit with error code when anyonmous apex failed to compile or run ([4ee3093](https://github.com/salesforcecli/plugin-apex/commit/4ee3093e34a64c5defda8b1e708d31eb041f3665))
17+
618

719
### BREAKING CHANGES
820

9-
- force:apex:execute now returns an error exit code (1)
10-
when the compilation or execution of the Anonymous Apex failed.
21+
* force:apex:execute now returns an error exit code (1)
22+
when the compilation or execution of the Anonymous Apex failed.
23+
24+
1125

1226
## [1.5.1](https://github.com/salesforcecli/plugin-apex/compare/1.5.0...1.5.1) (2023-02-05)
1327

28+
1429
### Bug Fixes
1530

16-
- **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([9fe704a](https://github.com/salesforcecli/plugin-apex/commit/9fe704adc6102e0d242130d87f70416a234e432d))
31+
* **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([9fe704a](https://github.com/salesforcecli/plugin-apex/commit/9fe704adc6102e0d242130d87f70416a234e432d))
32+
33+
1734

1835
# [1.5.0](https://github.com/salesforcecli/plugin-apex/compare/1.4.3...1.5.0) (2023-01-31)
1936

37+
2038
### Features
2139

22-
- use latest oclif/core ([4b869cd](https://github.com/salesforcecli/plugin-apex/commit/4b869cd315a76ddae1725ba18871400c46a088cf))
40+
* use latest oclif/core ([4b869cd](https://github.com/salesforcecli/plugin-apex/commit/4b869cd315a76ddae1725ba18871400c46a088cf))
41+
42+
2343

2444
## [1.4.3](https://github.com/salesforcecli/plugin-apex/compare/1.4.2...1.4.3) (2023-01-22)
2545

46+
2647
### Bug Fixes
2748

28-
- **deps:** bump @oclif/core from 1.21.0 to 1.25.0 ([2984d75](https://github.com/salesforcecli/plugin-apex/commit/2984d75fd89456c83a26dda9d9d51267448cf99a))
49+
* **deps:** bump @oclif/core from 1.21.0 to 1.25.0 ([2984d75](https://github.com/salesforcecli/plugin-apex/commit/2984d75fd89456c83a26dda9d9d51267448cf99a))
50+
51+
2952

3053
## [1.4.2](https://github.com/salesforcecli/plugin-apex/compare/1.4.1...1.4.2) (2023-01-19)
3154

55+
3256
### Bug Fixes
3357

34-
- **deps:** bump json5 from 1.0.1 to 1.0.2 ([a53662f](https://github.com/salesforcecli/plugin-apex/commit/a53662f0c93751396a3b8fccec124674c80348d8))
58+
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([a53662f](https://github.com/salesforcecli/plugin-apex/commit/a53662f0c93751396a3b8fccec124674c80348d8))
59+
60+
3561

3662
## [1.4.1](https://github.com/salesforcecli/plugin-apex/compare/1.4.0...1.4.1) (2023-01-18)
3763

64+
3865
### Bug Fixes
3966

40-
- **deps:** bump @salesforce/core from 3.32.12 to 3.32.13 ([3bb0b2a](https://github.com/salesforcecli/plugin-apex/commit/3bb0b2ae46146c95367a0ea92b29e5dbf02acc75))
67+
* **deps:** bump @salesforce/core from 3.32.12 to 3.32.13 ([3bb0b2a](https://github.com/salesforcecli/plugin-apex/commit/3bb0b2ae46146c95367a0ea92b29e5dbf02acc75))
68+
69+
4170

4271
# [1.4.0](https://github.com/salesforcecli/plugin-apex/compare/0694ee930d8467067cd1fa5730ee7236445e0c37...1.4.0) (2023-01-17)
4372

73+
4474
### Bug Fixes
4575

46-
- `--json` flag should override `-r json` flag in `force:apex:test:run` and `force:apex:test:report` ([#177](https://github.com/salesforcecli/plugin-apex/issues/177)) ([#178](https://github.com/salesforcecli/plugin-apex/issues/178)) ([965e1c1](https://github.com/salesforcecli/plugin-apex/commit/965e1c11c016d5f5fd93f87d5ad1650481e14795))
47-
- add caret to command and fix tests ([#292](https://github.com/salesforcecli/plugin-apex/issues/292)) ([e1640df](https://github.com/salesforcecli/plugin-apex/commit/e1640dff7cd935e4463b2f1eaae7fa8e1dea9ffe))
48-
- add complete result info for getLogs ([#146](https://github.com/salesforcecli/plugin-apex/issues/146)) ([317b129](https://github.com/salesforcecli/plugin-apex/commit/317b129c41d0cc36a40568b1984694f1f200ce43))
49-
- apex code coverage flag ([#268](https://github.com/salesforcecli/plugin-apex/issues/268)) ([226f1af](https://github.com/salesforcecli/plugin-apex/commit/226f1afa29532122125ea3e13f2dcf6860f931fe))
50-
- change how oclif manifest gets generated ([#88](https://github.com/salesforcecli/plugin-apex/issues/88)) ([310b2b3](https://github.com/salesforcecli/plugin-apex/commit/310b2b399acec99bdb6828d6171f480635028c3d))
51-
- fix help text issues ([#163](https://github.com/salesforcecli/plugin-apex/issues/163)) ([ceb1f6e](https://github.com/salesforcecli/plugin-apex/commit/ceb1f6e2ac610db63f936b57c2b806a111f20bae))
52-
- format for test-result-codecoverage file ([#114](https://github.com/salesforcecli/plugin-apex/issues/114)) ([57ae62d](https://github.com/salesforcecli/plugin-apex/commit/57ae62d92df0f4591565bd8d795aff60332164f4))
53-
- handle test method covering multiple classes ([#122](https://github.com/salesforcecli/plugin-apex/issues/122)) ([1102a25](https://github.com/salesforcecli/plugin-apex/commit/1102a25c2ddbb9ad770e9db8f7b5d367c22353ce))
54-
- ignore apex:test:run when publishing ([#85](https://github.com/salesforcecli/plugin-apex/issues/85)) ([7f35aca](https://github.com/salesforcecli/plugin-apex/commit/7f35aca0774c729e69c5eb21d21c9a1f692169f5))
55-
- junit testresult file generation ([#285](https://github.com/salesforcecli/plugin-apex/issues/285)) ([3cb4dd7](https://github.com/salesforcecli/plugin-apex/commit/3cb4dd7bf93f8c3aca8fe236a38a940c80f658e4))
56-
- minor tweaks ([d042508](https://github.com/salesforcecli/plugin-apex/commit/d0425083df52902eb30b10276f68366a2b913be7))
57-
- missing message to run test report command ([#94](https://github.com/salesforcecli/plugin-apex/issues/94)) ([3fc9839](https://github.com/salesforcecli/plugin-apex/commit/3fc9839faf5021dd886a9da214be6d31a7b673f5))
58-
- move human-readable reporter to library ([#113](https://github.com/salesforcecli/plugin-apex/issues/113)) ([18127cf](https://github.com/salesforcecli/plugin-apex/commit/18127cfa11ebc6d4ceaa53c0f2188976d04111ca))
59-
- perf issue while mapping coverage to source ([#287](https://github.com/salesforcecli/plugin-apex/issues/287)) ([f89359e](https://github.com/salesforcecli/plugin-apex/commit/f89359e7199a05d1a51b7d6a61b030aecde4369c))
60-
- revert RunLocalTests sync bug fix ([#182](https://github.com/salesforcecli/plugin-apex/issues/182)) ([ce870ef](https://github.com/salesforcecli/plugin-apex/commit/ce870ef336440d0c447cd287cd0beeaa2d566206))
61-
- set correct exit codes on failure ([#185](https://github.com/salesforcecli/plugin-apex/issues/185)) ([a49d999](https://github.com/salesforcecli/plugin-apex/commit/a49d999cef814a850118b1c9f9933ec3ebb55b71)), closes [forcedotcom/salesforcedx-vscode#3163](https://github.com/forcedotcom/salesforcedx-vscode/issues/3163)
62-
- synchronous run error ([#277](https://github.com/salesforcecli/plugin-apex/issues/277)) ([4386f20](https://github.com/salesforcecli/plugin-apex/commit/4386f20df0bb39857a938e00da2f9f4ad7046cf7))
63-
- use SfdxCommand to do org error handling ([#64](https://github.com/salesforcecli/plugin-apex/issues/64)) ([0694ee9](https://github.com/salesforcecli/plugin-apex/commit/0694ee930d8467067cd1fa5730ee7236445e0c37))
76+
* `--json` flag should override `-r json` flag in `force:apex:test:run` and `force:apex:test:report` ([#177](https://github.com/salesforcecli/plugin-apex/issues/177)) ([#178](https://github.com/salesforcecli/plugin-apex/issues/178)) ([965e1c1](https://github.com/salesforcecli/plugin-apex/commit/965e1c11c016d5f5fd93f87d5ad1650481e14795))
77+
* add caret to command and fix tests ([#292](https://github.com/salesforcecli/plugin-apex/issues/292)) ([e1640df](https://github.com/salesforcecli/plugin-apex/commit/e1640dff7cd935e4463b2f1eaae7fa8e1dea9ffe))
78+
* add complete result info for getLogs ([#146](https://github.com/salesforcecli/plugin-apex/issues/146)) ([317b129](https://github.com/salesforcecli/plugin-apex/commit/317b129c41d0cc36a40568b1984694f1f200ce43))
79+
* apex code coverage flag ([#268](https://github.com/salesforcecli/plugin-apex/issues/268)) ([226f1af](https://github.com/salesforcecli/plugin-apex/commit/226f1afa29532122125ea3e13f2dcf6860f931fe))
80+
* change how oclif manifest gets generated ([#88](https://github.com/salesforcecli/plugin-apex/issues/88)) ([310b2b3](https://github.com/salesforcecli/plugin-apex/commit/310b2b399acec99bdb6828d6171f480635028c3d))
81+
* fix help text issues ([#163](https://github.com/salesforcecli/plugin-apex/issues/163)) ([ceb1f6e](https://github.com/salesforcecli/plugin-apex/commit/ceb1f6e2ac610db63f936b57c2b806a111f20bae))
82+
* format for test-result-codecoverage file ([#114](https://github.com/salesforcecli/plugin-apex/issues/114)) ([57ae62d](https://github.com/salesforcecli/plugin-apex/commit/57ae62d92df0f4591565bd8d795aff60332164f4))
83+
* handle test method covering multiple classes ([#122](https://github.com/salesforcecli/plugin-apex/issues/122)) ([1102a25](https://github.com/salesforcecli/plugin-apex/commit/1102a25c2ddbb9ad770e9db8f7b5d367c22353ce))
84+
* ignore apex:test:run when publishing ([#85](https://github.com/salesforcecli/plugin-apex/issues/85)) ([7f35aca](https://github.com/salesforcecli/plugin-apex/commit/7f35aca0774c729e69c5eb21d21c9a1f692169f5))
85+
* junit testresult file generation ([#285](https://github.com/salesforcecli/plugin-apex/issues/285)) ([3cb4dd7](https://github.com/salesforcecli/plugin-apex/commit/3cb4dd7bf93f8c3aca8fe236a38a940c80f658e4))
86+
* minor tweaks ([d042508](https://github.com/salesforcecli/plugin-apex/commit/d0425083df52902eb30b10276f68366a2b913be7))
87+
* missing message to run test report command ([#94](https://github.com/salesforcecli/plugin-apex/issues/94)) ([3fc9839](https://github.com/salesforcecli/plugin-apex/commit/3fc9839faf5021dd886a9da214be6d31a7b673f5))
88+
* move human-readable reporter to library ([#113](https://github.com/salesforcecli/plugin-apex/issues/113)) ([18127cf](https://github.com/salesforcecli/plugin-apex/commit/18127cfa11ebc6d4ceaa53c0f2188976d04111ca))
89+
* perf issue while mapping coverage to source ([#287](https://github.com/salesforcecli/plugin-apex/issues/287)) ([f89359e](https://github.com/salesforcecli/plugin-apex/commit/f89359e7199a05d1a51b7d6a61b030aecde4369c))
90+
* revert RunLocalTests sync bug fix ([#182](https://github.com/salesforcecli/plugin-apex/issues/182)) ([ce870ef](https://github.com/salesforcecli/plugin-apex/commit/ce870ef336440d0c447cd287cd0beeaa2d566206))
91+
* set correct exit codes on failure ([#185](https://github.com/salesforcecli/plugin-apex/issues/185)) ([a49d999](https://github.com/salesforcecli/plugin-apex/commit/a49d999cef814a850118b1c9f9933ec3ebb55b71)), closes [forcedotcom/salesforcedx-vscode#3163](https://github.com/forcedotcom/salesforcedx-vscode/issues/3163)
92+
* synchronous run error ([#277](https://github.com/salesforcecli/plugin-apex/issues/277)) ([4386f20](https://github.com/salesforcecli/plugin-apex/commit/4386f20df0bb39857a938e00da2f9f4ad7046cf7))
93+
* use SfdxCommand to do org error handling ([#64](https://github.com/salesforcecli/plugin-apex/issues/64)) ([0694ee9](https://github.com/salesforcecli/plugin-apex/commit/0694ee930d8467067cd1fa5730ee7236445e0c37))
94+
6495

6596
### Features
6697

67-
- add apex code coverage reporters ([#284](https://github.com/salesforcecli/plugin-apex/issues/284)) ([02c3584](https://github.com/salesforcecli/plugin-apex/commit/02c3584971cb40fdf979eea52d00390d042f8461))
68-
- add force:apex:test:report command to the plugin ([#108](https://github.com/salesforcecli/plugin-apex/issues/108)) ([ac1634e](https://github.com/salesforcecli/plugin-apex/commit/ac1634effc638721e1c04570aa162179d9204e33))
69-
- add force:test:run command (basic functionality) ([#62](https://github.com/salesforcecli/plugin-apex/issues/62)) ([b7624b5](https://github.com/salesforcecli/plugin-apex/commit/b7624b582a6100bd99aa1c53424fbdf3f7cd69a4))
70-
- add JSON result to test:run command ([#101](https://github.com/salesforcecli/plugin-apex/issues/101)) ([417c047](https://github.com/salesforcecli/plugin-apex/commit/417c047fb1bc75ec2abb34b2b643f5f60501a02e))
71-
- add junit result format to test:run command ([#96](https://github.com/salesforcecli/plugin-apex/issues/96)) ([c9f98f1](https://github.com/salesforcecli/plugin-apex/commit/c9f98f11a1a5de9f63d26e147ea8a4d8b393c8c8))
72-
- add output directory functionality to library and plugin ([#106](https://github.com/salesforcecli/plugin-apex/issues/106)) ([83977f1](https://github.com/salesforcecli/plugin-apex/commit/83977f1290e9284ee19167ad3bf106241dbab806))
73-
- add TAP reporter for Apex test results ([#91](https://github.com/salesforcecli/plugin-apex/issues/91)) ([5b7ecae](https://github.com/salesforcecli/plugin-apex/commit/5b7ecae94e3b6a8f88d0c46edbaca9d760e15541))
74-
- add testRunCoverage and small fixes ([#100](https://github.com/salesforcecli/plugin-apex/issues/100)) ([19e1eec](https://github.com/salesforcecli/plugin-apex/commit/19e1eec2108d06238df251d5ef0f6b0899963ccc))
75-
- bump apexnode and core ([7aa3f39](https://github.com/salesforcecli/plugin-apex/commit/7aa3f390b5df0540337278e6c90b1a0969b0d3b0))
76-
- bump version of @salesforce/core ([#267](https://github.com/salesforcecli/plugin-apex/issues/267)) ([cb4aae8](https://github.com/salesforcecli/plugin-apex/commit/cb4aae8220dfd6da6681b7eccfa2ec89f266976d))
77-
- bump version of core and faye ([#261](https://github.com/salesforcecli/plugin-apex/issues/261)) ([bd432bf](https://github.com/salesforcecli/plugin-apex/commit/bd432bfe2c1ae8585af0c2d2fe974dd6e41c981c))
78-
- changes to subscribe to test runs ([#200](https://github.com/salesforcecli/plugin-apex/issues/200)) ([fa35ae2](https://github.com/salesforcecli/plugin-apex/commit/fa35ae257eef2a9f6fa0f00c8e7dffb4face8455)), closes [#198](https://github.com/salesforcecli/plugin-apex/issues/198)
79-
- Check for query limits before getting apex test results ([#92](https://github.com/salesforcecli/plugin-apex/issues/92)) ([6786dbb](https://github.com/salesforcecli/plugin-apex/commit/6786dbb920ef138bc03e21226b625d4ae70d02a8))
80-
- exit Apex test runs early ([#215](https://github.com/salesforcecli/plugin-apex/issues/215)) ([e5be530](https://github.com/salesforcecli/plugin-apex/commit/e5be5308d749232f42f6e96536006ed65f99b3cc))
81-
- handle namespaces when running tests ([#126](https://github.com/salesforcecli/plugin-apex/issues/126)) ([1108cca](https://github.com/salesforcecli/plugin-apex/commit/1108cca47003839677669e12cced2f4f5ebafd78))
82-
- validate all flags and handle errors ([#84](https://github.com/salesforcecli/plugin-apex/issues/84)) ([9c6f293](https://github.com/salesforcecli/plugin-apex/commit/9c6f293b87d8ab08b3216112ee33f9647d6f0b9e))
98+
* add apex code coverage reporters ([#284](https://github.com/salesforcecli/plugin-apex/issues/284)) ([02c3584](https://github.com/salesforcecli/plugin-apex/commit/02c3584971cb40fdf979eea52d00390d042f8461))
99+
* add force:apex:test:report command to the plugin ([#108](https://github.com/salesforcecli/plugin-apex/issues/108)) ([ac1634e](https://github.com/salesforcecli/plugin-apex/commit/ac1634effc638721e1c04570aa162179d9204e33))
100+
* add force:test:run command (basic functionality) ([#62](https://github.com/salesforcecli/plugin-apex/issues/62)) ([b7624b5](https://github.com/salesforcecli/plugin-apex/commit/b7624b582a6100bd99aa1c53424fbdf3f7cd69a4))
101+
* add JSON result to test:run command ([#101](https://github.com/salesforcecli/plugin-apex/issues/101)) ([417c047](https://github.com/salesforcecli/plugin-apex/commit/417c047fb1bc75ec2abb34b2b643f5f60501a02e))
102+
* add junit result format to test:run command ([#96](https://github.com/salesforcecli/plugin-apex/issues/96)) ([c9f98f1](https://github.com/salesforcecli/plugin-apex/commit/c9f98f11a1a5de9f63d26e147ea8a4d8b393c8c8))
103+
* add output directory functionality to library and plugin ([#106](https://github.com/salesforcecli/plugin-apex/issues/106)) ([83977f1](https://github.com/salesforcecli/plugin-apex/commit/83977f1290e9284ee19167ad3bf106241dbab806))
104+
* add TAP reporter for Apex test results ([#91](https://github.com/salesforcecli/plugin-apex/issues/91)) ([5b7ecae](https://github.com/salesforcecli/plugin-apex/commit/5b7ecae94e3b6a8f88d0c46edbaca9d760e15541))
105+
* add testRunCoverage and small fixes ([#100](https://github.com/salesforcecli/plugin-apex/issues/100)) ([19e1eec](https://github.com/salesforcecli/plugin-apex/commit/19e1eec2108d06238df251d5ef0f6b0899963ccc))
106+
* bump apexnode and core ([7aa3f39](https://github.com/salesforcecli/plugin-apex/commit/7aa3f390b5df0540337278e6c90b1a0969b0d3b0))
107+
* bump version of @salesforce/core ([#267](https://github.com/salesforcecli/plugin-apex/issues/267)) ([cb4aae8](https://github.com/salesforcecli/plugin-apex/commit/cb4aae8220dfd6da6681b7eccfa2ec89f266976d))
108+
* bump version of core and faye ([#261](https://github.com/salesforcecli/plugin-apex/issues/261)) ([bd432bf](https://github.com/salesforcecli/plugin-apex/commit/bd432bfe2c1ae8585af0c2d2fe974dd6e41c981c))
109+
* changes to subscribe to test runs ([#200](https://github.com/salesforcecli/plugin-apex/issues/200)) ([fa35ae2](https://github.com/salesforcecli/plugin-apex/commit/fa35ae257eef2a9f6fa0f00c8e7dffb4face8455)), closes [#198](https://github.com/salesforcecli/plugin-apex/issues/198)
110+
* Check for query limits before getting apex test results ([#92](https://github.com/salesforcecli/plugin-apex/issues/92)) ([6786dbb](https://github.com/salesforcecli/plugin-apex/commit/6786dbb920ef138bc03e21226b625d4ae70d02a8))
111+
* exit Apex test runs early ([#215](https://github.com/salesforcecli/plugin-apex/issues/215)) ([e5be530](https://github.com/salesforcecli/plugin-apex/commit/e5be5308d749232f42f6e96536006ed65f99b3cc))
112+
* handle namespaces when running tests ([#126](https://github.com/salesforcecli/plugin-apex/issues/126)) ([1108cca](https://github.com/salesforcecli/plugin-apex/commit/1108cca47003839677669e12cced2f4f5ebafd78))
113+
* validate all flags and handle errors ([#84](https://github.com/salesforcecli/plugin-apex/issues/84)) ([9c6f293](https://github.com/salesforcecli/plugin-apex/commit/9c6f293b87d8ab08b3216112ee33f9647d6f0b9e))
114+
83115

84116
### Reverts
85117

86-
- Revert "Update test.yml" ([c8dea22](https://github.com/salesforcecli/plugin-apex/commit/c8dea222b56a5d5ea64dbcc47baf06eb1a63a3bd))
87-
- Revert "chore: remove the nuts tests" ([845f9dd](https://github.com/salesforcecli/plugin-apex/commit/845f9ddfdf8af9d05c0a18605e867d527ae3b176))
88-
- Revert "update workflows to latest" ([ed5e80f](https://github.com/salesforcecli/plugin-apex/commit/ed5e80f77a84b547ec1c0ca6580e63e8e04bd700))
89-
- Revert "add scripts" ([28080ab](https://github.com/salesforcecli/plugin-apex/commit/28080ab19303da046c62edb27b51d839e02eeebd))
118+
* Revert "Update test.yml" ([c8dea22](https://github.com/salesforcecli/plugin-apex/commit/c8dea222b56a5d5ea64dbcc47baf06eb1a63a3bd))
119+
* Revert "chore: remove the nuts tests" ([845f9dd](https://github.com/salesforcecli/plugin-apex/commit/845f9ddfdf8af9d05c0a18605e867d527ae3b176))
120+
* Revert "update workflows to latest" ([ed5e80f](https://github.com/salesforcecli/plugin-apex/commit/ed5e80f77a84b547ec1c0ca6580e63e8e04bd700))
121+
* Revert "add scripts" ([28080ab](https://github.com/salesforcecli/plugin-apex/commit/28080ab19303da046c62edb27b51d839e02eeebd))
122+
123+
124+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-apex",
33
"description": "Apex commands",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
@@ -129,4 +129,4 @@
129129
"eslint -c .eslintrc.json --fix"
130130
]
131131
}
132-
}
132+
}

0 commit comments

Comments
 (0)