@canonical/webarchitect 0.12.0 → 0.13.0
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/package.json +8 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canonical/webarchitect",
|
|
3
3
|
"description": "A tool to test the compliance with architecture specifications for packages and applications.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.13.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "src/index.ts",
|
|
7
7
|
"types": "src/index.ts",
|
|
@@ -34,19 +34,20 @@
|
|
|
34
34
|
"check:biome:fix": "biome check --write",
|
|
35
35
|
"check:ts": "tsc --noEmit",
|
|
36
36
|
"test": "echo 'No tests defined yet'",
|
|
37
|
-
"check:webarchitect": "
|
|
37
|
+
"check:webarchitect": "bun run src/cli.ts tool-ts"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@biomejs/biome": "2.3.
|
|
41
|
-
"@canonical/biome-config": "^0.
|
|
42
|
-
"@canonical/typescript-config
|
|
40
|
+
"@biomejs/biome": "2.3.14",
|
|
41
|
+
"@canonical/biome-config": "^0.13.0",
|
|
42
|
+
"@canonical/typescript-config": "^0.13.0",
|
|
43
43
|
"@types/json-schema": "^7.0.15",
|
|
44
|
+
"@types/node": "^24.10.13",
|
|
44
45
|
"typescript": "^5.9.3"
|
|
45
46
|
},
|
|
46
47
|
"dependencies": {
|
|
47
48
|
"ajv": "^8.17.1",
|
|
48
49
|
"chalk": "^5.6.2",
|
|
49
|
-
"commander": "^14.0.
|
|
50
|
+
"commander": "^14.0.3"
|
|
50
51
|
},
|
|
51
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "d3e94d6a33677afef24ba1b967920bc513e1681c"
|
|
52
53
|
}
|