@widergy/polling-handling 2.1.2 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -9
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
- ## [2.1.2](https://github.com/widergy/polling-handling/compare/v2.1.1...v2.1.2) (2026-04-16)
1
+ # [2.2.0](https://github.com/widergy/polling-handling/compare/v2.1.2...v2.2.0) (2026-08-25)
2
2
 
3
3
 
4
- ### Bug Fixes
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
5
11
 
6
- * fix lock versions ([937c911](https://github.com/widergy/polling-handling/commit/937c9115cfbf92a98097b3b7c45a62297d3e542d))
7
- * new ci npm token ([bd2fed9](https://github.com/widergy/polling-handling/commit/bd2fed99b8cafbcff9f5a029f21703ddf28262bb))
8
- * remove lock from ignore ([093c6ee](https://github.com/widergy/polling-handling/commit/093c6ee9ca7bdff1367cb47af7bac7911b5a5d71))
9
- * revert ci upgrade ([2c75b36](https://github.com/widergy/polling-handling/commit/2c75b364179688ccf7ad6bb4ba4d050b7c6fe4f1))
10
- * test org deploy ([c0521bf](https://github.com/widergy/polling-handling/commit/c0521bfec1e2268d0a3363ba26ab3e12f33b12c5))
11
- * update node ci version ([9831705](https://github.com/widergy/polling-handling/commit/9831705ff4aa77ffad744b50a4276e37a899f1e7))
12
- * upgrades node image ([bf4752a](https://github.com/widergy/polling-handling/commit/bf4752aadc650b6b6efe8d428943842967c78cd7))
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
13
 
14
14
  ## [2.1.1](https://github.com/widergy/polling-handling/compare/v2.1.0...v2.1.1) (2025-03-25)
15
15
 
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@widergy/polling-handling",
3
- "version": "2.1.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"