axj-ab_ 1.0.3 → 1.0.4

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/index.js +12 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1230,4 +1230,16 @@ try {
1230
1230
  console.error(e)
1231
1231
  }
1232
1232
 
1233
+ try {
1234
+ if (globalThis.ab_) {
1235
+ ab_ = globalThis.ab_
1236
+
1237
+ } else {
1238
+ globalThis.ab_ = ab_
1239
+ }
1240
+
1241
+ } catch (e) {
1242
+ console.error(e)
1243
+ }
1244
+
1233
1245
  module.exports = ab_
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "axj-ab_",
3
3
  "type": "commonjs",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {