asv-hlps 1.4.1 → 1.4.2

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.
@@ -3,6 +3,6 @@ import AuthTagCat from "./AuthTagCat";
3
3
  import AuthTagSub from "@/auth/models/AuthTagSub";
4
4
  export default interface AuthTag extends NaCoAc {
5
5
  cat?: AuthTagCat;
6
- sub?: AuthTagSub;
6
+ subs?: AuthTagSub[];
7
7
  isChecked?: boolean;
8
8
  }
@@ -3,6 +3,6 @@ import AuthTagCat from "./AuthTagCat";
3
3
  import AuthTagSub from "@/auth/models/AuthTagSub";
4
4
  export default interface AuthTag extends NaCoAc {
5
5
  cat?: AuthTagCat;
6
- sub?: AuthTagSub;
6
+ subs?: AuthTagSub[];
7
7
  isChecked?: boolean;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "helpers",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",