@salesforce/templates 64.3.2 → 65.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.
package/lib/utils/constants.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const DEFAULT_API_VERSION = "
|
|
1
|
+
export declare const DEFAULT_API_VERSION = "65.0";
|
package/lib/utils/constants.js
CHANGED
|
@@ -7,5 +7,5 @@ exports.DEFAULT_API_VERSION = void 0;
|
|
|
7
7
|
* Licensed under the BSD 3-Clause license.
|
|
8
8
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
9
9
|
*/
|
|
10
|
-
exports.DEFAULT_API_VERSION = '
|
|
10
|
+
exports.DEFAULT_API_VERSION = '65.0';
|
|
11
11
|
//# sourceMappingURL=constants.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/templates",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "65.1.0",
|
|
4
4
|
"description": "Salesforce JS library for templates",
|
|
5
5
|
"bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -79,4 +79,4 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
}
|
|
82
|
-
}
|
|
82
|
+
}
|