axj-ab_ 1.0.7 → 1.0.8

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 (3) hide show
  1. package/index.d.ts +5 -0
  2. package/index.js +1 -0
  3. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -708,4 +708,9 @@ declare namespace ab_{
708
708
  *
709
709
  */
710
710
  export var vconsoled : boolean;
711
+
712
+ /**
713
+ *
714
+ */
715
+ export var ab_ : /* ab_ */ any;
711
716
  }
package/index.js CHANGED
@@ -1319,3 +1319,4 @@ try {
1319
1319
  }
1320
1320
 
1321
1321
  module.exports = ab_
1322
+ module.exports.ab_ = ab_
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "axj-ab_",
3
3
  "type": "commonjs",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -12,4 +12,4 @@
12
12
  "devDependencies": {
13
13
  "tern": "^0.24.3"
14
14
  }
15
- }
15
+ }