abmp-npm 1.1.100 → 1.1.101

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.
@@ -15,6 +15,8 @@ async function getServerlessAuth() {
15
15
  }
16
16
 
17
17
  function isValidImageUrl(url) {
18
+ console.log('url', url);
19
+ console.log('typeof url', typeof url);
18
20
  if (!url || typeof url !== 'string') return false;
19
21
 
20
22
  // Check for valid URL format
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abmp-npm",
3
- "version": "1.1.100",
3
+ "version": "1.1.101",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "check-cycles": "madge --circular .",