Skip to content

Commit 7dc348a

Browse files
committed
build(deps): dropped all runtime deps
1 parent aa8e905 commit 7dc348a

File tree

15 files changed

+1110
-3404
lines changed

15 files changed

+1110
-3404
lines changed

.eslintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"plugins": [
99
"@litert/rules"
1010
],
11-
"rules": {}
11+
"rules": {
12+
"@typescript-eslint/no-explicit-any": "off"
13+
}
1214
}

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
/tsconfig.json
77
/node_modules/
88
/dist/samples/
9+
/.husky/
910
/test/
11+
/examples/
1012
/package-lock.json
13+
/commitlint.config.js
14+
/.eslintignore

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes Logs
22

3+
## v3.0.0
4+
5+
- build(deps): dropped `@litert/exception` and `@litert/observable`.
6+
37
## v2.0.2
48

59
- fix(command): fixed command `lpop` and `rpop`.

0 commit comments

Comments
 (0)