@gr4vy/secure-fields-react 2.2.2 → 2.2.4

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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v2.2.4 (Tue Jan 13 2026)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - chore(dev-deps): update dependency typescript-transform-paths to ^3.5.6 [#1060](https://github.com/gr4vy/secure-fields/pull/1060) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@renovate[bot]](https://github.com/renovate[bot])
10
+
11
+ ---
12
+
1
13
  # v2.2.2 (Wed Dec 17 2025)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gr4vy/secure-fields-react",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "description": "Gr4vy-hosted secure fields offering advanced theming, PCI compliance, event handling, and more.",
5
5
  "main": "lib/index",
6
6
  "types": "lib/index",
@@ -41,7 +41,7 @@
41
41
  "react-dom": ">=17.0.0"
42
42
  },
43
43
  "dependencies": {
44
- "@gr4vy/secure-fields": "^2.2.2"
44
+ "@gr4vy/secure-fields": "^2.2.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@testing-library/react": "^12.1.5",
@@ -49,11 +49,11 @@
49
49
  "react": "^17.0.2",
50
50
  "react-dom": "^17.0.2",
51
51
  "ts-patch": "^2.1.0",
52
- "typescript-transform-paths": "^3.5.5"
52
+ "typescript-transform-paths": "^3.5.6"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public",
56
56
  "registry": "https://registry.npmjs.org"
57
57
  },
58
- "gitHead": "a1f9a0c5f260038f1b2072f6c0a0331bc84fb590"
58
+ "gitHead": "05430a9ecdab49f3b40fe6599d1543f2af83696b"
59
59
  }