@krema-build/krema 0.3.3 → 0.3.4

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/lib/constants.js +1 -1
  2. package/package.json +5 -5
package/lib/constants.js CHANGED
@@ -1,7 +1,7 @@
1
1
  const path = require('node:path');
2
2
  const os = require('node:os');
3
3
 
4
- const VERSION = '0.3.3';
4
+ const VERSION = '0.3.4';
5
5
  const JAVA_VERSION = '25';
6
6
  const GITHUB_REPO = 'krema-build/krema';
7
7
  const JAR_NAME = 'krema-cli.jar';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krema-build/krema",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Lightweight desktop apps with system webviews — CLI tool",
5
5
  "bin": {
6
6
  "krema": "bin/krema.js"
@@ -9,10 +9,10 @@
9
9
  "postinstall": "node postinstall.js"
10
10
  },
11
11
  "optionalDependencies": {
12
- "@krema-build/cli-darwin-arm64": "0.3.3",
13
- "@krema-build/cli-linux-x64": "0.3.3",
14
- "@krema-build/cli-linux-arm64": "0.3.3",
15
- "@krema-build/cli-win32-x64": "0.3.3"
12
+ "@krema-build/cli-darwin-arm64": "0.3.4",
13
+ "@krema-build/cli-linux-x64": "0.3.4",
14
+ "@krema-build/cli-linux-arm64": "0.3.4",
15
+ "@krema-build/cli-win32-x64": "0.3.4"
16
16
  },
17
17
  "files": [
18
18
  "bin/",