@jayree/sfdx-plugin-manifest 3.1.31 → 3.1.32
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/CHANGELOG.md +7 -0
- package/README.md +3 -3
- package/oclif.lock +92 -25
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [3.1.32](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.31...v3.1.32) (2023-10-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @babel/traverse from 7.21.4 to 7.23.2 ([#990](https://github.com/jayree/sfdx-plugin-manifest/issues/990)) ([131e3da](https://github.com/jayree/sfdx-plugin-manifest/commit/131e3da3f67d28dc076aeee9644a1bbb44189613))
|
|
7
|
+
|
|
1
8
|
## [3.1.31](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.30...v3.1.31) (2023-10-13)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ EXAMPLES
|
|
|
47
47
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
50
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.32/src/commands/jayree/manifest/cleanup.ts)_
|
|
51
51
|
|
|
52
52
|
### `sfdx jayree:manifest:generate`
|
|
53
53
|
|
|
@@ -83,7 +83,7 @@ EXAMPLES
|
|
|
83
83
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
84
84
|
```
|
|
85
85
|
|
|
86
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
86
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.32/src/commands/jayree/manifest/generate.ts)_
|
|
87
87
|
|
|
88
88
|
### `sfdx jayree:manifest:git:diff`
|
|
89
89
|
|
|
@@ -165,5 +165,5 @@ FLAG DESCRIPTIONS
|
|
|
165
165
|
The location can be an absolute path or relative to the current working directory.
|
|
166
166
|
```
|
|
167
167
|
|
|
168
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
168
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.32/src/commands/jayree/manifest/git/diff.ts)_
|
|
169
169
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -22,6 +22,14 @@
|
|
|
22
22
|
dependencies:
|
|
23
23
|
"@babel/highlight" "^7.18.6"
|
|
24
24
|
|
|
25
|
+
"@babel/code-frame@^7.22.13":
|
|
26
|
+
version "7.22.13"
|
|
27
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
|
|
28
|
+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
|
|
29
|
+
dependencies:
|
|
30
|
+
"@babel/highlight" "^7.22.13"
|
|
31
|
+
chalk "^2.4.2"
|
|
32
|
+
|
|
25
33
|
"@babel/compat-data@^7.21.4":
|
|
26
34
|
version "7.21.4"
|
|
27
35
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
|
|
@@ -58,6 +66,16 @@
|
|
|
58
66
|
"@jridgewell/trace-mapping" "^0.3.17"
|
|
59
67
|
jsesc "^2.5.1"
|
|
60
68
|
|
|
69
|
+
"@babel/generator@^7.23.0":
|
|
70
|
+
version "7.23.0"
|
|
71
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
|
|
72
|
+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
|
|
73
|
+
dependencies:
|
|
74
|
+
"@babel/types" "^7.23.0"
|
|
75
|
+
"@jridgewell/gen-mapping" "^0.3.2"
|
|
76
|
+
"@jridgewell/trace-mapping" "^0.3.17"
|
|
77
|
+
jsesc "^2.5.1"
|
|
78
|
+
|
|
61
79
|
"@babel/helper-compilation-targets@^7.21.4":
|
|
62
80
|
version "7.21.4"
|
|
63
81
|
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
|
|
@@ -74,20 +92,25 @@
|
|
|
74
92
|
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
|
75
93
|
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
|
76
94
|
|
|
77
|
-
"@babel/helper-
|
|
78
|
-
version "7.
|
|
79
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
80
|
-
integrity sha512-
|
|
95
|
+
"@babel/helper-environment-visitor@^7.22.20":
|
|
96
|
+
version "7.22.20"
|
|
97
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
|
|
98
|
+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
|
|
99
|
+
|
|
100
|
+
"@babel/helper-function-name@^7.23.0":
|
|
101
|
+
version "7.23.0"
|
|
102
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
|
|
103
|
+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
|
|
81
104
|
dependencies:
|
|
82
|
-
"@babel/template" "^7.
|
|
83
|
-
"@babel/types" "^7.
|
|
105
|
+
"@babel/template" "^7.22.15"
|
|
106
|
+
"@babel/types" "^7.23.0"
|
|
84
107
|
|
|
85
|
-
"@babel/helper-hoist-variables@^7.
|
|
86
|
-
version "7.
|
|
87
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.
|
|
88
|
-
integrity sha512-
|
|
108
|
+
"@babel/helper-hoist-variables@^7.22.5":
|
|
109
|
+
version "7.22.5"
|
|
110
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
|
111
|
+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
|
|
89
112
|
dependencies:
|
|
90
|
-
"@babel/types" "^7.
|
|
113
|
+
"@babel/types" "^7.22.5"
|
|
91
114
|
|
|
92
115
|
"@babel/helper-module-imports@^7.18.6":
|
|
93
116
|
version "7.21.4"
|
|
@@ -124,17 +147,29 @@
|
|
|
124
147
|
dependencies:
|
|
125
148
|
"@babel/types" "^7.18.6"
|
|
126
149
|
|
|
150
|
+
"@babel/helper-split-export-declaration@^7.22.6":
|
|
151
|
+
version "7.22.6"
|
|
152
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
|
|
153
|
+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
|
|
154
|
+
dependencies:
|
|
155
|
+
"@babel/types" "^7.22.5"
|
|
156
|
+
|
|
127
157
|
"@babel/helper-string-parser@^7.19.4":
|
|
128
158
|
version "7.19.4"
|
|
129
159
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
|
130
160
|
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
|
131
161
|
|
|
162
|
+
"@babel/helper-string-parser@^7.22.5":
|
|
163
|
+
version "7.22.5"
|
|
164
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
|
165
|
+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
|
166
|
+
|
|
132
167
|
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
|
133
168
|
version "7.19.1"
|
|
134
169
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
|
135
170
|
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
|
136
171
|
|
|
137
|
-
"@babel/helper-validator-identifier@^7.22.5":
|
|
172
|
+
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
|
|
138
173
|
version "7.22.20"
|
|
139
174
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
140
175
|
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
|
@@ -162,11 +197,25 @@
|
|
|
162
197
|
chalk "^2.0.0"
|
|
163
198
|
js-tokens "^4.0.0"
|
|
164
199
|
|
|
200
|
+
"@babel/highlight@^7.22.13":
|
|
201
|
+
version "7.22.20"
|
|
202
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
|
|
203
|
+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
|
|
204
|
+
dependencies:
|
|
205
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
|
206
|
+
chalk "^2.4.2"
|
|
207
|
+
js-tokens "^4.0.0"
|
|
208
|
+
|
|
165
209
|
"@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
|
|
166
210
|
version "7.21.4"
|
|
167
211
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
|
168
212
|
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
|
169
213
|
|
|
214
|
+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
|
|
215
|
+
version "7.23.0"
|
|
216
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
|
217
|
+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
|
218
|
+
|
|
170
219
|
"@babel/runtime-corejs3@^7.12.5":
|
|
171
220
|
version "7.21.0"
|
|
172
221
|
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.21.0.tgz#6e4939d9d9789ff63e2dc58e88f13a3913a24eba"
|
|
@@ -191,19 +240,28 @@
|
|
|
191
240
|
"@babel/parser" "^7.20.7"
|
|
192
241
|
"@babel/types" "^7.20.7"
|
|
193
242
|
|
|
194
|
-
"@babel/
|
|
195
|
-
version "7.
|
|
196
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
197
|
-
integrity sha512-
|
|
243
|
+
"@babel/template@^7.22.15":
|
|
244
|
+
version "7.22.15"
|
|
245
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
|
|
246
|
+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
|
|
198
247
|
dependencies:
|
|
199
|
-
"@babel/code-frame" "^7.
|
|
200
|
-
"@babel/
|
|
201
|
-
"@babel/
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
248
|
+
"@babel/code-frame" "^7.22.13"
|
|
249
|
+
"@babel/parser" "^7.22.15"
|
|
250
|
+
"@babel/types" "^7.22.15"
|
|
251
|
+
|
|
252
|
+
"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
|
|
253
|
+
version "7.23.2"
|
|
254
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
|
255
|
+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
|
|
256
|
+
dependencies:
|
|
257
|
+
"@babel/code-frame" "^7.22.13"
|
|
258
|
+
"@babel/generator" "^7.23.0"
|
|
259
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
|
260
|
+
"@babel/helper-function-name" "^7.23.0"
|
|
261
|
+
"@babel/helper-hoist-variables" "^7.22.5"
|
|
262
|
+
"@babel/helper-split-export-declaration" "^7.22.6"
|
|
263
|
+
"@babel/parser" "^7.23.0"
|
|
264
|
+
"@babel/types" "^7.23.0"
|
|
207
265
|
debug "^4.1.0"
|
|
208
266
|
globals "^11.1.0"
|
|
209
267
|
|
|
@@ -216,6 +274,15 @@
|
|
|
216
274
|
"@babel/helper-validator-identifier" "^7.19.1"
|
|
217
275
|
to-fast-properties "^2.0.0"
|
|
218
276
|
|
|
277
|
+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
|
|
278
|
+
version "7.23.0"
|
|
279
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
|
|
280
|
+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
|
|
281
|
+
dependencies:
|
|
282
|
+
"@babel/helper-string-parser" "^7.22.5"
|
|
283
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
|
284
|
+
to-fast-properties "^2.0.0"
|
|
285
|
+
|
|
219
286
|
"@bcoe/v8-coverage@^0.2.3":
|
|
220
287
|
version "0.2.3"
|
|
221
288
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
@@ -2322,7 +2389,7 @@ chainsaw@~0.1.0:
|
|
|
2322
2389
|
dependencies:
|
|
2323
2390
|
traverse ">=0.3.0 <0.4"
|
|
2324
2391
|
|
|
2325
|
-
chalk@^2.0.0:
|
|
2392
|
+
chalk@^2.0.0, chalk@^2.4.2:
|
|
2326
2393
|
version "2.4.2"
|
|
2327
2394
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
|
2328
2395
|
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
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.1.
|
|
4
|
+
"version": "3.1.32",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|