@digital-ai/devops-page-object-release 0.0.59 → 0.0.60
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/dist/main.js +600 -45
- package/dist/main.js.map +1 -1
- package/dist/module.js +600 -45
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +130 -10
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-release
|
|
2
2
|
|
|
3
|
+
## 0.0.60
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fe2625e: Migrated release-settings-scenario in playwright
|
|
8
|
+
- 3de7681: S-120498: Migrated tasks-settings-scenario in playwright
|
|
9
|
+
- e2d5bdd: S-120771 Updates for copy and paste task
|
|
10
|
+
- 789f955: S-120497: Migrated reports-settings-scenario in playwright
|
|
11
|
+
- f5f7ee2: S-120499: Migrated general-settings-scenario in playwright
|
|
12
|
+
- 227c6e8: S-120500: Migrated notification-settings-scenario in playwright
|
|
13
|
+
|
|
3
14
|
## 0.0.59
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|