@salesforce/plugin-info 3.4.99 → 3.4.101

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/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  Apache License Version 2.0
2
2
 
3
- Copyright (c) 2025 Salesforce, Inc.
3
+ Copyright (c) 2026 Salesforce, Inc.
4
4
  All rights reserved.
5
5
 
6
6
  Apache License
package/README.md CHANGED
@@ -125,7 +125,7 @@ EXAMPLES
125
125
  $ sf doctor --plugin @salesforce/plugin-source
126
126
  ```
127
127
 
128
- _See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.99/src/commands/doctor.ts)_
128
+ _See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.101/src/commands/doctor.ts)_
129
129
 
130
130
  ## `sf info releasenotes display`
131
131
 
@@ -165,6 +165,6 @@ EXAMPLES
165
165
  $ sf info releasenotes display --version latest
166
166
  ```
167
167
 
168
- _See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.99/src/commands/info/releasenotes/display.ts)_
168
+ _See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.101/src/commands/info/releasenotes/display.ts)_
169
169
 
170
170
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/constants.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/doctor.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -177,5 +177,5 @@
177
177
  ]
178
178
  }
179
179
  },
180
- "version": "3.4.99"
180
+ "version": "3.4.101"
181
181
  }
package/package.json CHANGED
@@ -1,14 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-info",
3
3
  "description": "Plugin for accessing cli info from the command line",
4
- "version": "3.4.99",
4
+ "version": "3.4.101",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
+ "enableO11y": true,
8
+ "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
7
9
  "dependencies": {
8
10
  "@inquirer/input": "^2.3.0",
9
11
  "@jsforce/jsforce-node": "^3.10.10",
10
12
  "@oclif/core": "^4",
11
- "@salesforce/core": "^8.23.4",
13
+ "@salesforce/core": "^8.24.0",
12
14
  "@salesforce/kit": "^3.2.3",
13
15
  "@salesforce/sf-plugins-core": "^12",
14
16
  "got": "^13.0.0",
@@ -22,7 +24,7 @@
22
24
  "@oclif/plugin-command-snapshot": "^5.3.8",
23
25
  "@salesforce/cli-plugins-testkit": "^5.3.41",
24
26
  "@salesforce/dev-scripts": "^11.0.4",
25
- "@salesforce/plugin-command-reference": "^3.1.78",
27
+ "@salesforce/plugin-command-reference": "^3.1.79",
26
28
  "@salesforce/ts-sinon": "^1.4.31",
27
29
  "@salesforce/ts-types": "^2.0.11",
28
30
  "@types/marked": "^4.0.8",
@@ -30,7 +32,7 @@
30
32
  "@types/semver": "^7.7.1",
31
33
  "@types/sinon-chai": "^3.2.12",
32
34
  "eslint-plugin-sf-plugin": "^1.20.33",
33
- "oclif": "^4.22.52",
35
+ "oclif": "^4.22.59",
34
36
  "sinon-chai": "^3.7.0",
35
37
  "ts-node": "^10.9.2",
36
38
  "typescript": "^5.5.4"
@@ -225,7 +227,7 @@
225
227
  "exports": "./lib/index.js",
226
228
  "type": "module",
227
229
  "sfdx": {
228
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.4.99.crt",
229
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.4.99.sig"
230
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.4.101.crt",
231
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.4.101.sig"
230
232
  }
231
233
  }