@generative-a11y/dom 0.0.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@ produced speech.
8
8
  ## Install
9
9
 
10
10
  ```sh
11
- pnpm add @generative-a11y/core @generative-a11y/dom
11
+ npm install @generative-a11y/core @generative-a11y/dom
12
12
  ```
13
13
 
14
14
  ## Connect a runtime
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@generative-a11y/dom",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "description": "DOM announcement delivery for the generative accessibility runtime",
5
5
  "keywords": [
6
6
  "accessibility",
@@ -45,7 +45,7 @@
45
45
  "README.md"
46
46
  ],
47
47
  "dependencies": {
48
- "@generative-a11y/core": "0.0.0"
48
+ "@generative-a11y/core": "0.1.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/jsdom": "30.0.0",