@simplysf/simply-project 1.2.21 → 1.2.22

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/README.md +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @simplysf/simply-project
2
2
 
3
- [![NPM](https://img.shields.io/npm/v/@simplysf/simply-project?label=@simplysf/simply-project)](https://npmjs.com/@simplysf/simply-project) [![Downloads/week](https://img.shields.io/npm/dw/@simplysf/simply-project.svg)](https://npmjs.com/@simplysf/simply-project) [![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://raw.githubusercontent.com/SimplySF/simply-node/main/LICENSE.txt)
3
+ [![NPM](https://img.shields.io/npm/v/@simplysf/simply-project?label=@simplysf/simply-project)](https://npmjs.com/@simplysf/simply-project) [![Downloads/week](https://img.shields.io/npm/dw/@simplysf/simply-project.svg)](https://npmjs.com/@simplysf/simply-project) [![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://raw.githubusercontent.com/SimplySF/simply-plugins/main/LICENSE.txt)
4
4
 
5
5
  ## Install
6
6
 
@@ -10,11 +10,11 @@ sf plugins install @simplysf/simply-project
10
10
 
11
11
  ## Issues
12
12
 
13
- Please report any issues at https://github.com/SimplySF/simply-node/issues
13
+ Please report any issues at https://github.com/SimplySF/simply-plugins/issues
14
14
 
15
15
  ## Contributing
16
16
 
17
- This package is part of the [`@simplysf/simply`](https://github.com/SimplySF/simply-node) monorepo. See the repo's [CONTRIBUTING.md](https://github.com/SimplySF/simply-node/blob/main/CONTRIBUTING.md) for the repo structure, how to set up and build the project, our commit conventions, and how to submit a pull request. Please also read our [Code of Conduct](https://github.com/SimplySF/simply-node/blob/main/CODE_OF_CONDUCT.md).
17
+ This package is part of the [`@simplysf/simply`](https://github.com/SimplySF/simply-plugins) monorepo. See the repo's [CONTRIBUTING.md](https://github.com/SimplySF/simply-plugins/blob/main/CONTRIBUTING.md) for the repo structure, how to set up and build the project, our commit conventions, and how to submit a pull request. Please also read our [Code of Conduct](https://github.com/SimplySF/simply-plugins/blob/main/CODE_OF_CONDUCT.md).
18
18
 
19
19
  ## Commands
20
20
 
@@ -59,9 +59,9 @@ FLAG DESCRIPTIONS
59
59
  The path to the Salesforce project directory to scan for metadata files.
60
60
  ```
61
61
 
62
- _See code: [lib/commands/simply/project/update/api-version.js](https://github.com/SimplySF/simply-node/blob/@simplysf/simply-project@1.2.10/packages/simply-project/lib/commands/simply/project/update/api-version.js)_
62
+ _See code: [lib/commands/simply/project/update/api-version.js](https://github.com/SimplySF/simply-plugins/blob/@simplysf/simply-project@1.2.21/packages/simply-project/lib/commands/simply/project/update/api-version.js)_
63
63
  <!-- commandsstop -->
64
64
 
65
65
  ## License
66
66
 
67
- Licensed under the [Apache-2.0](https://raw.githubusercontent.com/SimplySF/simply-node/main/LICENSE.txt) license.
67
+ Licensed under the [Apache-2.0](https://raw.githubusercontent.com/SimplySF/simply-plugins/main/LICENSE.txt) license.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplysf/simply-project",
3
3
  "description": "Utilities for working with Salesforce projects",
4
- "version": "1.2.21",
4
+ "version": "1.2.22",
5
5
  "author": "@ClayChipps",
6
6
  "homepage": "https://github.com/SimplySF/simply-plugins",
7
7
  "bugs": "https://github.com/SimplySF/simply-plugins/issues",
@@ -200,5 +200,5 @@
200
200
  "output": []
201
201
  }
202
202
  },
203
- "gitHead": "5bbe406ea2cb1a4123440ada47d8e728e60f46b6"
203
+ "gitHead": "a836763b64db560efdb2a62784d5115f3e7b5509"
204
204
  }