@jayree/sfdx-plugin-manifest 2.3.2 → 2.3.3
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 +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
- package/yarn.lock +135 -158
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.3.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.2...v2.3.3) (2022-10-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/command from 5.2.10 to 5.2.11 ([#322](https://github.com/jayree/sfdx-plugin-manifest/issues/322)) ([c89bf60](https://github.com/jayree/sfdx-plugin-manifest/commit/c89bf608097a4a42934c83dc4bc89962302f3615))
|
|
7
|
+
|
|
1
8
|
## [2.3.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.1...v2.3.2) (2022-09-25)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ $ sfdx plugins:install @jayree/sfdx-plugin-manifest
|
|
|
22
22
|
$ sfdx jayree:[COMMAND]
|
|
23
23
|
running command...
|
|
24
24
|
$ sfdx plugins
|
|
25
|
-
@jayree/sfdx-plugin-manifest 2.3.
|
|
25
|
+
@jayree/sfdx-plugin-manifest 2.3.3
|
|
26
26
|
$ sfdx help jayree:[COMMAND]
|
|
27
27
|
USAGE
|
|
28
28
|
$ sfdx jayree:COMMAND
|
|
@@ -65,7 +65,7 @@ EXAMPLES
|
|
|
65
65
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.
|
|
68
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.3/src/commands/jayree/manifest/cleanup.ts)_
|
|
69
69
|
|
|
70
70
|
### `sfdx jayree:manifest:generate`
|
|
71
71
|
|
|
@@ -109,7 +109,7 @@ EXAMPLES
|
|
|
109
109
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.
|
|
112
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.3/src/commands/jayree/manifest/generate.ts)_
|
|
113
113
|
|
|
114
114
|
### `sfdx jayree:manifest:git:diff`
|
|
115
115
|
|
|
@@ -163,5 +163,5 @@ EXAMPLES
|
|
|
163
163
|
uses the diff of what is unique in branchB (REF2)
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.
|
|
166
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.3/src/commands/jayree/manifest/git/diff.ts)_
|
|
167
167
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.3.
|
|
1
|
+
{"version":"2.3.3","commands":{"jayree:manifest:cleanup":{"id":"jayree:manifest:cleanup","description":"removes those tags from a manifest file that are present in a second manifest file\nUse this command to remove components or metadata types from a manifes file.\nIf the 'cleanup' manifest file (--file) doesn't exist, a template file is created, which can then be modified.","strict":true,"usage":"<%= command.id %> [-x <filepath>] [-f <filepath>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jayree/sfdx-plugin-manifest","pluginAlias":"@jayree/sfdx-plugin-manifest","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"manifest":{"name":"manifest","type":"option","char":"x","description":"path to the manifest file","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"path to the second 'cleanup' manifest file","multiple":false}},"args":[],"flagsConfig":{"manifest":{"kind":"filepath","char":"x","description":"path to the manifest file","input":[],"multiple":false,"type":"option"},"file":{"kind":"filepath","char":"f","description":"path to the second 'cleanup' manifest file","input":[],"multiple":false,"type":"option"}},"requiresUsername":false,"supportsDevhubUsername":false,"requiresProject":true},"jayree:manifest:generate":{"id":"jayree:manifest:generate","description":"generate a complete manifest file form the specified org\nUse this command to generate a manifest file based on an existing org.","strict":true,"usage":"<%= command.id %> [-q <array>] [-c] [-w] [--includeflowversions] [-f <string>] [-x | -a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jayree/sfdx-plugin-manifest","pluginAlias":"@jayree/sfdx-plugin-manifest","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:manifest:generate --targetusername myOrg@example.com","<?xml version='1.0' encoding='UTF-8'?>","<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"quickfilter":{"name":"quickfilter","type":"option","char":"q","description":"csv separated list of metadata type, member or file names to filter on","multiple":false},"matchcase":{"name":"matchcase","type":"boolean","char":"c","description":"enable 'match case' for the quickfilter","allowNo":false},"matchwholeword":{"name":"matchwholeword","type":"boolean","char":"w","description":"enable 'match whole word' for the quickfilter","allowNo":false},"includeflowversions":{"name":"includeflowversions","type":"boolean","description":"include flow versions as with api version 43.0","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"write to 'file' instead of stdout","multiple":false},"excludemanaged":{"name":"excludemanaged","type":"boolean","char":"x","description":"exclude managed packages from output","allowNo":false,"exclusive":["excludeall"]},"excludeall":{"name":"excludeall","type":"boolean","char":"a","description":"exclude all packages from output","allowNo":false,"exclusive":["excludemanaged"]}},"args":[],"flagsConfig":{"quickfilter":{"kind":"array","char":"q","description":"csv separated list of metadata type, member or file names to filter on","input":[],"multiple":false,"type":"option"},"matchcase":{"kind":"boolean","char":"c","description":"enable 'match case' for the quickfilter","allowNo":false,"type":"boolean"},"matchwholeword":{"kind":"boolean","char":"w","description":"enable 'match whole word' for the quickfilter","allowNo":false,"type":"boolean"},"includeflowversions":{"kind":"boolean","description":"include flow versions as with api version 43.0","allowNo":false,"type":"boolean"},"file":{"kind":"string","char":"f","description":"write to 'file' instead of stdout","input":[],"multiple":false,"type":"option"},"excludemanaged":{"kind":"boolean","char":"x","description":"exclude managed packages from output","exclusive":["excludeall"],"allowNo":false,"type":"boolean"},"excludeall":{"kind":"boolean","char":"a","description":"exclude all packages from output","exclusive":["excludemanaged"],"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:manifest:git:diff":{"id":"jayree:manifest:git:diff","description":"create a manifest and destructiveChanges manifest using 'git diff' data\nUse this command to create a manifest and destructiveChanges manifest file based on the difference (git diff) of two git refs.\n\nYou can use all ways to spell <commit> which are valid for 'git diff'.\n(See https://git-scm.com/docs/git-diff)","strict":true,"usage":"<%= command.id %> [-o <string>] [-d] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jayree/sfdx-plugin-manifest","pluginAlias":"@jayree/sfdx-plugin-manifest","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:manifest:git:diff <commit> <commit>","$ sfdx jayree:manifest:git:diff <commit>..<commit>","uses the changes between two arbitrary <commit>","$ sfdx jayree:manifest:git:diff <commit>...<commit>","uses the changes on the branch containing and up to the second <commit>, starting at a common ancestor of both <commit>.","$ sfdx jayree:manifest:git:diff branchA..branchB","uses the diff of what is unique in branchB (REF2) and unique in branchA (REF1)","$ sfdx jayree:manifest:git:diff branchA...branchB","uses the diff of what is unique in branchB (REF2)"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"outputdir":{"name":"outputdir","type":"option","char":"o","description":"directory to save the created manifest files","multiple":false,"default":""},"destructivechangesonly":{"name":"destructivechangesonly","type":"boolean","char":"d","description":"create a destructiveChanges manifest only (package.xml will be empty)","allowNo":false}},"args":[{"name":"ref1","description":"base commit or branch","required":true,"hidden":false},{"name":"ref2","description":"commit or branch to compare to the base commit","required":false,"hidden":false}],"flagsConfig":{"outputdir":{"kind":"string","char":"o","description":"directory to save the created manifest files","default":"","input":[],"multiple":false,"type":"option"},"destructivechangesonly":{"kind":"boolean","char":"d","description":"create a destructiveChanges manifest only (package.xml will be empty)","default":false,"allowNo":false,"type":"boolean"}},"requiresUsername":false,"supportsDevhubUsername":false,"requiresProject":true}}}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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": "2.3.
|
|
4
|
+
"version": "2.3.3",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@oclif/core": "^1.16.4",
|
|
10
|
-
"@salesforce/command": "^5.2.
|
|
10
|
+
"@salesforce/command": "^5.2.11",
|
|
11
11
|
"@salesforce/kit": "^1.6.1",
|
|
12
12
|
"@salesforce/source-deploy-retrieve": "^6.8.2",
|
|
13
13
|
"@salesforce/ts-types": "^1.5.21",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@commitlint/cli": "^17.1.2",
|
|
27
27
|
"@commitlint/config-conventional": "^17.1.0",
|
|
28
28
|
"@oclif/plugin-command-snapshot": "^3",
|
|
29
|
-
"@oclif/plugin-help": "^5.1.
|
|
29
|
+
"@oclif/plugin-help": "^5.1.14",
|
|
30
30
|
"@salesforce/dev-config": "^3.1.0",
|
|
31
31
|
"@salesforce/dev-scripts": "^3.1.0",
|
|
32
32
|
"@salesforce/prettier-config": "^0.0.2",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"@types/fs-extra": "^9.0.13",
|
|
37
37
|
"@types/marked": "^4.0.7",
|
|
38
38
|
"@types/marked-terminal": "^3.1.3",
|
|
39
|
-
"@types/mocha": "^
|
|
40
|
-
"@types/node": "^18.7.
|
|
39
|
+
"@types/mocha": "^10.0.0",
|
|
40
|
+
"@types/node": "^18.7.23",
|
|
41
41
|
"@types/semver": "^7.3.12",
|
|
42
42
|
"@types/sinon": "10.0.13",
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "^5.38.
|
|
44
|
-
"@typescript-eslint/parser": "^5.38.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
|
44
|
+
"@typescript-eslint/parser": "^5.38.1",
|
|
45
45
|
"chai": "^4.3.6",
|
|
46
46
|
"eslint": "^8.24.0",
|
|
47
47
|
"eslint-config-oclif": "^4.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"is-ci": "^3.0.1",
|
|
58
58
|
"mocha": "^10.0.0",
|
|
59
59
|
"nyc": "^15.1.0",
|
|
60
|
-
"oclif": "^3.2.
|
|
60
|
+
"oclif": "^3.2.11",
|
|
61
61
|
"patch-package": "^6.4.7",
|
|
62
62
|
"pinst": "^3.0.0",
|
|
63
63
|
"prettier": "^2.7.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"sinon": "14.0.0",
|
|
67
67
|
"source-map-support": "~0.5.21",
|
|
68
68
|
"ts-node": "^10.9.1",
|
|
69
|
-
"typescript": "^4.8.
|
|
69
|
+
"typescript": "^4.8.4"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=14.0.0"
|
package/yarn.lock
CHANGED
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
node-gyp "^8.2.0"
|
|
717
717
|
read-package-json-fast "^2.0.1"
|
|
718
718
|
|
|
719
|
-
"@oclif/color@^1.0.
|
|
719
|
+
"@oclif/color@^1.0.1":
|
|
720
720
|
version "1.0.1"
|
|
721
721
|
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.1.tgz#20ab9205e0924c6388918a88874e1f4b32df9970"
|
|
722
722
|
integrity sha512-qjYr+izgWdIVOroiBKqTzQgc1r5Wd9QB1J7yGM2EeelqhBARiiVLRZL45vhV4zdyTRdDkZS0EBzFwQap+nliLA==
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
is-wsl "^2.1.1"
|
|
764
764
|
tslib "^2.3.1"
|
|
765
765
|
|
|
766
|
-
"@oclif/core@^1.
|
|
766
|
+
"@oclif/core@^1.14.1", "@oclif/core@^1.16.4", "@oclif/core@^1.6.4":
|
|
767
767
|
version "1.16.4"
|
|
768
768
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.16.4.tgz#fafa338ada0624d7f1adac036302b05a37cd96d0"
|
|
769
769
|
integrity sha512-l+xHtVMteJWeTZZ+f2yLyNjf69X0mhAH8GILXnmoAGAemXbc1DVstvloxOouarvm9xyHHhquzO1Qg5l6xa1VIw==
|
|
@@ -858,17 +858,17 @@
|
|
|
858
858
|
tslib "^2.3.1"
|
|
859
859
|
|
|
860
860
|
"@oclif/plugin-command-snapshot@^3":
|
|
861
|
-
version "3.
|
|
862
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.
|
|
863
|
-
integrity sha512-
|
|
861
|
+
version "3.2.0"
|
|
862
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.0.tgz#42937db2181edcdf2937b1227d940d4524c721fd"
|
|
863
|
+
integrity sha512-NPDk5I33SKOTaPMstc37qGtlFK+WDi44gJRK9HsNYASeKihzXAW5H8IUxtvbWmHVkRE2tuDLUdV9kqGOJ/gS6w==
|
|
864
864
|
dependencies:
|
|
865
|
-
"@oclif/core" "^1.
|
|
865
|
+
"@oclif/core" "^1.16.4"
|
|
866
866
|
chalk "^4.1.2"
|
|
867
|
-
just-diff "^
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
ts-json-schema-generator "^
|
|
871
|
-
tslib "^2"
|
|
867
|
+
just-diff "^5.1.1"
|
|
868
|
+
lodash "^4.17.21"
|
|
869
|
+
semver "^7.3.7"
|
|
870
|
+
ts-json-schema-generator "^1.1.0"
|
|
871
|
+
tslib "^2.4.0"
|
|
872
872
|
|
|
873
873
|
"@oclif/plugin-help@3.2.18":
|
|
874
874
|
version "3.2.18"
|
|
@@ -887,29 +887,29 @@
|
|
|
887
887
|
widest-line "^3.1.0"
|
|
888
888
|
wrap-ansi "^6.2.0"
|
|
889
889
|
|
|
890
|
-
"@oclif/plugin-help@^5.1.11", "@oclif/plugin-help@^5.1.
|
|
891
|
-
version "5.1.
|
|
892
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.
|
|
893
|
-
integrity sha512-
|
|
890
|
+
"@oclif/plugin-help@^5.1.11", "@oclif/plugin-help@^5.1.14":
|
|
891
|
+
version "5.1.14"
|
|
892
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.14.tgz#641e6f2c7effb4a21573d50c649af662a919bcf9"
|
|
893
|
+
integrity sha512-jhpD0a2bEp3YW93sQcUM3b15DH+svQqC9pMXNp1m1VyAPoskdaELgt5P/5SjmNuFwqws8scxpbYKlr2/lvvkGQ==
|
|
894
894
|
dependencies:
|
|
895
|
-
"@oclif/core" "^1.
|
|
895
|
+
"@oclif/core" "^1.16.4"
|
|
896
896
|
|
|
897
|
-
"@oclif/plugin-not-found@^2.3.
|
|
898
|
-
version "2.3.
|
|
899
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-2.3.
|
|
900
|
-
integrity sha512-
|
|
897
|
+
"@oclif/plugin-not-found@^2.3.3":
|
|
898
|
+
version "2.3.3"
|
|
899
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-2.3.3.tgz#390b2898455d709104b8e45c869ace134ac678f6"
|
|
900
|
+
integrity sha512-SIrSQmZAkxkje5XSHLQRj5cwUrJkPlMLil5Raqq7LGIskMWufsq5y3WzOb0kcFq4aKzzjtYDRdB+HP4670suiQ==
|
|
901
901
|
dependencies:
|
|
902
|
-
"@oclif/color" "^1.0.
|
|
903
|
-
"@oclif/core" "^1.
|
|
902
|
+
"@oclif/color" "^1.0.1"
|
|
903
|
+
"@oclif/core" "^1.16.4"
|
|
904
904
|
fast-levenshtein "^3.0.0"
|
|
905
905
|
lodash "^4.17.21"
|
|
906
906
|
|
|
907
|
-
"@oclif/plugin-warn-if-update-available@^2.0.
|
|
908
|
-
version "2.0.
|
|
909
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.
|
|
910
|
-
integrity sha512-
|
|
907
|
+
"@oclif/plugin-warn-if-update-available@^2.0.6":
|
|
908
|
+
version "2.0.6"
|
|
909
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.6.tgz#fed51d198ba5d621a05690f4639ef988c65245e0"
|
|
910
|
+
integrity sha512-9PSerV/jz3Mq5P8+bfLhr4UrTNOLmhUo8tGsv/CzJ0c/QffjYONZ8pCNsrVDO+wWzzuYHedXPZjDpOCmMcTTag==
|
|
911
911
|
dependencies:
|
|
912
|
-
"@oclif/core" "^1.
|
|
912
|
+
"@oclif/core" "^1.16.4"
|
|
913
913
|
chalk "^4.1.0"
|
|
914
914
|
debug "^4.1.0"
|
|
915
915
|
fs-extra "^9.0.1"
|
|
@@ -1048,23 +1048,23 @@
|
|
|
1048
1048
|
mv "~2"
|
|
1049
1049
|
safe-json-stringify "~1"
|
|
1050
1050
|
|
|
1051
|
-
"@salesforce/command@^5.2.
|
|
1052
|
-
version "5.2.
|
|
1053
|
-
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.
|
|
1054
|
-
integrity sha512-
|
|
1051
|
+
"@salesforce/command@^5.2.11":
|
|
1052
|
+
version "5.2.11"
|
|
1053
|
+
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.11.tgz#43fdb687c8cd6a5f76dafd548ea176663c8a6620"
|
|
1054
|
+
integrity sha512-6KhXbxlV+noVFL8FNhVBPDiD5Z4fEcezh1rClcjdturt2Zg/cp9KPIFqZoFn34zt30u+DlhhU3GDlfE18IoNHw==
|
|
1055
1055
|
dependencies:
|
|
1056
1056
|
"@oclif/core" "^1.14.1"
|
|
1057
1057
|
"@oclif/plugin-help" "^5.1.11"
|
|
1058
1058
|
"@oclif/test" "^2.1.0"
|
|
1059
|
-
"@salesforce/core" "^3.30.
|
|
1059
|
+
"@salesforce/core" "^3.30.9"
|
|
1060
1060
|
"@salesforce/kit" "^1.6.1"
|
|
1061
1061
|
"@salesforce/ts-types" "^1.5.21"
|
|
1062
1062
|
chalk "^2.4.2"
|
|
1063
1063
|
|
|
1064
|
-
"@salesforce/core@^3.30.8":
|
|
1065
|
-
version "3.30.
|
|
1066
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.30.
|
|
1067
|
-
integrity sha512-
|
|
1064
|
+
"@salesforce/core@^3.30.8", "@salesforce/core@^3.30.9":
|
|
1065
|
+
version "3.30.9"
|
|
1066
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.30.9.tgz#a2a577db60f1276d08b81e185d49161a75b54d76"
|
|
1067
|
+
integrity sha512-dZFr2QS0joxl/FgdR+ZYhIVTEsJ7t+u02eaZCXLOqug/rzBq9xFoGPQaBboXx4CSf7k71Ox/Ty0sMSZNzkXb0A==
|
|
1068
1068
|
dependencies:
|
|
1069
1069
|
"@salesforce/bunyan" "^2.0.0"
|
|
1070
1070
|
"@salesforce/kit" "^1.5.41"
|
|
@@ -1208,13 +1208,6 @@
|
|
|
1208
1208
|
dependencies:
|
|
1209
1209
|
"@sinonjs/commons" "^1.7.0"
|
|
1210
1210
|
|
|
1211
|
-
"@sinonjs/fake-timers@^7.1.2":
|
|
1212
|
-
version "7.1.2"
|
|
1213
|
-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
|
|
1214
|
-
integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
|
|
1215
|
-
dependencies:
|
|
1216
|
-
"@sinonjs/commons" "^1.7.0"
|
|
1217
|
-
|
|
1218
1211
|
"@sinonjs/formatio@^2.0.0":
|
|
1219
1212
|
version "2.0.0"
|
|
1220
1213
|
resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-2.0.0.tgz#84db7e9eb5531df18a8c5e0bfb6e449e55e654b2"
|
|
@@ -1248,7 +1241,7 @@
|
|
|
1248
1241
|
lodash.get "^4.4.2"
|
|
1249
1242
|
type-detect "^4.0.8"
|
|
1250
1243
|
|
|
1251
|
-
"@sinonjs/samsam@^6.
|
|
1244
|
+
"@sinonjs/samsam@^6.1.1":
|
|
1252
1245
|
version "6.1.1"
|
|
1253
1246
|
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-6.1.1.tgz#627f7f4cbdb56e6419fa2c1a3e4751ce4f6a00b1"
|
|
1254
1247
|
integrity sha512-cZ7rKJTLiE7u7Wi/v9Hc2fs3Ucc3jrWeMgPHbbTCeVAB2S0wOBbYlkJVeNSL04i7fdhT8wIbDq1zhC/PXTD2SA==
|
|
@@ -1353,7 +1346,7 @@
|
|
|
1353
1346
|
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
|
|
1354
1347
|
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
|
|
1355
1348
|
|
|
1356
|
-
"@types/json-schema@^7.0.9":
|
|
1349
|
+
"@types/json-schema@^7.0.11", "@types/json-schema@^7.0.9":
|
|
1357
1350
|
version "7.0.11"
|
|
1358
1351
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
|
|
1359
1352
|
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
|
|
@@ -1408,7 +1401,12 @@
|
|
|
1408
1401
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
|
1409
1402
|
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
|
1410
1403
|
|
|
1411
|
-
"@types/mocha@^
|
|
1404
|
+
"@types/mocha@^10.0.0":
|
|
1405
|
+
version "10.0.0"
|
|
1406
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.0.tgz#3d9018c575f0e3f7386c1de80ee66cc21fbb7a52"
|
|
1407
|
+
integrity sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==
|
|
1408
|
+
|
|
1409
|
+
"@types/mocha@^9.0.0":
|
|
1412
1410
|
version "9.1.1"
|
|
1413
1411
|
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
|
|
1414
1412
|
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
|
|
@@ -1418,10 +1416,10 @@
|
|
|
1418
1416
|
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
|
|
1419
1417
|
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
|
|
1420
1418
|
|
|
1421
|
-
"@types/node@*", "@types/node@^18.7.
|
|
1422
|
-
version "18.7.
|
|
1423
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.
|
|
1424
|
-
integrity sha512-
|
|
1419
|
+
"@types/node@*", "@types/node@^18.7.23":
|
|
1420
|
+
version "18.7.23"
|
|
1421
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz#75c580983846181ebe5f4abc40fe9dfb2d65665f"
|
|
1422
|
+
integrity sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==
|
|
1425
1423
|
|
|
1426
1424
|
"@types/node@^12.19.9":
|
|
1427
1425
|
version "12.20.55"
|
|
@@ -1487,84 +1485,84 @@
|
|
|
1487
1485
|
"@types/expect" "^1.20.4"
|
|
1488
1486
|
"@types/node" "*"
|
|
1489
1487
|
|
|
1490
|
-
"@typescript-eslint/eslint-plugin@^5.38.
|
|
1491
|
-
version "5.38.
|
|
1492
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.
|
|
1493
|
-
integrity sha512-
|
|
1488
|
+
"@typescript-eslint/eslint-plugin@^5.38.1":
|
|
1489
|
+
version "5.38.1"
|
|
1490
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
|
|
1491
|
+
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
|
|
1494
1492
|
dependencies:
|
|
1495
|
-
"@typescript-eslint/scope-manager" "5.38.
|
|
1496
|
-
"@typescript-eslint/type-utils" "5.38.
|
|
1497
|
-
"@typescript-eslint/utils" "5.38.
|
|
1493
|
+
"@typescript-eslint/scope-manager" "5.38.1"
|
|
1494
|
+
"@typescript-eslint/type-utils" "5.38.1"
|
|
1495
|
+
"@typescript-eslint/utils" "5.38.1"
|
|
1498
1496
|
debug "^4.3.4"
|
|
1499
1497
|
ignore "^5.2.0"
|
|
1500
1498
|
regexpp "^3.2.0"
|
|
1501
1499
|
semver "^7.3.7"
|
|
1502
1500
|
tsutils "^3.21.0"
|
|
1503
1501
|
|
|
1504
|
-
"@typescript-eslint/parser@^5.38.
|
|
1505
|
-
version "5.38.
|
|
1506
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.
|
|
1507
|
-
integrity sha512
|
|
1502
|
+
"@typescript-eslint/parser@^5.38.1":
|
|
1503
|
+
version "5.38.1"
|
|
1504
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
|
|
1505
|
+
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
|
|
1508
1506
|
dependencies:
|
|
1509
|
-
"@typescript-eslint/scope-manager" "5.38.
|
|
1510
|
-
"@typescript-eslint/types" "5.38.
|
|
1511
|
-
"@typescript-eslint/typescript-estree" "5.38.
|
|
1507
|
+
"@typescript-eslint/scope-manager" "5.38.1"
|
|
1508
|
+
"@typescript-eslint/types" "5.38.1"
|
|
1509
|
+
"@typescript-eslint/typescript-estree" "5.38.1"
|
|
1512
1510
|
debug "^4.3.4"
|
|
1513
1511
|
|
|
1514
|
-
"@typescript-eslint/scope-manager@5.38.
|
|
1515
|
-
version "5.38.
|
|
1516
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.
|
|
1517
|
-
integrity sha512-
|
|
1512
|
+
"@typescript-eslint/scope-manager@5.38.1":
|
|
1513
|
+
version "5.38.1"
|
|
1514
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
|
|
1515
|
+
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
|
|
1518
1516
|
dependencies:
|
|
1519
|
-
"@typescript-eslint/types" "5.38.
|
|
1520
|
-
"@typescript-eslint/visitor-keys" "5.38.
|
|
1517
|
+
"@typescript-eslint/types" "5.38.1"
|
|
1518
|
+
"@typescript-eslint/visitor-keys" "5.38.1"
|
|
1521
1519
|
|
|
1522
|
-
"@typescript-eslint/type-utils@5.38.
|
|
1523
|
-
version "5.38.
|
|
1524
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.
|
|
1525
|
-
integrity sha512-
|
|
1520
|
+
"@typescript-eslint/type-utils@5.38.1":
|
|
1521
|
+
version "5.38.1"
|
|
1522
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
|
|
1523
|
+
integrity sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==
|
|
1526
1524
|
dependencies:
|
|
1527
|
-
"@typescript-eslint/typescript-estree" "5.38.
|
|
1528
|
-
"@typescript-eslint/utils" "5.38.
|
|
1525
|
+
"@typescript-eslint/typescript-estree" "5.38.1"
|
|
1526
|
+
"@typescript-eslint/utils" "5.38.1"
|
|
1529
1527
|
debug "^4.3.4"
|
|
1530
1528
|
tsutils "^3.21.0"
|
|
1531
1529
|
|
|
1532
|
-
"@typescript-eslint/types@5.38.
|
|
1533
|
-
version "5.38.
|
|
1534
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.
|
|
1535
|
-
integrity sha512-
|
|
1530
|
+
"@typescript-eslint/types@5.38.1":
|
|
1531
|
+
version "5.38.1"
|
|
1532
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
|
|
1533
|
+
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
|
|
1536
1534
|
|
|
1537
|
-
"@typescript-eslint/typescript-estree@5.38.
|
|
1538
|
-
version "5.38.
|
|
1539
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.
|
|
1540
|
-
integrity sha512-
|
|
1535
|
+
"@typescript-eslint/typescript-estree@5.38.1":
|
|
1536
|
+
version "5.38.1"
|
|
1537
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
|
|
1538
|
+
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
|
|
1541
1539
|
dependencies:
|
|
1542
|
-
"@typescript-eslint/types" "5.38.
|
|
1543
|
-
"@typescript-eslint/visitor-keys" "5.38.
|
|
1540
|
+
"@typescript-eslint/types" "5.38.1"
|
|
1541
|
+
"@typescript-eslint/visitor-keys" "5.38.1"
|
|
1544
1542
|
debug "^4.3.4"
|
|
1545
1543
|
globby "^11.1.0"
|
|
1546
1544
|
is-glob "^4.0.3"
|
|
1547
1545
|
semver "^7.3.7"
|
|
1548
1546
|
tsutils "^3.21.0"
|
|
1549
1547
|
|
|
1550
|
-
"@typescript-eslint/utils@5.38.
|
|
1551
|
-
version "5.38.
|
|
1552
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.
|
|
1553
|
-
integrity sha512-
|
|
1548
|
+
"@typescript-eslint/utils@5.38.1", "@typescript-eslint/utils@^5.38.0":
|
|
1549
|
+
version "5.38.1"
|
|
1550
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
|
|
1551
|
+
integrity sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==
|
|
1554
1552
|
dependencies:
|
|
1555
1553
|
"@types/json-schema" "^7.0.9"
|
|
1556
|
-
"@typescript-eslint/scope-manager" "5.38.
|
|
1557
|
-
"@typescript-eslint/types" "5.38.
|
|
1558
|
-
"@typescript-eslint/typescript-estree" "5.38.
|
|
1554
|
+
"@typescript-eslint/scope-manager" "5.38.1"
|
|
1555
|
+
"@typescript-eslint/types" "5.38.1"
|
|
1556
|
+
"@typescript-eslint/typescript-estree" "5.38.1"
|
|
1559
1557
|
eslint-scope "^5.1.1"
|
|
1560
1558
|
eslint-utils "^3.0.0"
|
|
1561
1559
|
|
|
1562
|
-
"@typescript-eslint/visitor-keys@5.38.
|
|
1563
|
-
version "5.38.
|
|
1564
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.
|
|
1565
|
-
integrity sha512-
|
|
1560
|
+
"@typescript-eslint/visitor-keys@5.38.1":
|
|
1561
|
+
version "5.38.1"
|
|
1562
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
|
|
1563
|
+
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
|
|
1566
1564
|
dependencies:
|
|
1567
|
-
"@typescript-eslint/types" "5.38.
|
|
1565
|
+
"@typescript-eslint/types" "5.38.1"
|
|
1568
1566
|
eslint-visitor-keys "^3.3.0"
|
|
1569
1567
|
|
|
1570
1568
|
"@ungap/promise-all-settled@1.1.2":
|
|
@@ -2591,10 +2589,10 @@ commander@^4.0.1:
|
|
|
2591
2589
|
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
|
|
2592
2590
|
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
|
2593
2591
|
|
|
2594
|
-
commander@^
|
|
2595
|
-
version "
|
|
2596
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
|
2597
|
-
integrity sha512-
|
|
2592
|
+
commander@^9.4.0:
|
|
2593
|
+
version "9.4.0"
|
|
2594
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c"
|
|
2595
|
+
integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==
|
|
2598
2596
|
|
|
2599
2597
|
comment-parser@1.1.6-beta.0:
|
|
2600
2598
|
version "1.1.6-beta.0"
|
|
@@ -2639,7 +2637,7 @@ concat-map@0.0.1:
|
|
|
2639
2637
|
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
|
|
2640
2638
|
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
|
|
2641
2639
|
|
|
2642
|
-
concurrently@^7.
|
|
2640
|
+
concurrently@^7.4.0:
|
|
2643
2641
|
version "7.4.0"
|
|
2644
2642
|
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.4.0.tgz#bb0e344964bc172673577c420db21e963f2f7368"
|
|
2645
2643
|
integrity sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==
|
|
@@ -4141,7 +4139,7 @@ glob@^6.0.1:
|
|
|
4141
4139
|
once "^1.3.0"
|
|
4142
4140
|
path-is-absolute "^1.0.0"
|
|
4143
4141
|
|
|
4144
|
-
glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6
|
|
4142
|
+
glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
4145
4143
|
version "7.2.3"
|
|
4146
4144
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
|
|
4147
4145
|
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
|
|
@@ -5090,7 +5088,7 @@ json5@^1.0.1:
|
|
|
5090
5088
|
dependencies:
|
|
5091
5089
|
minimist "^1.2.0"
|
|
5092
5090
|
|
|
5093
|
-
json5@^2.2.
|
|
5091
|
+
json5@^2.2.1:
|
|
5094
5092
|
version "2.2.1"
|
|
5095
5093
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
|
|
5096
5094
|
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
|
|
@@ -5142,12 +5140,7 @@ just-diff-apply@^5.2.0:
|
|
|
5142
5140
|
resolved "https://registry.yarnpkg.com/just-diff-apply/-/just-diff-apply-5.4.1.tgz#1debed059ad009863b4db0e8d8f333d743cdd83b"
|
|
5143
5141
|
integrity sha512-AAV5Jw7tsniWwih8Ly3fXxEZ06y+6p5TwQMsw0dzZ/wPKilzyDgdAnL0Ug4NNIquPUOh1vfFWEHbmXUqM5+o8g==
|
|
5144
5142
|
|
|
5145
|
-
just-diff@^
|
|
5146
|
-
version "3.1.1"
|
|
5147
|
-
resolved "https://registry.yarnpkg.com/just-diff/-/just-diff-3.1.1.tgz#d50c597c6fd4776495308c63bdee1b6839082647"
|
|
5148
|
-
integrity sha512-sdMWKjRq8qWZEjDcVA6llnUT8RDEBIfOiGpYFPYa9u+2c39JCsejktSP7mj5eRid5EIvTzIpQ2kDOCw1Nq9BjQ==
|
|
5149
|
-
|
|
5150
|
-
just-diff@^5.0.1:
|
|
5143
|
+
just-diff@^5.0.1, just-diff@^5.1.1:
|
|
5151
5144
|
version "5.1.1"
|
|
5152
5145
|
resolved "https://registry.yarnpkg.com/just-diff/-/just-diff-5.1.1.tgz#8da6414342a5ed6d02ccd64f5586cbbed3146202"
|
|
5153
5146
|
integrity sha512-u8HXJ3HlNrTzY7zrYYKjNEfBlyjqhdBkoyTVdjtn7p02RJD5NvR8rIClzeGA7t+UYP1/7eAkWNLU0+P3QrEqKQ==
|
|
@@ -5955,7 +5948,7 @@ nise@^4.1.0:
|
|
|
5955
5948
|
just-extend "^4.0.2"
|
|
5956
5949
|
path-to-regexp "^1.7.0"
|
|
5957
5950
|
|
|
5958
|
-
nise@^5.1.
|
|
5951
|
+
nise@^5.1.1:
|
|
5959
5952
|
version "5.1.1"
|
|
5960
5953
|
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.1.tgz#ac4237e0d785ecfcb83e20f389185975da5c31f3"
|
|
5961
5954
|
integrity sha512-yr5kW2THW1AkxVmCnKEh4nbYkJdB3I7LUkiUgOvEkOp414mc2UMaHMA7pjq1nYowhdoJZGwEKGaQVbxfpWj10A==
|
|
@@ -6239,17 +6232,17 @@ object.values@^1.1.5:
|
|
|
6239
6232
|
define-properties "^1.1.3"
|
|
6240
6233
|
es-abstract "^1.19.1"
|
|
6241
6234
|
|
|
6242
|
-
oclif@^3.2.
|
|
6243
|
-
version "3.2.
|
|
6244
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.
|
|
6245
|
-
integrity sha512-
|
|
6235
|
+
oclif@^3.2.11:
|
|
6236
|
+
version "3.2.11"
|
|
6237
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.11.tgz#52cfd71c10e1c42198e99b7206e2261ec4a7b719"
|
|
6238
|
+
integrity sha512-82HXKQhD2ZPjXI7smjdKOifXQU00wMpE3pgYSpIYpMAORi7xB9U9UsitnCosqMgR7P5RHquRgcrqUL763QCkHg==
|
|
6246
6239
|
dependencies:
|
|
6247
|
-
"@oclif/core" "^1.16.
|
|
6248
|
-
"@oclif/plugin-help" "^5.1.
|
|
6249
|
-
"@oclif/plugin-not-found" "^2.3.
|
|
6250
|
-
"@oclif/plugin-warn-if-update-available" "^2.0.
|
|
6240
|
+
"@oclif/core" "^1.16.4"
|
|
6241
|
+
"@oclif/plugin-help" "^5.1.14"
|
|
6242
|
+
"@oclif/plugin-not-found" "^2.3.3"
|
|
6243
|
+
"@oclif/plugin-warn-if-update-available" "^2.0.6"
|
|
6251
6244
|
aws-sdk "^2.1116.0"
|
|
6252
|
-
concurrently "^7.
|
|
6245
|
+
concurrently "^7.4.0"
|
|
6253
6246
|
debug "^4.3.3"
|
|
6254
6247
|
find-yarn-workspace-root "^2.0.0"
|
|
6255
6248
|
fs-extra "^8.1"
|
|
@@ -6259,7 +6252,7 @@ oclif@^3.2.2:
|
|
|
6259
6252
|
qqjs "^0.3.11"
|
|
6260
6253
|
semver "^7.3.5"
|
|
6261
6254
|
tslib "^2.3.1"
|
|
6262
|
-
yeoman-environment "^3.
|
|
6255
|
+
yeoman-environment "^3.11.1"
|
|
6263
6256
|
yeoman-generator "^5.6.1"
|
|
6264
6257
|
yosay "^2.0.2"
|
|
6265
6258
|
|
|
@@ -7160,7 +7153,7 @@ safe-regex@^2.1.1:
|
|
|
7160
7153
|
dependencies:
|
|
7161
7154
|
regexp-tree "~0.1.1"
|
|
7162
7155
|
|
|
7163
|
-
safe-stable-stringify@^2.
|
|
7156
|
+
safe-stable-stringify@^2.4.0:
|
|
7164
7157
|
version "2.4.0"
|
|
7165
7158
|
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.0.tgz#95fadb1bcf8057a1363e11052122f5da36a69215"
|
|
7166
7159
|
integrity sha512-eehKHKpab6E741ud7ZIMcXhKcP6TSIezPkNZhy5U8xC6+VvrRdUA2tMgxGxaGl4cz7c2Ew5+mg5+wNB16KQqrA==
|
|
@@ -7358,18 +7351,6 @@ sinon@14.0.0:
|
|
|
7358
7351
|
nise "^5.1.1"
|
|
7359
7352
|
supports-color "^7.2.0"
|
|
7360
7353
|
|
|
7361
|
-
sinon@^11.1.2:
|
|
7362
|
-
version "11.1.2"
|
|
7363
|
-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-11.1.2.tgz#9e78850c747241d5c59d1614d8f9cbe8840e8674"
|
|
7364
|
-
integrity sha512-59237HChms4kg7/sXhiRcUzdSkKuydDeTiamT/jesUVHshBgL8XAmhgFo0GfK6RruMDM/iRSij1EybmMog9cJw==
|
|
7365
|
-
dependencies:
|
|
7366
|
-
"@sinonjs/commons" "^1.8.3"
|
|
7367
|
-
"@sinonjs/fake-timers" "^7.1.2"
|
|
7368
|
-
"@sinonjs/samsam" "^6.0.2"
|
|
7369
|
-
diff "^5.0.0"
|
|
7370
|
-
nise "^5.1.0"
|
|
7371
|
-
supports-color "^7.2.0"
|
|
7372
|
-
|
|
7373
7354
|
sinon@^5.1.1:
|
|
7374
7355
|
version "5.1.1"
|
|
7375
7356
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-5.1.1.tgz#19c59810ffb733ea6e76a28b94a71fc4c2f523b8"
|
|
@@ -7897,17 +7878,18 @@ trim-newlines@^3.0.0:
|
|
|
7897
7878
|
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
|
7898
7879
|
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
|
7899
7880
|
|
|
7900
|
-
ts-json-schema-generator@^
|
|
7901
|
-
version "
|
|
7902
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-
|
|
7903
|
-
integrity sha512-
|
|
7881
|
+
ts-json-schema-generator@^1.1.0:
|
|
7882
|
+
version "1.1.2"
|
|
7883
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.1.2.tgz#29a0c878733b6a1bb0346fce02b1ebb8b96effa3"
|
|
7884
|
+
integrity sha512-XMnxvndJFJEYv3NBmW7Po5bGajKdK2qH8Q078eDy60srK9+nEvbT9nLCRKd2IV/RQ7a+oc5FNylvZWveqh7jeQ==
|
|
7904
7885
|
dependencies:
|
|
7905
|
-
"@types/json-schema" "^7.0.
|
|
7906
|
-
commander "^
|
|
7907
|
-
glob "^
|
|
7908
|
-
json5 "^2.2.
|
|
7909
|
-
|
|
7910
|
-
|
|
7886
|
+
"@types/json-schema" "^7.0.11"
|
|
7887
|
+
commander "^9.4.0"
|
|
7888
|
+
glob "^8.0.3"
|
|
7889
|
+
json5 "^2.2.1"
|
|
7890
|
+
normalize-path "^3.0.0"
|
|
7891
|
+
safe-stable-stringify "^2.4.0"
|
|
7892
|
+
typescript "~4.8.3"
|
|
7911
7893
|
|
|
7912
7894
|
ts-node@^10.0.0, ts-node@^10.8.1, ts-node@^10.9.1:
|
|
7913
7895
|
version "10.9.1"
|
|
@@ -8039,15 +8021,10 @@ typedoc@0.22.18:
|
|
|
8039
8021
|
minimatch "^5.1.0"
|
|
8040
8022
|
shiki "^0.10.1"
|
|
8041
8023
|
|
|
8042
|
-
typescript@^4.1.3, typescript@^4.6.4, typescript@^4.8.3:
|
|
8043
|
-
version "4.8.
|
|
8044
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.
|
|
8045
|
-
integrity sha512-
|
|
8046
|
-
|
|
8047
|
-
typescript@~4.4.3:
|
|
8048
|
-
version "4.4.4"
|
|
8049
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
|
|
8050
|
-
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
|
|
8024
|
+
typescript@^4.1.3, typescript@^4.6.4, typescript@^4.8.4, typescript@~4.8.3:
|
|
8025
|
+
version "4.8.4"
|
|
8026
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
|
|
8027
|
+
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
|
|
8051
8028
|
|
|
8052
8029
|
unbox-primitive@^1.0.2:
|
|
8053
8030
|
version "1.0.2"
|
|
@@ -8587,10 +8564,10 @@ yargs@^17.0.0, yargs@^17.3.1:
|
|
|
8587
8564
|
y18n "^5.0.5"
|
|
8588
8565
|
yargs-parser "^21.0.0"
|
|
8589
8566
|
|
|
8590
|
-
yeoman-environment@^3.
|
|
8591
|
-
version "3.
|
|
8592
|
-
resolved "https://registry.yarnpkg.com/yeoman-environment/-/yeoman-environment-3.
|
|
8593
|
-
integrity sha512-
|
|
8567
|
+
yeoman-environment@^3.11.1:
|
|
8568
|
+
version "3.11.1"
|
|
8569
|
+
resolved "https://registry.yarnpkg.com/yeoman-environment/-/yeoman-environment-3.11.1.tgz#7379489f0925a9e8cb619c0333629ba1ff8d4bbd"
|
|
8570
|
+
integrity sha512-WxPntJFhdJiBtkaJOmkv/v5siWVJvLX2GB26TXMPaIgxHGhreKUwACI2jzjnsFcHv1F8Uayp668NZsz8ygalvg==
|
|
8594
8571
|
dependencies:
|
|
8595
8572
|
"@npmcli/arborist" "^4.0.4"
|
|
8596
8573
|
are-we-there-yet "^2.0.0"
|