@unshared/decorators 0.0.18 → 0.0.19
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@unshared/decorators",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.19",
|
5
5
|
"license": "MIT",
|
6
6
|
"sideEffects": false,
|
7
7
|
"author": "Stanley Horwood <stanley@hsjm.io>",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"LICENSE.md"
|
49
49
|
],
|
50
50
|
"dependencies": {
|
51
|
-
"@unshared/functions": "0.0.
|
52
|
-
"@unshared/types": "0.0.
|
51
|
+
"@unshared/functions": "0.0.19",
|
52
|
+
"@unshared/types": "0.0.19"
|
53
53
|
}
|
54
54
|
}
|