@atomic-testing/vue-3 0.90.0 → 0.91.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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -169,5 +169,5 @@ const engine = createTestEngine<Component>(MyVueComponent, sceneParts);
169
169
 
170
170
  The stable surface of this package is its `.` barrel exports, frozen under
171
171
  SemVer and machine-checked by the committed [API Extractor](https://api-extractor.com/)
172
- report at [`etc/vue-3.api.md`](etc/vue-3.api.md). Exports tagged `@internal` are
173
- not part of that guarantee. See the [1.0 API freeze & evolution policy](../../agent-docs/adr/006-1.0-api-freeze-and-evolution.md).
172
+ report at [`etc/vue-3.api.md`](https://github.com/atomic-testing/atomic-testing/blob/main/packages/vue-3/etc/vue-3.api.md). Exports tagged `@internal` are
173
+ not part of that guarantee. See the [1.0 API freeze & evolution policy](https://github.com/atomic-testing/atomic-testing/blob/main/agent-docs/adr/006-1.0-api-freeze-and-evolution.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomic-testing/vue-3",
3
- "version": "0.90.0",
3
+ "version": "0.91.0",
4
4
  "description": "The @atomic-testing/vue-3 package is a Vue 3 test adapter that extends Atomic Testing's component driver pattern to Vue applications. It enables testing Vue components using the same high-level semantic APIs used across React, Playwright, and DOM environments.",
5
5
  "keywords": [
6
6
  "integration",
@@ -33,8 +33,8 @@
33
33
  "@testing-library/dom": "^10.4.1",
34
34
  "@testing-library/vue": "^8.1.0",
35
35
  "@vue/compiler-sfc": "^3.5.0",
36
- "@atomic-testing/core": "0.90.0",
37
- "@atomic-testing/dom-core": "0.90.0"
36
+ "@atomic-testing/core": "0.91.0",
37
+ "@atomic-testing/dom-core": "0.91.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "vue": "^3.5.0"