@widergy/polling-handling 2.1.1 → 2.2.0
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 +13 -0
- package/README.md +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# [2.2.0](https://github.com/widergy/polling-handling/compare/v2.1.2...v2.2.0) (2026-08-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* codeartifact publish step ([cedccda](https://github.com/widergy/polling-handling/commit/cedccdaf8de43e55652479cfcfaa982a53ee03bf))
|
|
7
|
+
|
|
8
|
+
## [2.1.2](https://github.com/widergy/polling-handling/compare/v2.1.1...v2.1.2) (2026-04-16)
|
|
9
|
+
|
|
10
|
+
### Correcciones
|
|
11
|
+
|
|
12
|
+
* Mejoras internas de la plataforma. [`bd2fed9`](https://github.com/widergy/polling-handling/commit/bd2fed9) [`bf4752a`](https://github.com/widergy/polling-handling/commit/bf4752a) [`2c75b36`](https://github.com/widergy/polling-handling/commit/2c75b36) [`c0521bf`](https://github.com/widergy/polling-handling/commit/c0521bf) [`9831705`](https://github.com/widergy/polling-handling/commit/9831705) [`093c6ee`](https://github.com/widergy/polling-handling/commit/093c6ee) [`937c911`](https://github.com/widergy/polling-handling/commit/937c911) [`0da695f`](https://github.com/widergy/polling-handling/commit/0da695f) [`5f58004`](https://github.com/widergy/polling-handling/commit/5f58004)
|
|
13
|
+
|
|
1
14
|
## [2.1.1](https://github.com/widergy/polling-handling/compare/v2.1.0...v2.1.1) (2025-03-25)
|
|
2
15
|
|
|
3
16
|
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Polling Handling 
|
|
1
|
+
# Polling Handling 
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|

|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@widergy/polling-handling",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Utility GO! Polling Handling",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
9
|
"prepare": "npm run build && husky install",
|
|
10
|
-
"build": "tsc"
|
|
10
|
+
"build": "tsc",
|
|
11
|
+
"aws-configure": "bash scripts/aws-configure.sh"
|
|
11
12
|
},
|
|
12
13
|
"files": [
|
|
13
14
|
"lib"
|