@douglasneuroinformatics/libjs 2.0.0 → 2.0.1
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/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douglasneuroinformatics/libjs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.1",
|
|
5
5
|
"packageManager": "pnpm@10.3.0",
|
|
6
6
|
"description": "A collection of utility functions and types for Node.js and the browser",
|
|
7
7
|
"author": "Joshua Unrau",
|
|
@@ -29,11 +29,13 @@
|
|
|
29
29
|
"test": "vitest run",
|
|
30
30
|
"test:coverage": "vitest run --coverage"
|
|
31
31
|
},
|
|
32
|
-
"
|
|
32
|
+
"peerDependencies": {
|
|
33
33
|
"neverthrow": "^8.2.0",
|
|
34
|
-
"type-fest": "^4.34.1",
|
|
35
34
|
"zod": "^3.22.6"
|
|
36
35
|
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"type-fest": "^4.34.1"
|
|
38
|
+
},
|
|
37
39
|
"devDependencies": {
|
|
38
40
|
"@douglasneuroinformatics/eslint-config": "^5.3.1",
|
|
39
41
|
"@douglasneuroinformatics/prettier-config": "^0.0.1",
|