@widergy/polling-handling 2.1.2 → 2.2.1

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 +15 -8
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,15 +1,22 @@
1
- ## [2.1.2](https://github.com/widergy/polling-handling/compare/v2.1.1...v2.1.2) (2026-04-16)
1
+ ## [2.2.1](https://github.com/widergy/polling-handling/compare/v2.2.0...v2.2.1) (2026-09-03)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
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))
6
+ * publish on master ([388bb43](https://github.com/widergy/polling-handling/commit/388bb436b9e5ddba468c399bdc9728f01c3df643))
7
+
8
+ # [2.2.0](https://github.com/widergy/polling-handling/compare/v2.1.2...v2.2.0) (2026-08-25)
9
+
10
+
11
+ ### Features
12
+
13
+ * codeartifact publish step ([cedccda](https://github.com/widergy/polling-handling/commit/cedccdaf8de43e55652479cfcfaa982a53ee03bf))
14
+
15
+ ## [2.1.2](https://github.com/widergy/polling-handling/compare/v2.1.1...v2.1.2) (2026-04-16)
16
+
17
+ ### Correcciones
18
+
19
+ * 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
20
 
14
21
  ## [2.1.1](https://github.com/widergy/polling-handling/compare/v2.1.0...v2.1.1) (2025-03-25)
15
22
 
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.1",
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"