@jayree/sfdx-plugin-manifest 3.5.33 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/README.md +3 -3
- package/lib/SDR-extra/api/statusMatrix.d.ts +3 -1
- package/lib/SDR-extra/api/statusMatrix.js +3 -1
- package/lib/SDR-extra/api/statusMatrix.js.map +1 -1
- package/lib/SDR-extra/resolve/treeContainersExtra.js +5 -21
- package/lib/SDR-extra/resolve/treeContainersExtra.js.map +1 -1
- package/lib/SDR-extra/shared/local/localGitRepo.d.ts +9 -2
- package/lib/SDR-extra/shared/local/localGitRepo.js +45 -4
- package/lib/SDR-extra/shared/local/localGitRepo.js.map +1 -1
- package/lib/SDR-extra/shared/local/moveDetection.d.ts +1 -1
- package/lib/SDR-extra/shared/local/moveDetection.js +18 -20
- package/lib/SDR-extra/shared/local/moveDetection.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.6.0",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.
|
9
|
+
"version": "3.6.0",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
3
|
"description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.6.0",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|