@typecad/expect 0.1.0-alpha.1 → 0.1.0-alpha.2

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 (1) hide show
  1. package/package.json +80 -80
package/package.json CHANGED
@@ -1,80 +1,80 @@
1
- {
2
- "name": "@typecad/expect",
3
- "version": "0.1.0-alpha.1",
4
- "description": "Hardware test framework for TypeCAD — vitest-style assertions over serial",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "bin": {
9
- "cuttlefish-test": "dist/host/cli.js"
10
- },
11
- "exports": {
12
- ".": {
13
- "types": "./dist/index.d.ts",
14
- "default": "./dist/index.js"
15
- },
16
- "./preprocessor": {
17
- "types": "./dist/host/preprocessor.d.ts",
18
- "default": "./dist/host/preprocessor.js"
19
- },
20
- "./chain-collector": {
21
- "types": "./dist/host/chain-collector.d.ts",
22
- "default": "./dist/host/chain-collector.js"
23
- },
24
- "./parser": {
25
- "types": "./dist/host/parser.d.ts",
26
- "default": "./dist/host/parser.js"
27
- },
28
- "./types": {
29
- "types": "./dist/host/types.d.ts",
30
- "default": "./dist/host/types.js"
31
- }
32
- },
33
- "files": [
34
- "dist"
35
- ],
36
- "scripts": {
37
- "build": "tsc",
38
- "prepublishOnly": "npm run build"
39
- },
40
- "dependencies": {
41
- "typescript": "^5.7.3",
42
- "serialport": "^12.0.0"
43
- },
44
- "devDependencies": {
45
- "@typecad/cuttlefish": "0.1.0-alpha.1",
46
- "@types/node": "^22.10.7"
47
- },
48
- "license": "MIT",
49
- "publishConfig": {
50
- "access": "public"
51
- },
52
- "repository": {
53
- "type": "git",
54
- "url": "git+https://github.com/justind000/typecode.git",
55
- "directory": "packages/expect"
56
- },
57
- "homepage": "https://github.com/justind000/typecode/tree/main/packages/expect",
58
- "bugs": {
59
- "url": "https://github.com/justind000/typecode/issues"
60
- },
61
- "keywords": [
62
- "arduino",
63
- "cpp",
64
- "cuttlefish",
65
- "embedded",
66
- "firmware",
67
- "hardware-test",
68
- "microcontroller",
69
- "serial",
70
- "test-framework",
71
- "testing",
72
- "typecad",
73
- "typescript"
74
- ],
75
- "engines": {
76
- "node": ">=18"
77
- },
78
- "author": "typecad0",
79
- "sideEffects": false
80
- }
1
+ {
2
+ "name": "@typecad/expect",
3
+ "version": "0.1.0-alpha.2",
4
+ "description": "Hardware test framework for TypeCAD — vitest-style assertions over serial",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "bin": {
9
+ "cuttlefish-test": "dist/host/cli.js"
10
+ },
11
+ "exports": {
12
+ ".": {
13
+ "types": "./dist/index.d.ts",
14
+ "default": "./dist/index.js"
15
+ },
16
+ "./preprocessor": {
17
+ "types": "./dist/host/preprocessor.d.ts",
18
+ "default": "./dist/host/preprocessor.js"
19
+ },
20
+ "./chain-collector": {
21
+ "types": "./dist/host/chain-collector.d.ts",
22
+ "default": "./dist/host/chain-collector.js"
23
+ },
24
+ "./parser": {
25
+ "types": "./dist/host/parser.d.ts",
26
+ "default": "./dist/host/parser.js"
27
+ },
28
+ "./types": {
29
+ "types": "./dist/host/types.d.ts",
30
+ "default": "./dist/host/types.js"
31
+ }
32
+ },
33
+ "files": [
34
+ "dist"
35
+ ],
36
+ "scripts": {
37
+ "build": "tsc",
38
+ "prepublishOnly": "npm run build"
39
+ },
40
+ "dependencies": {
41
+ "typescript": "^5.7.3",
42
+ "serialport": "^12.0.0"
43
+ },
44
+ "devDependencies": {
45
+ "@typecad/cuttlefish": "0.1.0-alpha.2",
46
+ "@types/node": "^22.10.7"
47
+ },
48
+ "license": "MIT",
49
+ "publishConfig": {
50
+ "access": "public"
51
+ },
52
+ "repository": {
53
+ "type": "git",
54
+ "url": "git+https://github.com/justind000/typecode.git",
55
+ "directory": "packages/expect"
56
+ },
57
+ "homepage": "https://github.com/justind000/typecode/tree/main/packages/expect",
58
+ "bugs": {
59
+ "url": "https://github.com/justind000/typecode/issues"
60
+ },
61
+ "keywords": [
62
+ "arduino",
63
+ "cpp",
64
+ "cuttlefish",
65
+ "embedded",
66
+ "firmware",
67
+ "hardware-test",
68
+ "microcontroller",
69
+ "serial",
70
+ "test-framework",
71
+ "testing",
72
+ "typecad",
73
+ "typescript"
74
+ ],
75
+ "engines": {
76
+ "node": ">=18"
77
+ },
78
+ "author": "typecad0",
79
+ "sideEffects": false
80
+ }