@typecad/expect 1.0.0-alpha.12 → 1.0.0-alpha.14
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/dist/host/compiler.js +0 -2
- package/dist/host/config.d.ts +0 -1
- package/dist/host/config.js +0 -2
- package/package.json +6 -6
package/dist/host/compiler.js
CHANGED
|
@@ -377,8 +377,6 @@ function writeBuildConfig(buildDir, projectRoot, entryFileName, buildTarget, con
|
|
|
377
377
|
lines.push(' output: {');
|
|
378
378
|
if (baseValues.output?.framework)
|
|
379
379
|
lines.push(` framework: '${baseValues.output?.framework}',`);
|
|
380
|
-
if (baseValues.output?.optimize)
|
|
381
|
-
lines.push(` optimize: '${baseValues.output?.optimize}',`);
|
|
382
380
|
lines.push(` outDir: './out',`);
|
|
383
381
|
lines.push(' },');
|
|
384
382
|
if (baseValues.console?.baudRate) {
|
package/dist/host/config.d.ts
CHANGED
package/dist/host/config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typecad/expect",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.14",
|
|
4
4
|
"description": "Hardware test framework for TypeCAD — vitest-style assertions over serial",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"typescript": "^5.7.3",
|
|
42
|
-
"serialport": "^
|
|
43
|
-
"@typecad/arduino-cli": "1.0.0-alpha.
|
|
44
|
-
"@typecad/hal": "1.0.0-alpha.
|
|
42
|
+
"serialport": "^13.0.0",
|
|
43
|
+
"@typecad/arduino-cli": "1.0.0-alpha.14",
|
|
44
|
+
"@typecad/hal": "1.0.0-alpha.14"
|
|
45
45
|
},
|
|
46
46
|
"optionalDependencies": {
|
|
47
|
-
"@typecad/framework-zephyr": "1.0.0-alpha.
|
|
47
|
+
"@typecad/framework-zephyr": "1.0.0-alpha.14"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/node": "^22.10.7"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"typescript"
|
|
78
78
|
],
|
|
79
79
|
"engines": {
|
|
80
|
-
"node": ">=
|
|
80
|
+
"node": ">=22.11.0"
|
|
81
81
|
},
|
|
82
82
|
"author": "typecad0",
|
|
83
83
|
"sideEffects": false
|