jscrambler-metro-plugin 8.4.18 → 8.4.19

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/sourceMaps.js CHANGED
@@ -168,7 +168,7 @@ module.exports = async function generateSourceMaps(payload) {
168
168
  // eslint-disable-next-line camelcase
169
169
  if (debug_id) {
170
170
  // eslint-disable-next-line camelcase
171
- finalSourceMapsJson.debugId = debug_id;
171
+ finalSourceMapsJson.debug_id = debug_id;
172
172
  }
173
173
 
174
174
  return JSON.stringify(finalSourceMapsJson);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jscrambler-metro-plugin",
3
- "version": "8.4.18",
3
+ "version": "8.4.19",
4
4
  "description": "A plugin to use metro with Jscrambler Code Integrity",
5
5
  "exports": "./lib/index.js",
6
6
  "peerDependencies": {