File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -126,16 +126,19 @@ For Node.js REPL:
126
126
const lispy = await import (" @thi.ng/lispy" );
127
127
```
128
128
129
- Package sizes (brotli'd, pre-treeshake): ESM: 1.53 KB
129
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.50 KB
130
130
131
131
## Dependencies
132
132
133
133
- [ @thi .ng/api] ( https://github.com/thi-ng/umbrella/tree/develop/packages/api )
134
+ - [ @thi .ng/checks] ( https://github.com/thi-ng/umbrella/tree/develop/packages/checks )
134
135
- [ @thi .ng/compare] ( https://github.com/thi-ng/umbrella/tree/develop/packages/compare )
135
136
- [ @thi .ng/defmulti] ( https://github.com/thi-ng/umbrella/tree/develop/packages/defmulti )
136
137
- [ @thi .ng/errors] ( https://github.com/thi-ng/umbrella/tree/develop/packages/errors )
137
138
- [ @thi .ng/math] ( https://github.com/thi-ng/umbrella/tree/develop/packages/math )
139
+ - [ @thi .ng/object-utils] ( https://github.com/thi-ng/umbrella/tree/develop/packages/object-utils )
138
140
- [ @thi .ng/sexpr] ( https://github.com/thi-ng/umbrella/tree/develop/packages/sexpr )
141
+ - [ @thi .ng/strings] ( https://github.com/thi-ng/umbrella/tree/develop/packages/strings )
139
142
140
143
Note: @thi .ng/api is in _ most_ cases a type-only import (not used at runtime)
141
144
Original file line number Diff line number Diff line change 40
40
},
41
41
"dependencies" : {
42
42
"@thi.ng/api" : " ^8.11.27" ,
43
+ "@thi.ng/checks" : " ^3.7.7" ,
43
44
"@thi.ng/compare" : " ^2.4.19" ,
44
45
"@thi.ng/defmulti" : " ^3.0.67" ,
45
46
"@thi.ng/errors" : " ^2.5.33" ,
46
47
"@thi.ng/math" : " ^5.11.27" ,
47
- "@thi.ng/sexpr" : " ^1.0.16"
48
+ "@thi.ng/object-utils" : " ^1.1.23" ,
49
+ "@thi.ng/sexpr" : " ^1.0.16" ,
50
+ "@thi.ng/strings" : " ^3.9.12"
48
51
},
49
52
"devDependencies" : {
50
53
"esbuild" : " ^0.25.3" ,
Original file line number Diff line number Diff line change @@ -5527,11 +5527,14 @@ __metadata:
5527
5527
resolution : " @thi.ng/lispy@workspace:packages/lispy"
5528
5528
dependencies :
5529
5529
" @thi.ng/api " : " npm:^8.11.27"
5530
+ " @thi.ng/checks " : " npm:^3.7.7"
5530
5531
" @thi.ng/compare " : " npm:^2.4.19"
5531
5532
" @thi.ng/defmulti " : " npm:^3.0.67"
5532
5533
" @thi.ng/errors " : " npm:^2.5.33"
5533
5534
" @thi.ng/math " : " npm:^5.11.27"
5535
+ " @thi.ng/object-utils " : " npm:^1.1.23"
5534
5536
" @thi.ng/sexpr " : " npm:^1.0.16"
5537
+ " @thi.ng/strings " : " npm:^3.9.12"
5535
5538
esbuild : " npm:^0.25.3"
5536
5539
typedoc : " npm:^0.28.3"
5537
5540
typescript : " npm:^5.8.3"
You can’t perform that action at this time.
0 commit comments