@veritree/services 2.60.0 → 2.61.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/services",
3
- "version": "2.60.0",
3
+ "version": "2.61.0",
4
4
  "description": "A collection of javascript functions/services to talk to veritree API",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -53,7 +53,7 @@ function addVersionParam(url) {
53
53
  }
54
54
 
55
55
  // Use environment variable if available, otherwise use default version
56
- const version = process.env.API_VERITREE_VERSION || "5.0.0";
56
+ const version = "11.0.0";
57
57
 
58
58
  // Append version parameter to URL
59
59
  const urlVersionParam = url.includes("?")