@ingcreators/annot-product-docs 0.5.0 → 0.5.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.
- package/CHANGELOG.md +11 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @ingcreators/annot-product-docs
|
|
2
2
|
|
|
3
|
+
## 0.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @ingcreators/annot-annotator@0.7.0
|
|
11
|
+
- @ingcreators/annot-core@0.4.0
|
|
12
|
+
- @ingcreators/annot-playwright@0.5.0
|
|
13
|
+
|
|
3
14
|
## 0.5.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ingcreators/annot-product-docs",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Living product docs core — parse `.mdx` files with `annot:` frontmatter, resolve `<Overlay match>` keys against live Playwright `aria-snapshot` trees, run drift detection against the rendered UI, and ship a Playwright `screen` fixture that re-captures + re-syncs MDX snapshot blocks. Tier A (Node-only). Phase 1 of docs/plans/living-product-docs.md.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ingcreators",
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"unified": "^11.0.5",
|
|
70
70
|
"unist-util-visit": "^5.0.0",
|
|
71
71
|
"zod": "^4.4.3",
|
|
72
|
-
"@ingcreators/annot-
|
|
73
|
-
"@ingcreators/annot-
|
|
74
|
-
"@ingcreators/annot-
|
|
72
|
+
"@ingcreators/annot-annotator": "0.7.0",
|
|
73
|
+
"@ingcreators/annot-core": "0.4.0",
|
|
74
|
+
"@ingcreators/annot-playwright": "0.5.0"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@playwright/test": "^1.40.0"
|