@salesforce/templates 57.0.2 → 57.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.
@@ -37,4 +37,9 @@ ehthumbs.db
37
37
  $RECYCLE.BIN/
38
38
 
39
39
  # Local environment variables
40
- .env
40
+ .env
41
+
42
+ # Python Salesforce Functions
43
+ **/__pycache__/
44
+ **/.venv/
45
+ **/venv/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/templates",
3
- "version": "57.0.2",
3
+ "version": "57.1.0",
4
4
  "salesforceApiVersion": "56",
5
5
  "description": "Salesforce JS library for templates",
6
6
  "bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",