@unshared/fs 0.0.8 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@unshared/fs",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.10",
|
5
5
|
"license": "MIT",
|
6
6
|
"sideEffects": false,
|
7
7
|
"author": "Stanley Horwood <stanley@hsjm.io>",
|
@@ -78,11 +78,11 @@
|
|
78
78
|
"LICENSE.md"
|
79
79
|
],
|
80
80
|
"dependencies": {
|
81
|
-
"@unshared/collection": "0.0.
|
82
|
-
"@unshared/functions": "0.0.
|
83
|
-
"@unshared/reactivity": "0.0.
|
84
|
-
"@unshared/string": "0.0.
|
85
|
-
"@unshared/types": "0.0.
|
81
|
+
"@unshared/collection": "0.0.10",
|
82
|
+
"@unshared/functions": "0.0.10",
|
83
|
+
"@unshared/reactivity": "0.0.10",
|
84
|
+
"@unshared/string": "0.0.10",
|
85
|
+
"@unshared/types": "0.0.10"
|
86
86
|
},
|
87
87
|
"devDependencies": {
|
88
88
|
"memfs": "4.8.2"
|