@immense/vue-pom-generator 1.0.70 → 1.0.71
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/RELEASE_NOTES.md +19 -11
- package/dist/index.cjs +1396 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1398 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,17 +1,26 @@
|
|
|
1
|
-
●
|
|
1
|
+
● I'll gather the commits and PR details between v1.0.70 and HEAD to generate accurate release
|
|
2
|
+
notes.
|
|
3
|
+
|
|
4
|
+
● Based on the commits between v1.0.70 and HEAD, here are the release notes for v1.0.71:
|
|
5
|
+
|
|
6
|
+
---
|
|
2
7
|
|
|
3
8
|
## Highlights
|
|
4
9
|
|
|
5
|
-
-
|
|
6
|
-
-
|
|
10
|
+
- **New export**: `mountAnnotatorClient` now available from main entry point for easier imports
|
|
11
|
+
- **Playwright upgrade**: Updated from 1.59.1 to 1.61.0 with relaxed peer dependency range
|
|
12
|
+
- **Improved compatibility**: Playwright peer dependency now accepts `>=1.61.0 <2` instead of
|
|
13
|
+
pinned version
|
|
7
14
|
|
|
8
15
|
## Changes
|
|
9
16
|
|
|
10
|
-
**
|
|
11
|
-
-
|
|
17
|
+
**Features**
|
|
18
|
+
- Export `mountAnnotatorClient` from main entry point to avoid deep path imports (#31)
|
|
12
19
|
|
|
13
|
-
**
|
|
14
|
-
-
|
|
20
|
+
**Dependencies**
|
|
21
|
+
- Update Playwright from 1.59.1 to 1.61.0
|
|
22
|
+
- Relax Playwright peer dependency from `>=1.59.1 <2` to `>=1.61.0 <2`
|
|
23
|
+
- Update `@playwright/test` to 1.61.0
|
|
15
24
|
|
|
16
25
|
## Breaking Changes
|
|
17
26
|
|
|
@@ -19,11 +28,10 @@
|
|
|
19
28
|
|
|
20
29
|
## Pull Requests Included
|
|
21
30
|
|
|
22
|
-
- #
|
|
23
|
-
(by @dkattan
|
|
31
|
+
- #31 feat: export mountAnnotatorClient from main entry point
|
|
32
|
+
(https://github.com/immense/vue-pom-generator/pull/31) by @dkattan
|
|
24
33
|
|
|
25
34
|
## Testing
|
|
26
35
|
|
|
27
|
-
|
|
28
|
-
production builds.
|
|
36
|
+
Standard test suite passes with Playwright 1.61.0.
|
|
29
37
|
|