@digital-ai/devops-page-object-release 0.0.27 → 0.0.28
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 +7 -0
- package/dist/main.js +441 -114
- package/dist/main.js.map +1 -1
- package/dist/module.js +441 -114
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +110 -33
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-release
|
|
2
2
|
|
|
3
|
+
## 0.0.28
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f0db307: S-116185 - Migrated configuration scenario cypress script into playwright
|
|
8
|
+
- afab885: S-116186 - Migrated task-granular-permission-scenario script into playwright
|
|
9
|
+
|
|
3
10
|
## 0.0.27
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|