@ixon-cdk/svelte-builder 1.14.0-next.2 → 1.14.0

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.
Files changed (2) hide show
  1. package/browser.js +2 -2
  2. package/package.json +2 -2
package/browser.js CHANGED
@@ -104,8 +104,8 @@ async function _build(inputFile, outputFile, tag, assets, production, watch) {
104
104
  });
105
105
  copyAssets(assets, inputDir, outputDir);
106
106
  fs.unlinkSync(entryFileName);
107
- } catch (e) {
108
- // NOP: builder will show an error
107
+ } catch {
108
+ // NOOP: builder will show an error
109
109
  }
110
110
  }
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixon-cdk/svelte-builder",
3
- "version": "1.14.0-next.2",
3
+ "version": "1.14.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "",
@@ -17,6 +17,6 @@
17
17
  "vite": "^4.5.3"
18
18
  },
19
19
  "peerDependencies": {
20
- "@ixon-cdk/core": "^1.14.0-next.2"
20
+ "@ixon-cdk/core": "^1.14.0"
21
21
  }
22
22
  }