ayiin 1.0.9 → 1.0.11

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/ayiin.js CHANGED
@@ -33,6 +33,8 @@ function createInstance(defaultConfig) {
33
33
  return instance;
34
34
  }
35
35
 
36
+ const defaults = { ngantuk: 'beeehhh' };
37
+
36
38
  // Create the default instance to be exported
37
39
  const ayiin = createInstance(defaults);
38
40
 
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.11",
4
4
  "description": "Library Pribadi Yang Gak Ada Isinya",
5
5
  "type": "module",
6
6
  "author": "AyiinXd",