@salesforce/analytics 1.4.31 → 1.4.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/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +475 -475
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/analytics",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.32",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/analytics",
|
|
9
|
-
"version": "1.4.
|
|
9
|
+
"version": "1.4.32",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.27.0",
|
|
13
|
-
"@oclif/plugin-help": "^6.2.
|
|
13
|
+
"@oclif/plugin-help": "^6.2.20",
|
|
14
14
|
"@salesforce/core": "^6.7.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.0",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^7.1.16",
|
|
@@ -5031,9 +5031,9 @@
|
|
|
5031
5031
|
}
|
|
5032
5032
|
},
|
|
5033
5033
|
"node_modules/@oclif/plugin-help": {
|
|
5034
|
-
"version": "6.2.
|
|
5035
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5036
|
-
"integrity": "sha512-
|
|
5034
|
+
"version": "6.2.20",
|
|
5035
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.20.tgz",
|
|
5036
|
+
"integrity": "sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==",
|
|
5037
5037
|
"license": "MIT",
|
|
5038
5038
|
"dependencies": {
|
|
5039
5039
|
"@oclif/core": "^4"
|
package/oclif.lock
CHANGED
|
@@ -1912,10 +1912,10 @@
|
|
|
1912
1912
|
semver "^7.6.3"
|
|
1913
1913
|
ts-json-schema-generator "^1.5.1"
|
|
1914
1914
|
|
|
1915
|
-
"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.
|
|
1916
|
-
version "6.2.
|
|
1917
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1918
|
-
integrity sha512-
|
|
1915
|
+
"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.20":
|
|
1916
|
+
version "6.2.20"
|
|
1917
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.20.tgz#05de43a710f038419d3ded11a59e8481408a9e9e"
|
|
1918
|
+
integrity sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==
|
|
1919
1919
|
dependencies:
|
|
1920
1920
|
"@oclif/core" "^4"
|
|
1921
1921
|
|