@fgv/ts-extras-transformers 5.1.0-47 → 5.1.0-49
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/LICENSE +21 -0
- package/package.json +15 -5
- package/.rush/temp/07e0671e768f0e37ed8eb3497bda5f1e14278f10.tar.log +0 -30
- package/.rush/temp/chunked-rush-logs/ts-extras-transformers.build.chunks.jsonl +0 -9
- package/.rush/temp/operation/build/all.log +0 -9
- package/.rush/temp/operation/build/log-chunks.jsonl +0 -9
- package/.rush/temp/operation/build/state.json +0 -3
- package/.rush/temp/shrinkwrap-deps.json +0 -742
- package/config/api-extractor.json +0 -38
- package/config/jest.config.json +0 -13
- package/config/rig.json +0 -6
- package/dist/test/unit/transformers.test.js +0 -234
- package/dist/test/unit/transformers.test.js.map +0 -1
- package/eslint.config.js +0 -15
- package/etc/ts-extras-transformers.api.md +0 -52
- package/lib/test/unit/transformers.test.d.ts +0 -2
- package/lib/test/unit/transformers.test.d.ts.map +0 -1
- package/lib/test/unit/transformers.test.js +0 -269
- package/lib/test/unit/transformers.test.js.map +0 -1
- package/rush-logs/ts-extras-transformers.build.cache.log +0 -3
- package/rush-logs/ts-extras-transformers.build.log +0 -9
- package/src/index.ts +0 -212
- package/src/test/unit/transformers.test.ts +0 -320
- package/temp/build/lint/_eslint-5eVG3S6w.json +0 -14
- package/temp/build/typescript/ts_8nwakTlr.json +0 -1
- package/temp/ts-extras-transformers.api.json +0 -790
- package/temp/ts-extras-transformers.api.md +0 -52
- package/tsconfig.json +0 -8
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Erik Fortune
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-extras-transformers",
|
|
3
|
-
"version": "5.1.0-
|
|
3
|
+
"version": "5.1.0-49",
|
|
4
4
|
"description": "Result-integration boundary over @huggingface/transformers for Node consumers (loadPipeline, classify, classifyAll, embed)",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "dist/ts-extras-transformers.d.ts",
|
|
@@ -17,6 +17,16 @@
|
|
|
17
17
|
"types": "./dist/ts-extras-transformers.d.ts"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
+
"files": [
|
|
21
|
+
"lib",
|
|
22
|
+
"dist",
|
|
23
|
+
"CHANGELOG.json",
|
|
24
|
+
"README.md",
|
|
25
|
+
"LICENSE",
|
|
26
|
+
"!lib/test",
|
|
27
|
+
"!dist/test",
|
|
28
|
+
"!**/*.test.*"
|
|
29
|
+
],
|
|
20
30
|
"keywords": [
|
|
21
31
|
"typescript",
|
|
22
32
|
"transformers",
|
|
@@ -58,13 +68,13 @@
|
|
|
58
68
|
"ts-jest": "^29.4.6",
|
|
59
69
|
"ts-node": "^10.9.2",
|
|
60
70
|
"typescript": "5.9.3",
|
|
61
|
-
"@fgv/
|
|
62
|
-
"@fgv/
|
|
63
|
-
"@fgv/ts-utils-jest": "5.1.0-
|
|
71
|
+
"@fgv/ts-utils": "5.1.0-49",
|
|
72
|
+
"@fgv/heft-dual-rig": "5.1.0-49",
|
|
73
|
+
"@fgv/ts-utils-jest": "5.1.0-49"
|
|
64
74
|
},
|
|
65
75
|
"peerDependencies": {
|
|
66
76
|
"@huggingface/transformers": "~4.2.0",
|
|
67
|
-
"@fgv/ts-utils": "5.1.0-
|
|
77
|
+
"@fgv/ts-utils": "5.1.0-49"
|
|
68
78
|
},
|
|
69
79
|
"scripts": {
|
|
70
80
|
"build": "heft build --clean",
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
Start time: Fri Aug 07 2026 01:14:55 GMT+0000 (Coordinated Universal Time)
|
|
2
|
-
Invoking "/usr/bin/tar -c -f /home/runner/work/fgv/fgv/common/temp/build-cache/07e0671e768f0e37ed8eb3497bda5f1e14278f10-df67626a7cbf04c4.temp -z --files-from=-"
|
|
3
|
-
|
|
4
|
-
======= BEGIN PROCESS INPUT ======
|
|
5
|
-
.rush/temp/operation/build/all.log
|
|
6
|
-
.rush/temp/operation/build/log-chunks.jsonl
|
|
7
|
-
.rush/temp/operation/build/state.json
|
|
8
|
-
dist/index.js
|
|
9
|
-
dist/index.js.map
|
|
10
|
-
dist/test/unit/transformers.test.js
|
|
11
|
-
dist/test/unit/transformers.test.js.map
|
|
12
|
-
dist/ts-extras-transformers.d.ts
|
|
13
|
-
dist/tsdoc-metadata.json
|
|
14
|
-
lib/index.d.ts
|
|
15
|
-
lib/index.d.ts.map
|
|
16
|
-
lib/index.js
|
|
17
|
-
lib/index.js.map
|
|
18
|
-
lib/test/unit/transformers.test.d.ts
|
|
19
|
-
lib/test/unit/transformers.test.d.ts.map
|
|
20
|
-
lib/test/unit/transformers.test.js
|
|
21
|
-
lib/test/unit/transformers.test.js.map
|
|
22
|
-
temp/build/lint/_eslint-5eVG3S6w.json
|
|
23
|
-
temp/build/typescript/ts_8nwakTlr.json
|
|
24
|
-
temp/ts-extras-transformers.api.json
|
|
25
|
-
temp/ts-extras-transformers.api.md
|
|
26
|
-
======== END PROCESS INPUT =======
|
|
27
|
-
======= BEGIN PROCESS OUTPUT =======
|
|
28
|
-
======== END PROCESS OUTPUT ========
|
|
29
|
-
|
|
30
|
-
Exited with code "0"
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{"kind":"O","text":"Invoking: heft build --clean \n"}
|
|
2
|
-
{"kind":"O","text":" ---- build started ---- \n"}
|
|
3
|
-
{"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
|
|
4
|
-
{"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
|
|
5
|
-
{"kind":"O","text":"[build:lint] Using ESLint version 9.39.5\n"}
|
|
6
|
-
{"kind":"O","text":"[build:api-extractor] Using API Extractor version 7.58.9\n"}
|
|
7
|
-
{"kind":"O","text":"[build:api-extractor] Analysis will use the bundled TypeScript version 5.9.3\n"}
|
|
8
|
-
{"kind":"O","text":" ---- build finished (7.772s) ---- \n"}
|
|
9
|
-
{"kind":"O","text":"-------------------- Finished (7.779s) --------------------\n"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
Invoking: heft build --clean
|
|
2
|
-
---- build started ----
|
|
3
|
-
[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.
|
|
4
|
-
[build:typescript] Using TypeScript version 5.9.3
|
|
5
|
-
[build:lint] Using ESLint version 9.39.5
|
|
6
|
-
[build:api-extractor] Using API Extractor version 7.58.9
|
|
7
|
-
[build:api-extractor] Analysis will use the bundled TypeScript version 5.9.3
|
|
8
|
-
---- build finished (7.772s) ----
|
|
9
|
-
-------------------- Finished (7.779s) --------------------
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{"kind":"O","text":"Invoking: heft build --clean \n"}
|
|
2
|
-
{"kind":"O","text":" ---- build started ---- \n"}
|
|
3
|
-
{"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
|
|
4
|
-
{"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
|
|
5
|
-
{"kind":"O","text":"[build:lint] Using ESLint version 9.39.5\n"}
|
|
6
|
-
{"kind":"O","text":"[build:api-extractor] Using API Extractor version 7.58.9\n"}
|
|
7
|
-
{"kind":"O","text":"[build:api-extractor] Analysis will use the bundled TypeScript version 5.9.3\n"}
|
|
8
|
-
{"kind":"O","text":" ---- build finished (7.772s) ---- \n"}
|
|
9
|
-
{"kind":"O","text":"-------------------- Finished (7.779s) --------------------\n"}
|