ahdjs 0.0.22 → 0.0.24

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * ahdjs v0.0.22
3
+ * ahdjs v0.0.24
4
4
  *
5
5
  *
6
6
  * Copyright (c) Ishaan Puniani (https://github.com/ishaan-puniani) and project contributors.
package/build/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * ahdjs v0.0.22
3
+ * ahdjs v0.0.24
4
4
  *
5
5
  *
6
6
  * Copyright (c) Ishaan Puniani (https://github.com/ishaan-puniani) and project contributors.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ahdjs",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/types/index.d.ts",
package/testing.html CHANGED
@@ -214,12 +214,12 @@
214
214
  const AHDjs = window.AHDjs.default;
215
215
  let _ahdJs = new AHDjs(undefined, {
216
216
  applicationId: "64d2b934c6cfdc96aa3734c5",
217
- apiHost: "https://ahd-be-jggub5n6qq-em.a.run.app/ahd",
217
+ apiHost: "https://ahd.fabbuilder.com",
218
218
  });
219
219
  _ahdJs.initializeSiteMap();
220
220
 
221
221
  setTimeout(() => {
222
- // _ahdJs.clearCachedData()
222
+ _ahdJs.clearCachedData()
223
223
  }, 50000);
224
224
 
225
225
  // _ahdJs.start();