@salesforce/plugin-sobject 1.2.0 → 1.2.2
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/README.md +4 -4
- package/lib/shared/convert.d.ts +2 -2
- package/npm-shrinkwrap.json +275 -245
- package/oclif.lock +175 -150
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-sobject",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-sobject",
|
|
9
|
-
"version": "1.2.
|
|
9
|
+
"version": "1.2.2",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/confirm": "^2.0.17",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"@inquirer/select": "^1.3.3",
|
|
15
15
|
"@oclif/core": "^3.25.2",
|
|
16
16
|
"@salesforce/core": "^6.7.3",
|
|
17
|
-
"@salesforce/kit": "^3.0
|
|
18
|
-
"@salesforce/sf-plugins-core": "^8.0.
|
|
17
|
+
"@salesforce/kit": "^3.1.0",
|
|
18
|
+
"@salesforce/sf-plugins-core": "^8.0.3",
|
|
19
19
|
"fast-glob": "^3.3.2",
|
|
20
20
|
"fast-xml-parser": "^4.3.6",
|
|
21
21
|
"js2xmlparser": "^4.0.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
26
|
-
"@salesforce/dev-scripts": "^8.
|
|
27
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.1.14",
|
|
26
|
+
"@salesforce/dev-scripts": "^8.5.0",
|
|
27
|
+
"@salesforce/plugin-command-reference": "^3.0.75",
|
|
28
28
|
"@types/inquirer": "^8.2.0",
|
|
29
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
30
|
-
"oclif": "^4.
|
|
29
|
+
"eslint-plugin-sf-plugin": "^1.17.5",
|
|
30
|
+
"oclif": "^4.7.2",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
|
-
"typescript": "^5.4.
|
|
32
|
+
"typescript": "^5.4.4"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": ">=18.0.0"
|
|
@@ -2692,9 +2692,9 @@
|
|
|
2692
2692
|
}
|
|
2693
2693
|
},
|
|
2694
2694
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2695
|
-
"version": "5.1.
|
|
2696
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
2697
|
-
"integrity": "sha512-
|
|
2695
|
+
"version": "5.1.4",
|
|
2696
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz",
|
|
2697
|
+
"integrity": "sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==",
|
|
2698
2698
|
"dev": true,
|
|
2699
2699
|
"license": "MIT",
|
|
2700
2700
|
"dependencies": {
|
|
@@ -2815,13 +2815,13 @@
|
|
|
2815
2815
|
}
|
|
2816
2816
|
},
|
|
2817
2817
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
2818
|
-
"version": "3.0.
|
|
2819
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
2820
|
-
"integrity": "sha512-
|
|
2818
|
+
"version": "3.0.15",
|
|
2819
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.15.tgz",
|
|
2820
|
+
"integrity": "sha512-JtPTJFjL6izMCe5dDS2ix2PyWAD2DeJ5Atzd2HHRifbPcmOxaUE62FKTnarIwfPHLMF/nN33liwo9InAdirozg==",
|
|
2821
2821
|
"dev": true,
|
|
2822
2822
|
"license": "MIT",
|
|
2823
2823
|
"dependencies": {
|
|
2824
|
-
"@oclif/core": "^3.
|
|
2824
|
+
"@oclif/core": "^3.26.0",
|
|
2825
2825
|
"chalk": "^5.3.0",
|
|
2826
2826
|
"debug": "^4.1.0",
|
|
2827
2827
|
"http-call": "^5.2.2",
|
|
@@ -2856,19 +2856,20 @@
|
|
|
2856
2856
|
}
|
|
2857
2857
|
},
|
|
2858
2858
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
2859
|
-
"version": "5.1.
|
|
2860
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
2861
|
-
"integrity": "sha512-
|
|
2859
|
+
"version": "5.1.14",
|
|
2860
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.14.tgz",
|
|
2861
|
+
"integrity": "sha512-Adt7A2CMONTZFGENHI91PUxRVuQOypNa+/JVRTXjp2ug3zrPhquxEjtgfG18vVZi/boKa0Td898/N14SOW5vNQ==",
|
|
2862
2862
|
"dev": true,
|
|
2863
2863
|
"license": "BSD-3-Clause",
|
|
2864
2864
|
"dependencies": {
|
|
2865
|
-
"@salesforce/core": "^6.7.
|
|
2866
|
-
"@salesforce/kit": "^3.0
|
|
2865
|
+
"@salesforce/core": "^6.7.6",
|
|
2866
|
+
"@salesforce/kit": "^3.1.0",
|
|
2867
2867
|
"@salesforce/ts-types": "^2.0.9",
|
|
2868
2868
|
"@types/shelljs": "^0.8.15",
|
|
2869
2869
|
"debug": "^4.3.1",
|
|
2870
2870
|
"jszip": "^3.10.1",
|
|
2871
2871
|
"shelljs": "^0.8.4",
|
|
2872
|
+
"sinon": "^17.0.1",
|
|
2872
2873
|
"strip-ansi": "6.0.1",
|
|
2873
2874
|
"ts-retry-promise": "^0.8.0"
|
|
2874
2875
|
},
|
|
@@ -2876,6 +2877,95 @@
|
|
|
2876
2877
|
"node": ">=16.0.0"
|
|
2877
2878
|
}
|
|
2878
2879
|
},
|
|
2880
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@sinonjs/commons": {
|
|
2881
|
+
"version": "3.0.1",
|
|
2882
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
2883
|
+
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
2884
|
+
"dev": true,
|
|
2885
|
+
"license": "BSD-3-Clause",
|
|
2886
|
+
"dependencies": {
|
|
2887
|
+
"type-detect": "4.0.8"
|
|
2888
|
+
}
|
|
2889
|
+
},
|
|
2890
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@sinonjs/samsam": {
|
|
2891
|
+
"version": "8.0.0",
|
|
2892
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-8.0.0.tgz",
|
|
2893
|
+
"integrity": "sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==",
|
|
2894
|
+
"dev": true,
|
|
2895
|
+
"license": "BSD-3-Clause",
|
|
2896
|
+
"dependencies": {
|
|
2897
|
+
"@sinonjs/commons": "^2.0.0",
|
|
2898
|
+
"lodash.get": "^4.4.2",
|
|
2899
|
+
"type-detect": "^4.0.8"
|
|
2900
|
+
}
|
|
2901
|
+
},
|
|
2902
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@sinonjs/samsam/node_modules/@sinonjs/commons": {
|
|
2903
|
+
"version": "2.0.0",
|
|
2904
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-2.0.0.tgz",
|
|
2905
|
+
"integrity": "sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==",
|
|
2906
|
+
"dev": true,
|
|
2907
|
+
"license": "BSD-3-Clause",
|
|
2908
|
+
"dependencies": {
|
|
2909
|
+
"type-detect": "4.0.8"
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2912
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/diff": {
|
|
2913
|
+
"version": "5.2.0",
|
|
2914
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
2915
|
+
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
2916
|
+
"dev": true,
|
|
2917
|
+
"license": "BSD-3-Clause",
|
|
2918
|
+
"engines": {
|
|
2919
|
+
"node": ">=0.3.1"
|
|
2920
|
+
}
|
|
2921
|
+
},
|
|
2922
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/just-extend": {
|
|
2923
|
+
"version": "6.2.0",
|
|
2924
|
+
"resolved": "https://registry.npmjs.org/just-extend/-/just-extend-6.2.0.tgz",
|
|
2925
|
+
"integrity": "sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==",
|
|
2926
|
+
"dev": true,
|
|
2927
|
+
"license": "MIT"
|
|
2928
|
+
},
|
|
2929
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/nise": {
|
|
2930
|
+
"version": "5.1.9",
|
|
2931
|
+
"resolved": "https://registry.npmjs.org/nise/-/nise-5.1.9.tgz",
|
|
2932
|
+
"integrity": "sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==",
|
|
2933
|
+
"dev": true,
|
|
2934
|
+
"license": "BSD-3-Clause",
|
|
2935
|
+
"dependencies": {
|
|
2936
|
+
"@sinonjs/commons": "^3.0.0",
|
|
2937
|
+
"@sinonjs/fake-timers": "^11.2.2",
|
|
2938
|
+
"@sinonjs/text-encoding": "^0.7.2",
|
|
2939
|
+
"just-extend": "^6.2.0",
|
|
2940
|
+
"path-to-regexp": "^6.2.1"
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2943
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/path-to-regexp": {
|
|
2944
|
+
"version": "6.2.1",
|
|
2945
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz",
|
|
2946
|
+
"integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==",
|
|
2947
|
+
"dev": true,
|
|
2948
|
+
"license": "MIT"
|
|
2949
|
+
},
|
|
2950
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/sinon": {
|
|
2951
|
+
"version": "17.0.1",
|
|
2952
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.1.tgz",
|
|
2953
|
+
"integrity": "sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==",
|
|
2954
|
+
"dev": true,
|
|
2955
|
+
"license": "BSD-3-Clause",
|
|
2956
|
+
"dependencies": {
|
|
2957
|
+
"@sinonjs/commons": "^3.0.0",
|
|
2958
|
+
"@sinonjs/fake-timers": "^11.2.2",
|
|
2959
|
+
"@sinonjs/samsam": "^8.0.0",
|
|
2960
|
+
"diff": "^5.1.0",
|
|
2961
|
+
"nise": "^5.1.5",
|
|
2962
|
+
"supports-color": "^7.2.0"
|
|
2963
|
+
},
|
|
2964
|
+
"funding": {
|
|
2965
|
+
"type": "opencollective",
|
|
2966
|
+
"url": "https://opencollective.com/sinon"
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2879
2969
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/ts-retry-promise": {
|
|
2880
2970
|
"version": "0.8.0",
|
|
2881
2971
|
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz",
|
|
@@ -2887,15 +2977,14 @@
|
|
|
2887
2977
|
}
|
|
2888
2978
|
},
|
|
2889
2979
|
"node_modules/@salesforce/core": {
|
|
2890
|
-
"version": "6.7.
|
|
2891
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.
|
|
2892
|
-
"integrity": "sha512-
|
|
2980
|
+
"version": "6.7.6",
|
|
2981
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.6.tgz",
|
|
2982
|
+
"integrity": "sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==",
|
|
2893
2983
|
"license": "BSD-3-Clause",
|
|
2894
2984
|
"dependencies": {
|
|
2895
|
-
"@salesforce/kit": "^3.0
|
|
2896
|
-
"@salesforce/schemas": "^1.
|
|
2985
|
+
"@salesforce/kit": "^3.1.0",
|
|
2986
|
+
"@salesforce/schemas": "^1.7.0",
|
|
2897
2987
|
"@salesforce/ts-types": "^2.0.9",
|
|
2898
|
-
"@types/semver": "^7.5.8",
|
|
2899
2988
|
"ajv": "^8.12.0",
|
|
2900
2989
|
"change-case": "^4.1.2",
|
|
2901
2990
|
"faye": "^1.4.0",
|
|
@@ -2945,9 +3034,9 @@
|
|
|
2945
3034
|
"license": "BSD-3-Clause"
|
|
2946
3035
|
},
|
|
2947
3036
|
"node_modules/@salesforce/dev-scripts": {
|
|
2948
|
-
"version": "8.
|
|
2949
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
2950
|
-
"integrity": "sha512-
|
|
3037
|
+
"version": "8.5.0",
|
|
3038
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.5.0.tgz",
|
|
3039
|
+
"integrity": "sha512-vR+CB5VoQrNAqNTcu5GZ/l4I4Rxd5HkIj/qTxEzP1EYnIlgjrbcsQgaunSnTrttIEy/BD8epd6UWAT8yAItufg==",
|
|
2951
3040
|
"dev": true,
|
|
2952
3041
|
"license": "BSD-3-Clause",
|
|
2953
3042
|
"dependencies": {
|
|
@@ -2955,17 +3044,17 @@
|
|
|
2955
3044
|
"@commitlint/config-conventional": "^17.8.1",
|
|
2956
3045
|
"@salesforce/dev-config": "^4.1.0",
|
|
2957
3046
|
"@salesforce/prettier-config": "^0.0.3",
|
|
2958
|
-
"@types/chai": "^4.3.
|
|
3047
|
+
"@types/chai": "^4.3.14",
|
|
2959
3048
|
"@types/mocha": "^10.0.6",
|
|
2960
|
-
"@types/node": "^18",
|
|
3049
|
+
"@types/node": "^18.19.28",
|
|
2961
3050
|
"@types/sinon": "^10.0.20",
|
|
2962
3051
|
"chai": "^4.3.10",
|
|
2963
3052
|
"chalk": "^4.0.0",
|
|
2964
|
-
"cosmiconfig": "^
|
|
2965
|
-
"eslint-config-salesforce-typescript": "^3.
|
|
3053
|
+
"cosmiconfig": "^8.3.6",
|
|
3054
|
+
"eslint-config-salesforce-typescript": "^3.3.0",
|
|
2966
3055
|
"husky": "^7.0.4",
|
|
2967
3056
|
"linkinator": "^6.0.4",
|
|
2968
|
-
"mocha": "^10.
|
|
3057
|
+
"mocha": "^10.4.0",
|
|
2969
3058
|
"nyc": "^15.1.0",
|
|
2970
3059
|
"prettier": "^2.8.8",
|
|
2971
3060
|
"pretty-quick": "^3.3.1",
|
|
@@ -2973,9 +3062,9 @@
|
|
|
2973
3062
|
"sinon": "10.0.0",
|
|
2974
3063
|
"source-map-support": "^0.5.21",
|
|
2975
3064
|
"ts-node": "^10.9.2",
|
|
2976
|
-
"typedoc": "^0.25.
|
|
3065
|
+
"typedoc": "^0.25.12",
|
|
2977
3066
|
"typedoc-plugin-missing-exports": "0.23.0",
|
|
2978
|
-
"typescript": "^4.
|
|
3067
|
+
"typescript": "^5.4.3",
|
|
2979
3068
|
"wireit": "^0.14.4"
|
|
2980
3069
|
},
|
|
2981
3070
|
"bin": {
|
|
@@ -2986,101 +3075,19 @@
|
|
|
2986
3075
|
}
|
|
2987
3076
|
},
|
|
2988
3077
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
2989
|
-
"version": "18.
|
|
2990
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.
|
|
2991
|
-
"integrity": "sha512-
|
|
3078
|
+
"version": "18.19.29",
|
|
3079
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.29.tgz",
|
|
3080
|
+
"integrity": "sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==",
|
|
2992
3081
|
"dev": true,
|
|
2993
3082
|
"license": "MIT",
|
|
2994
3083
|
"dependencies": {
|
|
2995
3084
|
"undici-types": "~5.26.4"
|
|
2996
3085
|
}
|
|
2997
3086
|
},
|
|
2998
|
-
"node_modules/@salesforce/dev-scripts/node_modules/cosmiconfig": {
|
|
2999
|
-
"version": "7.1.0",
|
|
3000
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
3001
|
-
"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
|
|
3002
|
-
"dev": true,
|
|
3003
|
-
"license": "MIT",
|
|
3004
|
-
"dependencies": {
|
|
3005
|
-
"@types/parse-json": "^4.0.0",
|
|
3006
|
-
"import-fresh": "^3.2.1",
|
|
3007
|
-
"parse-json": "^5.0.0",
|
|
3008
|
-
"path-type": "^4.0.0",
|
|
3009
|
-
"yaml": "^1.10.0"
|
|
3010
|
-
},
|
|
3011
|
-
"engines": {
|
|
3012
|
-
"node": ">=10"
|
|
3013
|
-
}
|
|
3014
|
-
},
|
|
3015
|
-
"node_modules/@salesforce/dev-scripts/node_modules/marked": {
|
|
3016
|
-
"version": "4.3.0",
|
|
3017
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
|
3018
|
-
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
|
|
3019
|
-
"dev": true,
|
|
3020
|
-
"license": "MIT",
|
|
3021
|
-
"bin": {
|
|
3022
|
-
"marked": "bin/marked.js"
|
|
3023
|
-
},
|
|
3024
|
-
"engines": {
|
|
3025
|
-
"node": ">= 12"
|
|
3026
|
-
}
|
|
3027
|
-
},
|
|
3028
|
-
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
3029
|
-
"version": "9.0.3",
|
|
3030
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
3031
|
-
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
3032
|
-
"dev": true,
|
|
3033
|
-
"license": "ISC",
|
|
3034
|
-
"dependencies": {
|
|
3035
|
-
"brace-expansion": "^2.0.1"
|
|
3036
|
-
},
|
|
3037
|
-
"engines": {
|
|
3038
|
-
"node": ">=16 || 14 >=14.17"
|
|
3039
|
-
},
|
|
3040
|
-
"funding": {
|
|
3041
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3042
|
-
}
|
|
3043
|
-
},
|
|
3044
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
|
3045
|
-
"version": "0.25.12",
|
|
3046
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.12.tgz",
|
|
3047
|
-
"integrity": "sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw==",
|
|
3048
|
-
"dev": true,
|
|
3049
|
-
"license": "Apache-2.0",
|
|
3050
|
-
"dependencies": {
|
|
3051
|
-
"lunr": "^2.3.9",
|
|
3052
|
-
"marked": "^4.3.0",
|
|
3053
|
-
"minimatch": "^9.0.3",
|
|
3054
|
-
"shiki": "^0.14.7"
|
|
3055
|
-
},
|
|
3056
|
-
"bin": {
|
|
3057
|
-
"typedoc": "bin/typedoc"
|
|
3058
|
-
},
|
|
3059
|
-
"engines": {
|
|
3060
|
-
"node": ">= 16"
|
|
3061
|
-
},
|
|
3062
|
-
"peerDependencies": {
|
|
3063
|
-
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x"
|
|
3064
|
-
}
|
|
3065
|
-
},
|
|
3066
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
|
3067
|
-
"version": "4.9.5",
|
|
3068
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
|
3069
|
-
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
|
3070
|
-
"dev": true,
|
|
3071
|
-
"license": "Apache-2.0",
|
|
3072
|
-
"bin": {
|
|
3073
|
-
"tsc": "bin/tsc",
|
|
3074
|
-
"tsserver": "bin/tsserver"
|
|
3075
|
-
},
|
|
3076
|
-
"engines": {
|
|
3077
|
-
"node": ">=4.2.0"
|
|
3078
|
-
}
|
|
3079
|
-
},
|
|
3080
3087
|
"node_modules/@salesforce/kit": {
|
|
3081
|
-
"version": "3.0
|
|
3082
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.
|
|
3083
|
-
"integrity": "sha512-
|
|
3088
|
+
"version": "3.1.0",
|
|
3089
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.0.tgz",
|
|
3090
|
+
"integrity": "sha512-X2d9O/U2wdQBXIrtVqQdMwo872Cv+qkYFzF0W+AQKG/LEe9cngnOzUVDYNkGD9tq3jcl+oenHXYuVDpkMhxTwA==",
|
|
3084
3091
|
"license": "BSD-3-Clause",
|
|
3085
3092
|
"dependencies": {
|
|
3086
3093
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3088,15 +3095,15 @@
|
|
|
3088
3095
|
}
|
|
3089
3096
|
},
|
|
3090
3097
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3091
|
-
"version": "3.0.
|
|
3092
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
3093
|
-
"integrity": "sha512-
|
|
3098
|
+
"version": "3.0.75",
|
|
3099
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.75.tgz",
|
|
3100
|
+
"integrity": "sha512-tkW3cC9WhCwhuGDZxCp4dEzeKbfrg9CZuVw3FsJiTCEdj65mOI0+tloMU+yOOyOXb4jm956FOtdLFKkZy2pwkA==",
|
|
3094
3101
|
"dev": true,
|
|
3095
3102
|
"license": "BSD-3-Clause",
|
|
3096
3103
|
"dependencies": {
|
|
3097
|
-
"@oclif/core": "^3.
|
|
3098
|
-
"@salesforce/core": "^6.
|
|
3099
|
-
"@salesforce/kit": "^3.0
|
|
3104
|
+
"@oclif/core": "^3.26.0",
|
|
3105
|
+
"@salesforce/core": "^6.7.6",
|
|
3106
|
+
"@salesforce/kit": "^3.1.0",
|
|
3100
3107
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
3101
3108
|
"@salesforce/ts-types": "^2.0.9",
|
|
3102
3109
|
"chalk": "^4",
|
|
@@ -3161,22 +3168,22 @@
|
|
|
3161
3168
|
"license": "BSD-3-Clause"
|
|
3162
3169
|
},
|
|
3163
3170
|
"node_modules/@salesforce/schemas": {
|
|
3164
|
-
"version": "1.
|
|
3165
|
-
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.
|
|
3166
|
-
"integrity": "sha512-
|
|
3171
|
+
"version": "1.7.0",
|
|
3172
|
+
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.7.0.tgz",
|
|
3173
|
+
"integrity": "sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==",
|
|
3167
3174
|
"license": "ISC"
|
|
3168
3175
|
},
|
|
3169
3176
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3170
|
-
"version": "8.0.
|
|
3171
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.
|
|
3172
|
-
"integrity": "sha512-
|
|
3177
|
+
"version": "8.0.3",
|
|
3178
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.3.tgz",
|
|
3179
|
+
"integrity": "sha512-RJIi0lbpOg6ZflRDCTi/8E3QBhOHfvA5F3xlvThuQo9Yw2SvOjti+s/+Z2RCpvWdy4aaleeGqqgn7AwDi/ISDQ==",
|
|
3173
3180
|
"license": "BSD-3-Clause",
|
|
3174
3181
|
"dependencies": {
|
|
3175
3182
|
"@inquirer/confirm": "^2.0.17",
|
|
3176
3183
|
"@inquirer/password": "^1.1.16",
|
|
3177
|
-
"@oclif/core": "^3.
|
|
3184
|
+
"@oclif/core": "^3.26.0",
|
|
3178
3185
|
"@salesforce/core": "^6.7.3",
|
|
3179
|
-
"@salesforce/kit": "^3.0
|
|
3186
|
+
"@salesforce/kit": "^3.1.0",
|
|
3180
3187
|
"@salesforce/ts-types": "^2.0.9",
|
|
3181
3188
|
"chalk": "^5.3.0"
|
|
3182
3189
|
},
|
|
@@ -3245,13 +3252,23 @@
|
|
|
3245
3252
|
}
|
|
3246
3253
|
},
|
|
3247
3254
|
"node_modules/@sinonjs/fake-timers": {
|
|
3248
|
-
"version": "
|
|
3249
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-
|
|
3250
|
-
"integrity": "sha512-
|
|
3255
|
+
"version": "11.2.2",
|
|
3256
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz",
|
|
3257
|
+
"integrity": "sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==",
|
|
3251
3258
|
"dev": true,
|
|
3252
3259
|
"license": "BSD-3-Clause",
|
|
3253
3260
|
"dependencies": {
|
|
3254
|
-
"@sinonjs/commons": "^
|
|
3261
|
+
"@sinonjs/commons": "^3.0.0"
|
|
3262
|
+
}
|
|
3263
|
+
},
|
|
3264
|
+
"node_modules/@sinonjs/fake-timers/node_modules/@sinonjs/commons": {
|
|
3265
|
+
"version": "3.0.1",
|
|
3266
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
3267
|
+
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
3268
|
+
"dev": true,
|
|
3269
|
+
"license": "BSD-3-Clause",
|
|
3270
|
+
"dependencies": {
|
|
3271
|
+
"type-detect": "4.0.8"
|
|
3255
3272
|
}
|
|
3256
3273
|
},
|
|
3257
3274
|
"node_modules/@sinonjs/samsam": {
|
|
@@ -4053,9 +4070,9 @@
|
|
|
4053
4070
|
"license": "MIT"
|
|
4054
4071
|
},
|
|
4055
4072
|
"node_modules/@types/chai": {
|
|
4056
|
-
"version": "4.3.
|
|
4057
|
-
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.
|
|
4058
|
-
"integrity": "sha512-
|
|
4073
|
+
"version": "4.3.14",
|
|
4074
|
+
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz",
|
|
4075
|
+
"integrity": "sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==",
|
|
4059
4076
|
"dev": true,
|
|
4060
4077
|
"license": "MIT"
|
|
4061
4078
|
},
|
|
@@ -4174,17 +4191,11 @@
|
|
|
4174
4191
|
"dev": true,
|
|
4175
4192
|
"license": "MIT"
|
|
4176
4193
|
},
|
|
4177
|
-
"node_modules/@types/parse-json": {
|
|
4178
|
-
"version": "4.0.1",
|
|
4179
|
-
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.1.tgz",
|
|
4180
|
-
"integrity": "sha512-3YmXzzPAdOTVljVMkTMBdBEvlOLg2cDQaDhnnhT3nT9uDbnJzjWhKlzb+desT12Y7tGqaN6d+AbozcKzyL36Ng==",
|
|
4181
|
-
"dev": true,
|
|
4182
|
-
"license": "MIT"
|
|
4183
|
-
},
|
|
4184
4194
|
"node_modules/@types/semver": {
|
|
4185
4195
|
"version": "7.5.8",
|
|
4186
4196
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
4187
4197
|
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
|
|
4198
|
+
"dev": true,
|
|
4188
4199
|
"license": "MIT"
|
|
4189
4200
|
},
|
|
4190
4201
|
"node_modules/@types/shelljs": {
|
|
@@ -6408,9 +6419,9 @@
|
|
|
6408
6419
|
}
|
|
6409
6420
|
},
|
|
6410
6421
|
"node_modules/eslint-config-salesforce": {
|
|
6411
|
-
"version": "2.0
|
|
6412
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.0.
|
|
6413
|
-
"integrity": "sha512-
|
|
6422
|
+
"version": "2.2.0",
|
|
6423
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.2.0.tgz",
|
|
6424
|
+
"integrity": "sha512-0zUEFJ2nNpMvVO3MgKEDUTGtaFZjL3xEIErr5h+BOft+OhGoIvZBNPnBBu12lvv29ylqIAQz5SwoVCCUzBhyPQ==",
|
|
6414
6425
|
"dev": true,
|
|
6415
6426
|
"license": "BSD-3-Clause"
|
|
6416
6427
|
},
|
|
@@ -6422,9 +6433,9 @@
|
|
|
6422
6433
|
"license": "BSD-3-Clause"
|
|
6423
6434
|
},
|
|
6424
6435
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
6425
|
-
"version": "3.
|
|
6426
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
|
6427
|
-
"integrity": "sha512-
|
|
6436
|
+
"version": "3.3.0",
|
|
6437
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.3.0.tgz",
|
|
6438
|
+
"integrity": "sha512-83+zp2Y2h9oz9D3UksjNGCw+xWD7ylIiAJZ58vUbBD10l8FRUMNyn+RDCKn0xCQz7xed5/LcmgUE4T7roe+HBw==",
|
|
6428
6439
|
"dev": true,
|
|
6429
6440
|
"license": "BSD-3-Clause",
|
|
6430
6441
|
"dependencies": {
|
|
@@ -6432,7 +6443,7 @@
|
|
|
6432
6443
|
"@typescript-eslint/parser": "^6.21.0",
|
|
6433
6444
|
"eslint": "^8.56.0",
|
|
6434
6445
|
"eslint-config-prettier": "^9.1.0",
|
|
6435
|
-
"eslint-config-salesforce": "^2.0
|
|
6446
|
+
"eslint-config-salesforce": "^2.2.0",
|
|
6436
6447
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
6437
6448
|
"eslint-plugin-header": "^3.1.1",
|
|
6438
6449
|
"eslint-plugin-import": "^2.29.1",
|
|
@@ -6588,13 +6599,13 @@
|
|
|
6588
6599
|
}
|
|
6589
6600
|
},
|
|
6590
6601
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
6591
|
-
"version": "1.17.
|
|
6592
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
|
6593
|
-
"integrity": "sha512-
|
|
6602
|
+
"version": "1.17.5",
|
|
6603
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.5.tgz",
|
|
6604
|
+
"integrity": "sha512-TQlUNOwop8aGeIOY+Vtj3OV0EGN7ps2YpV9LEvgGpw7Eeg5ocULQqR6WPwuRpeRn+XUNl7AC5NVDdhveA1fEEQ==",
|
|
6594
6605
|
"dev": true,
|
|
6595
6606
|
"license": "BSD-3-Clause",
|
|
6596
6607
|
"dependencies": {
|
|
6597
|
-
"@salesforce/core": "^6.7.
|
|
6608
|
+
"@salesforce/core": "^6.7.3",
|
|
6598
6609
|
"@typescript-eslint/utils": "^6.17.0"
|
|
6599
6610
|
},
|
|
6600
6611
|
"engines": {
|
|
@@ -9721,9 +9732,9 @@
|
|
|
9721
9732
|
}
|
|
9722
9733
|
},
|
|
9723
9734
|
"node_modules/mocha": {
|
|
9724
|
-
"version": "10.
|
|
9725
|
-
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.
|
|
9726
|
-
"integrity": "sha512-
|
|
9735
|
+
"version": "10.4.0",
|
|
9736
|
+
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
|
|
9737
|
+
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
|
|
9727
9738
|
"dev": true,
|
|
9728
9739
|
"license": "MIT",
|
|
9729
9740
|
"dependencies": {
|
|
@@ -9734,13 +9745,12 @@
|
|
|
9734
9745
|
"diff": "5.0.0",
|
|
9735
9746
|
"escape-string-regexp": "4.0.0",
|
|
9736
9747
|
"find-up": "5.0.0",
|
|
9737
|
-
"glob": "
|
|
9748
|
+
"glob": "8.1.0",
|
|
9738
9749
|
"he": "1.2.0",
|
|
9739
9750
|
"js-yaml": "4.1.0",
|
|
9740
9751
|
"log-symbols": "4.1.0",
|
|
9741
9752
|
"minimatch": "5.0.1",
|
|
9742
9753
|
"ms": "2.1.3",
|
|
9743
|
-
"nanoid": "3.3.3",
|
|
9744
9754
|
"serialize-javascript": "6.0.0",
|
|
9745
9755
|
"strip-json-comments": "3.1.1",
|
|
9746
9756
|
"supports-color": "8.1.1",
|
|
@@ -9755,10 +9765,6 @@
|
|
|
9755
9765
|
},
|
|
9756
9766
|
"engines": {
|
|
9757
9767
|
"node": ">= 14.0.0"
|
|
9758
|
-
},
|
|
9759
|
-
"funding": {
|
|
9760
|
-
"type": "opencollective",
|
|
9761
|
-
"url": "https://opencollective.com/mochajs"
|
|
9762
9768
|
}
|
|
9763
9769
|
},
|
|
9764
9770
|
"node_modules/mocha/node_modules/diff": {
|
|
@@ -9789,48 +9795,36 @@
|
|
|
9789
9795
|
}
|
|
9790
9796
|
},
|
|
9791
9797
|
"node_modules/mocha/node_modules/glob": {
|
|
9792
|
-
"version": "
|
|
9793
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
9794
|
-
"integrity": "sha512-
|
|
9798
|
+
"version": "8.1.0",
|
|
9799
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
9800
|
+
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
|
9795
9801
|
"dev": true,
|
|
9796
9802
|
"license": "ISC",
|
|
9797
9803
|
"dependencies": {
|
|
9798
9804
|
"fs.realpath": "^1.0.0",
|
|
9799
9805
|
"inflight": "^1.0.4",
|
|
9800
9806
|
"inherits": "2",
|
|
9801
|
-
"minimatch": "^
|
|
9802
|
-
"once": "^1.3.0"
|
|
9803
|
-
"path-is-absolute": "^1.0.0"
|
|
9807
|
+
"minimatch": "^5.0.1",
|
|
9808
|
+
"once": "^1.3.0"
|
|
9804
9809
|
},
|
|
9805
9810
|
"engines": {
|
|
9806
|
-
"node": "
|
|
9811
|
+
"node": ">=12"
|
|
9807
9812
|
},
|
|
9808
9813
|
"funding": {
|
|
9809
9814
|
"url": "https://github.com/sponsors/isaacs"
|
|
9810
9815
|
}
|
|
9811
9816
|
},
|
|
9812
|
-
"node_modules/mocha/node_modules/glob/node_modules/brace-expansion": {
|
|
9813
|
-
"version": "1.1.11",
|
|
9814
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
9815
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
9816
|
-
"dev": true,
|
|
9817
|
-
"license": "MIT",
|
|
9818
|
-
"dependencies": {
|
|
9819
|
-
"balanced-match": "^1.0.0",
|
|
9820
|
-
"concat-map": "0.0.1"
|
|
9821
|
-
}
|
|
9822
|
-
},
|
|
9823
9817
|
"node_modules/mocha/node_modules/glob/node_modules/minimatch": {
|
|
9824
|
-
"version": "
|
|
9825
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
9826
|
-
"integrity": "sha512-
|
|
9818
|
+
"version": "5.1.6",
|
|
9819
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
9820
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
9827
9821
|
"dev": true,
|
|
9828
9822
|
"license": "ISC",
|
|
9829
9823
|
"dependencies": {
|
|
9830
|
-
"brace-expansion": "^
|
|
9824
|
+
"brace-expansion": "^2.0.1"
|
|
9831
9825
|
},
|
|
9832
9826
|
"engines": {
|
|
9833
|
-
"node": "
|
|
9827
|
+
"node": ">=10"
|
|
9834
9828
|
}
|
|
9835
9829
|
},
|
|
9836
9830
|
"node_modules/mocha/node_modules/locate-path": {
|
|
@@ -9952,19 +9946,6 @@
|
|
|
9952
9946
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
9953
9947
|
"license": "ISC"
|
|
9954
9948
|
},
|
|
9955
|
-
"node_modules/nanoid": {
|
|
9956
|
-
"version": "3.3.3",
|
|
9957
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
|
|
9958
|
-
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==",
|
|
9959
|
-
"dev": true,
|
|
9960
|
-
"license": "MIT",
|
|
9961
|
-
"bin": {
|
|
9962
|
-
"nanoid": "bin/nanoid.cjs"
|
|
9963
|
-
},
|
|
9964
|
-
"engines": {
|
|
9965
|
-
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
9966
|
-
}
|
|
9967
|
-
},
|
|
9968
9949
|
"node_modules/natural-compare": {
|
|
9969
9950
|
"version": "1.4.0",
|
|
9970
9951
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
@@ -10002,6 +9983,16 @@
|
|
|
10002
9983
|
"path-to-regexp": "^1.7.0"
|
|
10003
9984
|
}
|
|
10004
9985
|
},
|
|
9986
|
+
"node_modules/nise/node_modules/@sinonjs/fake-timers": {
|
|
9987
|
+
"version": "6.0.1",
|
|
9988
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
|
|
9989
|
+
"integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
|
|
9990
|
+
"dev": true,
|
|
9991
|
+
"license": "BSD-3-Clause",
|
|
9992
|
+
"dependencies": {
|
|
9993
|
+
"@sinonjs/commons": "^1.7.0"
|
|
9994
|
+
}
|
|
9995
|
+
},
|
|
10005
9996
|
"node_modules/no-case": {
|
|
10006
9997
|
"version": "3.0.4",
|
|
10007
9998
|
"resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
|
|
@@ -10288,9 +10279,9 @@
|
|
|
10288
10279
|
}
|
|
10289
10280
|
},
|
|
10290
10281
|
"node_modules/oclif": {
|
|
10291
|
-
"version": "4.
|
|
10292
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
10293
|
-
"integrity": "sha512-
|
|
10282
|
+
"version": "4.7.2",
|
|
10283
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.7.2.tgz",
|
|
10284
|
+
"integrity": "sha512-OVBVw3icaC5dJtDcojn61HAtilqqVu9Uae+Cd/EVNVeAOMe2G51MpMg5RDj8B3KKvuq8EudzJkK78OWdhoTZVQ==",
|
|
10294
10285
|
"dev": true,
|
|
10295
10286
|
"license": "MIT",
|
|
10296
10287
|
"dependencies": {
|
|
@@ -10302,7 +10293,7 @@
|
|
|
10302
10293
|
"@oclif/core": "^3.21.0",
|
|
10303
10294
|
"@oclif/plugin-help": "^6.0.18",
|
|
10304
10295
|
"@oclif/plugin-not-found": "^3.0.14",
|
|
10305
|
-
"@oclif/plugin-warn-if-update-available": "^3.0.
|
|
10296
|
+
"@oclif/plugin-warn-if-update-available": "^3.0.14",
|
|
10306
10297
|
"async-retry": "^1.3.3",
|
|
10307
10298
|
"chalk": "^4",
|
|
10308
10299
|
"change-case": "^4",
|
|
@@ -10315,7 +10306,7 @@
|
|
|
10315
10306
|
"lodash.template": "^4.5.0",
|
|
10316
10307
|
"normalize-package-data": "^3.0.3",
|
|
10317
10308
|
"semver": "^7.6.0",
|
|
10318
|
-
"sort-package-json": "^2.
|
|
10309
|
+
"sort-package-json": "^2.10.0",
|
|
10319
10310
|
"validate-npm-package-name": "^5.0.0"
|
|
10320
10311
|
},
|
|
10321
10312
|
"bin": {
|
|
@@ -11884,6 +11875,16 @@
|
|
|
11884
11875
|
"url": "https://opencollective.com/sinon"
|
|
11885
11876
|
}
|
|
11886
11877
|
},
|
|
11878
|
+
"node_modules/sinon/node_modules/@sinonjs/fake-timers": {
|
|
11879
|
+
"version": "6.0.1",
|
|
11880
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
|
|
11881
|
+
"integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
|
|
11882
|
+
"dev": true,
|
|
11883
|
+
"license": "BSD-3-Clause",
|
|
11884
|
+
"dependencies": {
|
|
11885
|
+
"@sinonjs/commons": "^1.7.0"
|
|
11886
|
+
}
|
|
11887
|
+
},
|
|
11887
11888
|
"node_modules/slash": {
|
|
11888
11889
|
"version": "3.0.0",
|
|
11889
11890
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -11937,9 +11938,9 @@
|
|
|
11937
11938
|
"license": "MIT"
|
|
11938
11939
|
},
|
|
11939
11940
|
"node_modules/sort-package-json": {
|
|
11940
|
-
"version": "2.
|
|
11941
|
-
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.
|
|
11942
|
-
"integrity": "sha512-
|
|
11941
|
+
"version": "2.10.0",
|
|
11942
|
+
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.10.0.tgz",
|
|
11943
|
+
"integrity": "sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g==",
|
|
11943
11944
|
"dev": true,
|
|
11944
11945
|
"license": "MIT",
|
|
11945
11946
|
"dependencies": {
|
|
@@ -11949,6 +11950,7 @@
|
|
|
11949
11950
|
"git-hooks-list": "^3.0.0",
|
|
11950
11951
|
"globby": "^13.1.2",
|
|
11951
11952
|
"is-plain-obj": "^4.1.0",
|
|
11953
|
+
"semver": "^7.6.0",
|
|
11952
11954
|
"sort-object-keys": "^1.1.3"
|
|
11953
11955
|
},
|
|
11954
11956
|
"bin": {
|
|
@@ -12451,19 +12453,6 @@
|
|
|
12451
12453
|
"typescript": ">=4.2.0"
|
|
12452
12454
|
}
|
|
12453
12455
|
},
|
|
12454
|
-
"node_modules/ts-api-utils/node_modules/typescript": {
|
|
12455
|
-
"version": "4.9.5",
|
|
12456
|
-
"dev": true,
|
|
12457
|
-
"license": "Apache-2.0",
|
|
12458
|
-
"peer": true,
|
|
12459
|
-
"bin": {
|
|
12460
|
-
"tsc": "bin/tsc",
|
|
12461
|
-
"tsserver": "bin/tsserver"
|
|
12462
|
-
},
|
|
12463
|
-
"engines": {
|
|
12464
|
-
"node": ">=4.2.0"
|
|
12465
|
-
}
|
|
12466
|
-
},
|
|
12467
12456
|
"node_modules/ts-json-schema-generator": {
|
|
12468
12457
|
"version": "1.5.0",
|
|
12469
12458
|
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz",
|
|
@@ -12742,6 +12731,28 @@
|
|
|
12742
12731
|
"is-typedarray": "^1.0.0"
|
|
12743
12732
|
}
|
|
12744
12733
|
},
|
|
12734
|
+
"node_modules/typedoc": {
|
|
12735
|
+
"version": "0.25.12",
|
|
12736
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.12.tgz",
|
|
12737
|
+
"integrity": "sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw==",
|
|
12738
|
+
"dev": true,
|
|
12739
|
+
"license": "Apache-2.0",
|
|
12740
|
+
"dependencies": {
|
|
12741
|
+
"lunr": "^2.3.9",
|
|
12742
|
+
"marked": "^4.3.0",
|
|
12743
|
+
"minimatch": "^9.0.3",
|
|
12744
|
+
"shiki": "^0.14.7"
|
|
12745
|
+
},
|
|
12746
|
+
"bin": {
|
|
12747
|
+
"typedoc": "bin/typedoc"
|
|
12748
|
+
},
|
|
12749
|
+
"engines": {
|
|
12750
|
+
"node": ">= 16"
|
|
12751
|
+
},
|
|
12752
|
+
"peerDependencies": {
|
|
12753
|
+
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x"
|
|
12754
|
+
}
|
|
12755
|
+
},
|
|
12745
12756
|
"node_modules/typedoc-plugin-missing-exports": {
|
|
12746
12757
|
"version": "0.23.0",
|
|
12747
12758
|
"resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz",
|
|
@@ -12752,10 +12763,39 @@
|
|
|
12752
12763
|
"typedoc": "0.22.x || 0.23.x"
|
|
12753
12764
|
}
|
|
12754
12765
|
},
|
|
12766
|
+
"node_modules/typedoc/node_modules/marked": {
|
|
12767
|
+
"version": "4.3.0",
|
|
12768
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
|
12769
|
+
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
|
|
12770
|
+
"dev": true,
|
|
12771
|
+
"license": "MIT",
|
|
12772
|
+
"bin": {
|
|
12773
|
+
"marked": "bin/marked.js"
|
|
12774
|
+
},
|
|
12775
|
+
"engines": {
|
|
12776
|
+
"node": ">= 12"
|
|
12777
|
+
}
|
|
12778
|
+
},
|
|
12779
|
+
"node_modules/typedoc/node_modules/minimatch": {
|
|
12780
|
+
"version": "9.0.3",
|
|
12781
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
12782
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
12783
|
+
"dev": true,
|
|
12784
|
+
"license": "ISC",
|
|
12785
|
+
"dependencies": {
|
|
12786
|
+
"brace-expansion": "^2.0.1"
|
|
12787
|
+
},
|
|
12788
|
+
"engines": {
|
|
12789
|
+
"node": ">=16 || 14 >=14.17"
|
|
12790
|
+
},
|
|
12791
|
+
"funding": {
|
|
12792
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
12793
|
+
}
|
|
12794
|
+
},
|
|
12755
12795
|
"node_modules/typescript": {
|
|
12756
|
-
"version": "5.4.
|
|
12757
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
12758
|
-
"integrity": "sha512
|
|
12796
|
+
"version": "5.4.4",
|
|
12797
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
|
|
12798
|
+
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
|
|
12759
12799
|
"dev": true,
|
|
12760
12800
|
"license": "Apache-2.0",
|
|
12761
12801
|
"bin": {
|
|
@@ -13207,16 +13247,6 @@
|
|
|
13207
13247
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
13208
13248
|
"license": "ISC"
|
|
13209
13249
|
},
|
|
13210
|
-
"node_modules/yaml": {
|
|
13211
|
-
"version": "1.10.2",
|
|
13212
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
|
13213
|
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
|
|
13214
|
-
"dev": true,
|
|
13215
|
-
"license": "ISC",
|
|
13216
|
-
"engines": {
|
|
13217
|
-
"node": ">= 6"
|
|
13218
|
-
}
|
|
13219
|
-
},
|
|
13220
13250
|
"node_modules/yargs": {
|
|
13221
13251
|
"version": "16.2.0",
|
|
13222
13252
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|