ayiin 1.0.9 → 1.0.10

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.
package/lib/core/Ayiin.js CHANGED
@@ -1,4 +1,4 @@
1
- import InterceptorManager from "./InterceptorManager";
1
+ import InterceptorManager from "./InterceptorManager.js";
2
2
 
3
3
  class Ayiin {
4
4
  constructor(instanceConfig) {
package/lib/utils.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- import bind from "./core/bind";
3
+ import bind from "./core/bind.js";
4
4
 
5
5
  // utils is a library of generic helper functions non-specific to axios
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ayiin",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Library Pribadi Yang Gak Ada Isinya",
5
5
  "type": "module",
6
6
  "author": "AyiinXd",