@fgv/ts-extras-transformers 5.1.0-36 → 5.1.0-39
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/.rush/temp/{a01e1e21028f7aa55af3f9456c8a6d6ed5c7aedd.tar.log → 6f575ee1d64fb721c6d3e0a6930b2983d0717e5b.tar.log} +2 -2
- package/.rush/temp/chunked-rush-logs/ts-extras-transformers.build.chunks.jsonl +4 -4
- package/.rush/temp/operation/build/all.log +4 -4
- package/.rush/temp/operation/build/log-chunks.jsonl +4 -4
- package/.rush/temp/operation/build/state.json +1 -1
- package/.rush/temp/shrinkwrap-deps.json +242 -242
- package/config/jest.config.json +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +5 -5
- package/rush-logs/ts-extras-transformers.build.cache.log +1 -1
- package/rush-logs/ts-extras-transformers.build.log +4 -4
- package/temp/build/lint/_eslint-5eVG3S6w.json +1 -1
- package/temp/build/typescript/ts_8nwakTlr.json +1 -1
- package/temp/ts-extras-transformers.api.json +1 -1
package/config/jest.config.json
CHANGED
package/dist/tsdoc-metadata.json
CHANGED
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-39",
|
|
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",
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"ts-jest": "^29.4.6",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "5.9.3",
|
|
61
|
-
"@fgv/heft-dual-rig": "5.1.0-
|
|
62
|
-
"@fgv/ts-utils
|
|
63
|
-
"@fgv/ts-utils": "5.1.0-
|
|
61
|
+
"@fgv/heft-dual-rig": "5.1.0-39",
|
|
62
|
+
"@fgv/ts-utils": "5.1.0-39",
|
|
63
|
+
"@fgv/ts-utils-jest": "5.1.0-39"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@huggingface/transformers": "~4.2.0",
|
|
67
|
-
"@fgv/ts-utils": "5.1.0-
|
|
67
|
+
"@fgv/ts-utils": "5.1.0-39"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "heft build --clean",
|
|
@@ -2,8 +2,8 @@ Invoking: heft build --clean
|
|
|
2
2
|
---- build started ----
|
|
3
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
4
|
[build:typescript] Using TypeScript version 5.9.3
|
|
5
|
-
[build:lint] Using ESLint version 9.39.
|
|
6
|
-
[build:api-extractor] Using API Extractor version 7.58.
|
|
5
|
+
[build:lint] Using ESLint version 9.39.5
|
|
6
|
+
[build:api-extractor] Using API Extractor version 7.58.9
|
|
7
7
|
[build:api-extractor] Analysis will use the bundled TypeScript version 5.9.3
|
|
8
|
-
---- build finished (
|
|
9
|
-
-------------------- Finished (
|
|
8
|
+
---- build finished (8.530s) ----
|
|
9
|
+
-------------------- Finished (8.535s) --------------------
|