@kaspernj/api-maker 1.0.196 → 1.0.197

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/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  ]
17
17
  },
18
18
  "name": "@kaspernj/api-maker",
19
- "version": "1.0.196",
19
+ "version": "1.0.197",
20
20
  "description": "",
21
21
  "main": "index.js",
22
22
  "repository": {
@@ -99,7 +99,7 @@ module.exports = class SourceMapsLoader {
99
99
  }
100
100
 
101
101
  includeMapURL(src) {
102
- return src.includes("/packs/") || src.includes("/assets/")
102
+ return src.includes("/packs/")
103
103
  }
104
104
 
105
105
  async loadSourceMapForSource ({originalUrl, sourceMapUrl}) {