nextemos 4.0.6 → 4.0.7

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.
@@ -24,11 +24,11 @@ const cdn = {
24
24
  }
25
25
  },
26
26
  // CDN'deki dosyayı linkini getiren fonksiyon
27
- getFile: function name(path = '') {
27
+ getFile: function (path = '') {
28
28
  return `${this.url}/${encodeURI((0, html_entities_1.decode)(path))}`;
29
29
  },
30
30
  // CDN'deki video url'ini getiren fonksiyon
31
- getVideo: function name(path = '') {
31
+ getVideo: function (path = '') {
32
32
  return `${this.videoUrl}/${encodeURI((0, html_entities_1.decode)(path))}`;
33
33
  }
34
34
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",