@alterior/annotations 3.11.0 → 3.13.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -59,7 +59,7 @@ export const Color = ColorAnnotation.decorator({
59
59
 
60
60
  Valid targets are `class`, `method`, `property`, and `parameter`. Applying a decorator to an invalid target is typically
61
61
  detected at compile-time assuming Typescript can infer the values passed to `validTargets`, and at runtime throws
62
- `AnnotationTargetError` at runtime.
62
+ `AnnotationTargetError`.
63
63
 
64
64
  ## Limit decorator to a single use per target
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alterior/annotations",
3
- "version": "3.11.0",
3
+ "version": "3.13.3",
4
4
  "description": "Create and interact with Typescript metadata decorators",
5
5
  "author": "The Alterior Project (https://github.com/alterior-mvc)",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "docs": "typedoc ."
38
38
  },
39
39
  "dependencies": {
40
- "@alterior/common": "^3.9.1",
40
+ "@alterior/common": "^3.13.3",
41
41
  "tslib": "^2.3.1"
42
42
  },
43
43
  "devDependencies": {
@@ -46,5 +46,5 @@
46
46
  "swagger-editor-dist": "^3.9.0"
47
47
  },
48
48
  "lernaKick": "1",
49
- "gitHead": "56791af5435e3b42333fcc4dfc531437ed980fc3"
50
- }
49
+ "gitHead": "87f31ea4078faaca53b45573c6a0013cdb40dd07"
50
+ }