@typecad/hal 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 +64 -64
package/package.json CHANGED
@@ -1,64 +1,64 @@
1
- {
2
- "name": "@typecad/hal",
3
- "version": "0.1.0-alpha.1",
4
- "description": "TypeCAD hardware abstraction layer — GPIO, I2C, SPI, UART as regular TypeScript",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "files": [
9
- "dist",
10
- "src"
11
- ],
12
- "scripts": {
13
- "build": "tsc",
14
- "prepublishOnly": "npm run build",
15
- "test:hw": "npm exec -- cuttlefish-test",
16
- "test:hw:basics": "npm exec -- cuttlefish-test tests/01-gpio.test.ts"
17
- },
18
- "license": "MIT",
19
- "publishConfig": {
20
- "access": "public"
21
- },
22
- "repository": {
23
- "type": "git",
24
- "url": "git+https://github.com/justind000/typecode.git",
25
- "directory": "packages/hal"
26
- },
27
- "homepage": "https://github.com/justind000/typecode/tree/main/packages/hal",
28
- "bugs": {
29
- "url": "https://github.com/justind000/typecode/issues"
30
- },
31
- "keywords": [
32
- "arduino",
33
- "cpp",
34
- "cuttlefish",
35
- "embedded",
36
- "firmware",
37
- "gpio",
38
- "hal",
39
- "hardware-abstraction",
40
- "i2c",
41
- "microcontroller",
42
- "spi",
43
- "typecad",
44
- "typescript",
45
- "uart"
46
- ],
47
- "engines": {
48
- "node": ">=18"
49
- },
50
- "author": "typecad0",
51
- "devDependencies": {
52
- "@typecad/expect": "0.1.0-alpha.1",
53
- "@typecad/board-arduino-uno": "0.1.0-alpha.1",
54
- "@typecad/mcu-atmega328p": "0.1.0-alpha.1"
55
- },
56
- "sideEffects": false,
57
- "exports": {
58
- ".": {
59
- "types": "./dist/index.d.ts",
60
- "default": "./dist/index.js"
61
- },
62
- "./package.json": "./package.json"
63
- }
64
- }
1
+ {
2
+ "name": "@typecad/hal",
3
+ "version": "0.1.0-alpha.2",
4
+ "description": "TypeCAD hardware abstraction layer — GPIO, I2C, SPI, UART as regular TypeScript",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "files": [
9
+ "dist",
10
+ "src"
11
+ ],
12
+ "scripts": {
13
+ "build": "tsc",
14
+ "prepublishOnly": "npm run build",
15
+ "test:hw": "npm exec -- cuttlefish-test",
16
+ "test:hw:basics": "npm exec -- cuttlefish-test tests/01-gpio.test.ts"
17
+ },
18
+ "license": "MIT",
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/justind000/typecode.git",
25
+ "directory": "packages/hal"
26
+ },
27
+ "homepage": "https://github.com/justind000/typecode/tree/main/packages/hal",
28
+ "bugs": {
29
+ "url": "https://github.com/justind000/typecode/issues"
30
+ },
31
+ "keywords": [
32
+ "arduino",
33
+ "cpp",
34
+ "cuttlefish",
35
+ "embedded",
36
+ "firmware",
37
+ "gpio",
38
+ "hal",
39
+ "hardware-abstraction",
40
+ "i2c",
41
+ "microcontroller",
42
+ "spi",
43
+ "typecad",
44
+ "typescript",
45
+ "uart"
46
+ ],
47
+ "engines": {
48
+ "node": ">=18"
49
+ },
50
+ "author": "typecad0",
51
+ "devDependencies": {
52
+ "@typecad/expect": "0.1.0-alpha.2",
53
+ "@typecad/board-arduino-uno": "0.1.0-alpha.2",
54
+ "@typecad/mcu-atmega328p": "0.1.0-alpha.2"
55
+ },
56
+ "sideEffects": false,
57
+ "exports": {
58
+ ".": {
59
+ "types": "./dist/index.d.ts",
60
+ "default": "./dist/index.js"
61
+ },
62
+ "./package.json": "./package.json"
63
+ }
64
+ }