@lssm/lib.accessibility 1.42.7 → 1.42.9

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/lib.accessibility
2
2
 
3
- Website: https://contractspec.lssm.tech/
3
+ Website: https://contractspec.io/
4
4
 
5
5
 
6
6
  Stable exports of accessibility primitives for LSSM web apps, ensuring WCAG compliance and inclusive design.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.accessibility",
3
- "version": "1.42.7",
3
+ "version": "1.42.9",
4
4
  "scripts": {
5
5
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
6
6
  "publish:pkg:canary": "bun publish:pkg --tag canary",
@@ -14,13 +14,13 @@
14
14
  "lint:check": "eslint src"
15
15
  },
16
16
  "dependencies": {
17
- "@lssm/lib.design-system": "1.42.7",
18
- "@lssm/lib.ui-kit": "1.42.7",
19
- "@lssm/lib.ui-kit-web": "1.42.7"
17
+ "@lssm/lib.design-system": "1.42.9",
18
+ "@lssm/lib.ui-kit": "1.42.9",
19
+ "@lssm/lib.ui-kit-web": "1.42.9"
20
20
  },
21
21
  "devDependencies": {
22
- "@lssm/tool.tsdown": "1.42.7",
23
- "@lssm/tool.typescript": "1.42.7",
22
+ "@lssm/tool.tsdown": "1.42.9",
23
+ "@lssm/tool.typescript": "1.42.9",
24
24
  "tsdown": "^0.18.3",
25
25
  "typescript": "^5.9.3"
26
26
  },