@digital-ai/devops-page-object-release 0.0.0-pikachu-20250811111032 → 0.0.0-pikachu-20250814100204
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 +8 -1
- package/dist/main.js +11324 -0
- package/dist/main.js.map +1 -0
- package/dist/module.js +9715 -0
- package/dist/module.js.map +1 -0
- package/dist/types.d.ts +2271 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-release
|
|
2
2
|
|
|
3
|
-
## 0.0.0-pikachu-
|
|
3
|
+
## 0.0.0-pikachu-20250814100204
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- b7e9f9c: S-123064 `Releases filter` - adjust page objects to follow new filter components
|
|
8
8
|
|
|
9
|
+
## 0.0.71
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- cb00215: Fix Search label rename
|
|
14
|
+
- 36f2832: S-122814: Added a method for team and user validation
|
|
15
|
+
|
|
9
16
|
## 0.0.70
|
|
10
17
|
|
|
11
18
|
### Patch Changes
|