@skyvexsoftware/stratos-sdk 0.5.1 → 0.5.2

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.
@@ -238,7 +238,7 @@ function createUIConfig(pluginDir, entry, extraConfig) {
238
238
  rollupOptions: {
239
239
  external: [...UI_EXTERNALS],
240
240
  },
241
- sourcemap: false,
241
+ sourcemap: true,
242
242
  minify: isProduction ? "esbuild" : false,
243
243
  assetsInlineLimit: 10 * 1024 * 1024,
244
244
  },
@@ -285,7 +285,7 @@ function createBackgroundConfig(pluginDir, entry) {
285
285
  return false;
286
286
  },
287
287
  },
288
- sourcemap: false,
288
+ sourcemap: true,
289
289
  minify: false,
290
290
  },
291
291
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyvexsoftware/stratos-sdk",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Plugin SDK for Stratos — types, hooks, and UI components",
5
5
  "author": {
6
6
  "name": "Skyvex Software",