@erclx/canon 4.45.0 → 4.45.1

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "canon",
3
3
  "description": "Automated governance, versioning, and discovery tools for Claude Code.",
4
- "version": "4.45.0",
4
+ "version": "4.45.1",
5
5
  "author": {
6
6
  "name": "Eric Le",
7
7
  "url": "https://github.com/erclx"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@erclx/canon",
3
3
  "type": "module",
4
- "version": "4.45.0",
4
+ "version": "4.45.1",
5
5
  "description": "Infrastructure and quality tooling for developer workflows",
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -83,6 +83,8 @@ main() {
83
83
 
84
84
  [ -z "$stack" ] && log_error "Stack required. See --help."
85
85
 
86
+ export CI=1
87
+
86
88
  if is_tooling_stack_excluded "$stack"; then
87
89
  log_error "Stack '$stack' is excluded from tooling."
88
90
  fi
@@ -5,11 +5,14 @@ commitlint
5
5
  dbaeumer
6
6
  dotfolders
7
7
  erclx
8
+ errexit
9
+ esac
8
10
  esbenp
9
11
  frontmatter
10
12
  lintstagedrc
11
13
  mkhl
12
14
  parallelizable
15
+ regen
13
16
  scannability
14
17
  shellcheck
15
18
  shfmt
@@ -1 +1,2 @@
1
1
  Vite
2
+ tsgolint
@@ -16,7 +16,7 @@ packages = [
16
16
  "globals",
17
17
  "typescript-eslint",
18
18
  "@eslint/js",
19
- "typescript",
19
+ "typescript@^6",
20
20
  "react",
21
21
  "react-dom",
22
22
  "@types/react",
@@ -1,4 +1,5 @@
1
1
  axios
2
+ cksum
2
3
  evenodd
3
4
  iconify
4
5
  jsdom
@@ -14,5 +15,6 @@ ntvs
14
15
  serviceworker
15
16
  sidepanel
16
17
  tabindex
18
+ toplevel
17
19
  vitest
18
20
  xlink