covenant-bridge 0.2.0 → 0.2.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/manifest.json +5 -1
- package/package.json +2 -2
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "covenant-bridge",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "LinuxCNC to Eden bridge worker",
|
|
5
5
|
"main": "dist/backend.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"typescript": "^5.0.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
|
-
"copy-addons": "
|
|
37
|
+
"copy-addons": "node scripts/copy-addons.js",
|
|
38
38
|
"build": "rm -rf *.edenite && npm run copy-addons && tsup && genesis build . -o bridge.edenite",
|
|
39
39
|
"clean": "rm -rf dist build",
|
|
40
40
|
"rebuild": "npm run clean && npm run build"
|