@salesforce/plugin-schema 3.3.89 → 3.3.91

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
@@ -118,7 +118,7 @@ EXAMPLES
118
118
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
119
119
  ```
120
120
 
121
- _See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.89/src/commands/sobject/describe.ts)_
121
+ _See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.91/src/commands/sobject/describe.ts)_
122
122
 
123
123
  ## `sf sobject list`
124
124
 
@@ -157,6 +157,6 @@ EXAMPLES
157
157
  $ sf sobject list --sobject custom --target-org my-scratch-org
158
158
  ```
159
159
 
160
- _See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.89/src/commands/sobject/list.ts)_
160
+ _See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.91/src/commands/sobject/list.ts)_
161
161
 
162
162
  <!-- 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/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.
@@ -259,5 +259,5 @@
259
259
  ]
260
260
  }
261
261
  },
262
- "version": "3.3.89"
262
+ "version": "3.3.91"
263
263
  }
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-schema",
3
3
  "description": "Commands to interact with salesforce sobject schemas",
4
- "version": "3.3.89",
4
+ "version": "3.3.91",
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
  "@oclif/core": "^4",
9
- "@salesforce/core": "^8.23.4",
11
+ "@salesforce/core": "^8.24.0",
10
12
  "@salesforce/sf-plugins-core": "^11.3.12"
11
13
  },
12
14
  "devDependencies": {
@@ -14,10 +16,10 @@
14
16
  "@oclif/plugin-help": "^6.2.36",
15
17
  "@salesforce/cli-plugins-testkit": "^5.3.41",
16
18
  "@salesforce/dev-scripts": "^11.0.4",
17
- "@salesforce/plugin-command-reference": "^3.1.78",
19
+ "@salesforce/plugin-command-reference": "^3.1.79",
18
20
  "@salesforce/ts-types": "^2.0.11",
19
21
  "eslint-plugin-sf-plugin": "^1.20.33",
20
- "oclif": "^4.22.50",
22
+ "oclif": "^4.22.59",
21
23
  "ts-node": "^10.9.2",
22
24
  "typescript": "^5.5.4"
23
25
  },
@@ -206,7 +208,7 @@
206
208
  "exports": "./lib/index.js",
207
209
  "type": "module",
208
210
  "sfdx": {
209
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.89.crt",
210
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.89.sig"
211
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.91.crt",
212
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.91.sig"
211
213
  }
212
214
  }