Skip to content

Commit d2a351b

Browse files
for-promise replaced by the tiny-essentials
1 parent 70f4e42 commit d2a351b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"author": "Yasmin Seidel (JasminDreasond)",
1717
"license": "AGPL-3.0-only",
1818
"dependencies": {
19-
"for-promise": "^2.0.1",
2019
"jsonrepair": "^3.12.0",
21-
"object-hash": "^3.0.0"
20+
"object-hash": "^3.0.0",
21+
"tiny-essentials": "^1.0.0"
2222
},
2323
"keywords": [
2424
"ai",

src/base.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import objHash from 'object-hash';
22
import EventEmitter from 'events';
3-
import { objType } from 'for-promise/dist/utils/lib.mjs';
3+
import { objType } from 'tiny-essentials';
44

55
/**
66
* Tiny AI Server Communication API

0 commit comments

Comments
 (0)