libdragon 11.0.3 → 11.1.1
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 +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "libdragon",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.1.1",
|
|
4
4
|
"description": "This is a docker wrapper for libdragon",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"engines": {
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"cz-conventional-changelog": "^3.3.0",
|
|
53
53
|
"ed64": "^2.0.4",
|
|
54
54
|
"eslint": "^7.32.0",
|
|
55
|
-
"ffi-napi": "^4.0.3",
|
|
56
55
|
"jest": "^29.5.0",
|
|
57
56
|
"pkg": "^5.5.2",
|
|
58
57
|
"prettier": "^2.4.0",
|
|
@@ -83,7 +82,7 @@
|
|
|
83
82
|
[
|
|
84
83
|
"@semantic-release/exec",
|
|
85
84
|
{
|
|
86
|
-
"prepareCmd": "./pack.
|
|
85
|
+
"prepareCmd": "powershell.exe ./pack.ps1 ${nextRelease.version}"
|
|
87
86
|
}
|
|
88
87
|
],
|
|
89
88
|
[
|
|
@@ -101,6 +100,10 @@
|
|
|
101
100
|
{
|
|
102
101
|
"path": "libdragon-win-x86_64.zip",
|
|
103
102
|
"label": "Windows executable"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"path": "libdragon-installer.exe",
|
|
106
|
+
"label": "Windows installer"
|
|
104
107
|
}
|
|
105
108
|
]
|
|
106
109
|
}
|