@simplysf/simply-project 1.2.23 → 1.2.25
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.
- package/LICENSE.txt +1 -1
- package/README.md +1 -1
- package/lib/commands/simply/project/update/api-version.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ 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-plugins/blob/@simplysf/simply-project@1.2.
|
|
62
|
+
_See code: [lib/commands/simply/project/update/api-version.js](https://github.com/SimplySF/simply-plugins/blob/@simplysf/simply-project@1.2.23/packages/simply-project/lib/commands/simply/project/update/api-version.js)_
|
|
63
63
|
<!-- commandsstop -->
|
|
64
64
|
|
|
65
65
|
## License
|
package/lib/index.js
CHANGED
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.
|
|
4
|
+
"version": "1.2.25",
|
|
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": "
|
|
203
|
+
"gitHead": "f2dd860c0a40aab95ed01ec8ff075507f9ad75a6"
|
|
204
204
|
}
|