@salesforce/templates 59.0.4 → 60.1.0

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.
@@ -0,0 +1,4 @@
1
+ @isTest
2
+ private class <%= apiName %> {
3
+
4
+ }
@@ -40,7 +40,7 @@ export interface AnalyticsTemplateOptions extends TemplateOptions {
40
40
  templatename: string;
41
41
  }
42
42
  export interface ApexClassOptions extends TemplateOptions {
43
- template: 'DefaultApexClass' | 'ApexUnitTest' | 'ApexException' | 'InboundEmailService';
43
+ template: 'DefaultApexClass' | 'BasicUnitTest' | 'ApexUnitTest' | 'ApexException' | 'InboundEmailService';
44
44
  classname: string;
45
45
  }
46
46
  type ApexTriggerEvent = 'before insert' | 'before update' | 'before delete' | 'after insert' | 'after update' | 'after delete' | 'after undelete';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/templates",
3
- "version": "59.0.4",
3
+ "version": "60.1.0",
4
4
  "salesforceApiVersion": "59",
5
5
  "description": "Salesforce JS library for templates",
6
6
  "bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",
@@ -13,7 +13,7 @@
13
13
  "/messages"
14
14
  ],
15
15
  "dependencies": {
16
- "@salesforce/core": "^5.3.20",
16
+ "@salesforce/core": "^6.1.0",
17
17
  "@salesforce/kit": "^3.0.15",
18
18
  "got": "^11.8.2",
19
19
  "hpagent": "^1.2.0",
@@ -87,4 +87,4 @@
87
87
  "path": "./node_modules/cz-conventional-changelog"
88
88
  }
89
89
  }
90
- }
90
+ }