@alwaysmeticulous/client 2.299.0 → 2.300.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/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.299.0";
1
+ export declare const VERSION = "2.300.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.VERSION = void 0;
6
6
  // AUTO-GENERATED by scripts/generate-version.mjs — do not edit by hand.
7
7
  // Regenerated from package.json on every build.
8
- exports.VERSION = "2.299.0";
8
+ exports.VERSION = "2.300.0";
9
9
  //# sourceMappingURL=version.js.map
10
10
  //# debugId=ac10f4cc-7a38-5615-8b9d-956b50ad79da
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/client",
3
- "version": "2.299.0",
3
+ "version": "2.300.0",
4
4
  "description": "Helper methods for using the Meticulous backend API",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -12,8 +12,8 @@
12
12
  "loglevel": "^1.8.0",
13
13
  "proxy-agent": "^6.4.0",
14
14
  "undici": "^6.24.1",
15
- "@alwaysmeticulous/api": "2.297.0",
16
- "@alwaysmeticulous/common": "2.299.0"
15
+ "@alwaysmeticulous/api": "2.300.0",
16
+ "@alwaysmeticulous/common": "2.300.0"
17
17
  },
18
18
  "author": {
19
19
  "name": "The Meticulous Team",