@salesforce/plugin-sobject
Advanced tools
@@ -307,3 +307,3 @@ { | ||
| }, | ||
| "version": "1.4.97" | ||
| "version": "1.4.98" | ||
| } |
+6
-6
| { | ||
| "name": "@salesforce/plugin-sobject", | ||
| "description": "Create objects, fields, tabs, etc", | ||
| "version": "1.4.97", | ||
| "version": "1.4.98", | ||
| "author": "Salesforce", | ||
@@ -18,3 +18,3 @@ "bugs": "https://github.com/forcedotcom/cli/issues", | ||
| "fast-glob": "^3.3.3", | ||
| "fast-xml-parser": "^5.5.11", | ||
| "fast-xml-parser": "^5.7.1", | ||
| "js2xmlparser": "^4.0.2" | ||
@@ -24,3 +24,3 @@ }, | ||
| "@oclif/plugin-command-snapshot": "^5.3.15", | ||
| "@salesforce/cli-plugins-testkit": "^5.3.52", | ||
| "@salesforce/cli-plugins-testkit": "^5.3.53", | ||
| "@salesforce/dev-scripts": "^11.0.4", | ||
@@ -30,3 +30,3 @@ "@salesforce/plugin-command-reference": "^3.1.91", | ||
| "eslint-plugin-sf-plugin": "^1.20.33", | ||
| "oclif": "^4.22.96", | ||
| "oclif": "^4.23.0", | ||
| "ts-node": "^10.9.2", | ||
@@ -217,5 +217,5 @@ "typescript": "^5.5.4" | ||
| "sfdx": { | ||
| "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.97.crt", | ||
| "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.97.sig" | ||
| "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.98.crt", | ||
| "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.98.sig" | ||
| } | ||
| } |
+4
-4
@@ -167,3 +167,3 @@ **NOTE: This template for sf plugins is not yet offical. Please consult with the Platform CLI team before using this template.** | ||
| _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.97/src/commands/schema/generate/field.ts)_ | ||
| _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/field.ts)_ | ||
@@ -200,3 +200,3 @@ ## `sf schema generate platformevent` | ||
| _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.97/src/commands/schema/generate/platformevent.ts)_ | ||
| _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/platformevent.ts)_ | ||
@@ -258,3 +258,3 @@ ## `sf schema generate sobject` | ||
| _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.97/src/commands/schema/generate/sobject.ts)_ | ||
| _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/sobject.ts)_ | ||
@@ -307,4 +307,4 @@ ## `sf schema generate tab` | ||
| _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.97/src/commands/schema/generate/tab.ts)_ | ||
| _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/tab.ts)_ | ||
| <!-- commandsstop --> |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
143628
0Updated