@typecad/board-esp32-devkit 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 +60 -60
package/package.json CHANGED
@@ -1,60 +1,60 @@
1
- {
2
- "name": "@typecad/board-esp32-devkit",
3
- "version": "0.1.0-alpha.1",
4
- "description": "TypeCAD ESP32 DevKit (WROOM-32) board definition with typed pins and peripherals",
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
- },
16
- "dependencies": {
17
- "@typecad/cuttlefish": "0.1.0-alpha.1",
18
- "@typecad/hal": "0.1.0-alpha.1",
19
- "@typecad/mcu-esp32": "0.1.0-alpha.1"
20
- },
21
- "license": "MIT",
22
- "publishConfig": {
23
- "access": "public"
24
- },
25
- "repository": {
26
- "type": "git",
27
- "url": "git+https://github.com/justind000/typecode.git",
28
- "directory": "packages/board-esp32-devkit"
29
- },
30
- "homepage": "https://github.com/justind000/typecode/tree/main/packages/board-esp32-devkit",
31
- "bugs": {
32
- "url": "https://github.com/justind000/typecode/issues"
33
- },
34
- "keywords": [
35
- "arduino",
36
- "board",
37
- "cpp",
38
- "cuttlefish",
39
- "devkit",
40
- "embedded",
41
- "esp32-devkit",
42
- "firmware",
43
- "microcontroller",
44
- "pins",
45
- "typecad",
46
- "typescript"
47
- ],
48
- "engines": {
49
- "node": ">=18"
50
- },
51
- "author": "typecad0",
52
- "sideEffects": false,
53
- "exports": {
54
- ".": {
55
- "types": "./dist/index.d.ts",
56
- "default": "./dist/index.js"
57
- },
58
- "./package.json": "./package.json"
59
- }
60
- }
1
+ {
2
+ "name": "@typecad/board-esp32-devkit",
3
+ "version": "0.1.0-alpha.2",
4
+ "description": "TypeCAD ESP32 DevKit (WROOM-32) board definition with typed pins and peripherals",
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
+ },
16
+ "dependencies": {
17
+ "@typecad/cuttlefish": "0.1.0-alpha.2",
18
+ "@typecad/hal": "0.1.0-alpha.2",
19
+ "@typecad/mcu-esp32": "0.1.0-alpha.2"
20
+ },
21
+ "license": "MIT",
22
+ "publishConfig": {
23
+ "access": "public"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git+https://github.com/justind000/typecode.git",
28
+ "directory": "packages/board-esp32-devkit"
29
+ },
30
+ "homepage": "https://github.com/justind000/typecode/tree/main/packages/board-esp32-devkit",
31
+ "bugs": {
32
+ "url": "https://github.com/justind000/typecode/issues"
33
+ },
34
+ "keywords": [
35
+ "arduino",
36
+ "board",
37
+ "cpp",
38
+ "cuttlefish",
39
+ "devkit",
40
+ "embedded",
41
+ "esp32-devkit",
42
+ "firmware",
43
+ "microcontroller",
44
+ "pins",
45
+ "typecad",
46
+ "typescript"
47
+ ],
48
+ "engines": {
49
+ "node": ">=18"
50
+ },
51
+ "author": "typecad0",
52
+ "sideEffects": false,
53
+ "exports": {
54
+ ".": {
55
+ "types": "./dist/index.d.ts",
56
+ "default": "./dist/index.js"
57
+ },
58
+ "./package.json": "./package.json"
59
+ }
60
+ }