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:
126126const lispy = await import (" @thi.ng/lispy" );
127127```
128128
129- Package sizes (brotli'd, pre-treeshake): ESM: 1.53 KB
129+ Package sizes (brotli'd, pre-treeshake): ESM: 1.50 KB
130130
131131## Dependencies
132132
133133- [ @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 )
134135- [ @thi .ng/compare] ( https://github.com/thi-ng/umbrella/tree/develop/packages/compare )
135136- [ @thi .ng/defmulti] ( https://github.com/thi-ng/umbrella/tree/develop/packages/defmulti )
136137- [ @thi .ng/errors] ( https://github.com/thi-ng/umbrella/tree/develop/packages/errors )
137138- [ @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 )
138140- [ @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 )
139142
140143Note: @thi .ng/api is in _ most_ cases a type-only import (not used at runtime)
141144
Original file line number Diff line number Diff line change 4040 },
4141 "dependencies" : {
4242 "@thi.ng/api" : " ^8.11.27" ,
43+ "@thi.ng/checks" : " ^3.7.7" ,
4344 "@thi.ng/compare" : " ^2.4.19" ,
4445 "@thi.ng/defmulti" : " ^3.0.67" ,
4546 "@thi.ng/errors" : " ^2.5.33" ,
4647 "@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"
4851 },
4952 "devDependencies" : {
5053 "esbuild" : " ^0.25.3" ,
Original file line number Diff line number Diff line change @@ -5527,11 +5527,14 @@ __metadata:
55275527 resolution : " @thi.ng/lispy@workspace:packages/lispy"
55285528 dependencies :
55295529 " @thi.ng/api " : " npm:^8.11.27"
5530+ " @thi.ng/checks " : " npm:^3.7.7"
55305531 " @thi.ng/compare " : " npm:^2.4.19"
55315532 " @thi.ng/defmulti " : " npm:^3.0.67"
55325533 " @thi.ng/errors " : " npm:^2.5.33"
55335534 " @thi.ng/math " : " npm:^5.11.27"
5535+ " @thi.ng/object-utils " : " npm:^1.1.23"
55345536 " @thi.ng/sexpr " : " npm:^1.0.16"
5537+ " @thi.ng/strings " : " npm:^3.9.12"
55355538 esbuild : " npm:^0.25.3"
55365539 typedoc : " npm:^0.28.3"
55375540 typescript : " npm:^5.8.3"
You can’t perform that action at this time.
0 commit comments