asv-hlps 1.3.87 → 1.3.89

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.
@@ -0,0 +1,14 @@
1
+ declare const enum UserTags {
2
+ MEMO = "users_memos",
3
+ TOOLS = "users_tools",
4
+ GRP_CL = "users_grps_cl",
5
+ BAZARS = "users_bazars",
6
+ GRP_PH = "users_grps_ph",
7
+ GRP_AG = "users_grps_ag",
8
+ GRP_LA = "users_grps_la",
9
+ GRP_FR = "users_grps_fr",
10
+ GRP_SF = "users_grps_sf",
11
+ GRP_PA = "users_grps_pa",
12
+ GRP_ST = "users_grps_st"
13
+ }
14
+ export default UserTags;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ declare const enum UserTags {
2
+ MEMO = "users_memos",
3
+ TOOLS = "users_tools",
4
+ GRP_CL = "users_grps_cl",
5
+ BAZARS = "users_bazars",
6
+ GRP_PH = "users_grps_ph",
7
+ GRP_AG = "users_grps_ag",
8
+ GRP_LA = "users_grps_la",
9
+ GRP_FR = "users_grps_fr",
10
+ GRP_SF = "users_grps_sf",
11
+ GRP_PA = "users_grps_pa",
12
+ GRP_ST = "users_grps_st"
13
+ }
14
+ export default UserTags;
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps",
3
- "version": "1.3.87",
3
+ "version": "1.3.89",
4
4
  "description": "helpers",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",