@tryfinch/finch-api 6.10.0 → 6.10.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 6.10.1 (2024-11-20)
4
+
5
+ Full Changelog: [v6.10.0...v6.10.1](https://github.com/Finch-API/finch-api-node/compare/v6.10.0...v6.10.1)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** version bump ([#491](https://github.com/Finch-API/finch-api-node/issues/491)) ([4691ffd](https://github.com/Finch-API/finch-api-node/commit/4691ffdf3edbe0dd9bdb05a26cf61d53ab8e25e5))
10
+ * **internal:** version bump ([#493](https://github.com/Finch-API/finch-api-node/issues/493)) ([857c1ff](https://github.com/Finch-API/finch-api-node/commit/857c1ffa9c05d0c39aab06a62fb8bca44faed41d))
11
+
3
12
  ## 6.10.0 (2024-11-19)
4
13
 
5
14
  Full Changelog: [v6.9.0...v6.10.0](https://github.com/Finch-API/finch-api-node/compare/v6.9.0...v6.10.0)
package/README.md CHANGED
@@ -361,7 +361,7 @@ The following runtimes are supported:
361
361
 
362
362
  - Web browsers (Up-to-date Chrome, Firefox, Safari, Edge, and more)
363
363
  - Node.js 18 LTS or later ([non-EOL](https://endoflife.date/nodejs)) versions.
364
- - Deno v1.28.0 or higher, using `import Finch from "npm:@tryfinch/finch-api"`.
364
+ - Deno v1.28.0 or higher.
365
365
  - Bun 1.0 or later.
366
366
  - Cloudflare Workers.
367
367
  - Vercel Edge Runtime.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryfinch/finch-api",
3
- "version": "6.10.0",
3
+ "version": "6.10.1",
4
4
  "description": "The official TypeScript library for the Finch API",
5
5
  "author": "Finch <founders@tryfinch.com>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '6.10.0'; // x-release-please-version
1
+ export const VERSION = '6.10.1'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "6.10.0";
1
+ export declare const VERSION = "6.10.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '6.10.0'; // x-release-please-version
4
+ exports.VERSION = '6.10.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '6.10.0'; // x-release-please-version
1
+ export const VERSION = '6.10.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map