@pdfvector/util 0.0.20 → 0.0.21

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.
@@ -0,0 +1,2 @@
1
+ export declare const apiSources: readonly ["make", "zapier", "n8n", "sdk", "playground", "api", "unknown"];
2
+ export type APISource = (typeof apiSources)[number];
@@ -0,0 +1,9 @@
1
+ export const apiSources = [
2
+ "make",
3
+ "zapier",
4
+ "n8n",
5
+ "sdk",
6
+ "playground",
7
+ "api",
8
+ "unknown",
9
+ ];
@@ -1,3 +1,4 @@
1
+ export * from "./api-source";
1
2
  export * from "./date";
2
3
  export * from "./format";
3
4
  export * from "./free-tier";
package/.tsc/lib/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ export * from "./api-source";
1
2
  export * from "./date";
2
3
  export * from "./format";
3
4
  export * from "./free-tier";
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pdfvector/util
2
2
 
3
+ ## 0.0.21
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#225](https://github.com/phuctm97/pdfvector/pull/225) [`5d72a6c`](https://github.com/phuctm97/pdfvector/commit/5d72a6cb2dc5535b8c624f25709f8ae7fd9cc15b) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Track API caller source per usage record
9
+
3
10
  ## 0.0.20
4
11
  ### Patch Changes
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/util",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
5
  "main": ".tsc/lib/index.js",
6
6
  "files": [