@unshared/decorators 0.0.11 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.11",
4
+ "version": "0.0.13",
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.11",
52
- "@unshared/types": "0.0.11"
51
+ "@unshared/functions": "0.0.13",
52
+ "@unshared/types": "0.0.13"
53
53
  }
54
54
  }