@stryke/hooks 0.4.31 → 0.4.33

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 CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  # Changelog for Stryke - Hooks
4
4
 
5
+ ## [0.4.32](https://github.com/storm-software/stryke/releases/tag/hooks%400.4.32) (12/07/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **type-checks** to **v0.5.6**
10
+ - Updated **helpers** to **v0.9.23**
11
+ - Updated **types** to **v0.10.20**
12
+ - Updated **env** to **v0.20.34**
13
+
14
+ ## [0.4.31](https://github.com/storm-software/stryke/releases/tag/hooks%400.4.31) (12/07/2025)
15
+
16
+ ### Miscellaneous
17
+
18
+ - **hooks:** Added missing configuration file from `tsconfig.json`
19
+ ([f83e71d](https://github.com/storm-software/stryke/commit/f83e71d))
20
+
21
+ ### Updated Dependencies
22
+
23
+ - Updated **type-checks** to **v0.5.5**
24
+ - Updated **helpers** to **v0.9.22**
25
+ - Updated **types** to **v0.10.19**
26
+ - Updated **env** to **v0.20.33**
27
+
5
28
  ## [0.4.30](https://github.com/storm-software/stryke/releases/tag/hooks%400.4.30) (12/07/2025)
6
29
 
7
30
  ### Updated Dependencies
@@ -1 +1 @@
1
- {"version":3,"file":"use-debounce-B07BBb1-.d.mts","names":[],"sources":["../../helpers/src/debounce.ts","../src/use-debounce.ts"],"sourcesContent":[],"mappings":";UAiBiB,eAAA;EAAA,MAAA,CAAA,EACN,WADqB;;;;AAAf,iBCsCD,WDrCL,CAAA,UAAW,CAAA,GAAA,IAAA,EAAA,GAAA,EAAA,GAAA,GAAA,GAAA,SAAA,GAAA,IAAA,EAAA,oBCuCA,CDvCA,GAAA;;OC0ChB,2BAA0B,kBAAuB;;AALvD;;;AAKgC,iBAmBhB,gBAnBgB,CAAA,CAAA,CAAA,CAAA,GAAA,EAmBS,CAnBT,EAAA,GAAA,CAAA,EAAA,MAAA,CAAA,EAmBsB,CAnBtB"}
1
+ {"version":3,"file":"use-debounce-B07BBb1-.d.mts","names":[],"sources":["../../helpers/src/debounce.ts","../src/use-debounce.ts"],"sourcesContent":[],"mappings":";UAiBiB,eAAA;EAAA,MAAA,CAAA,EACN,WADqB;;;;AAAf,iBCsCD,WDrCL,CAAA,UAAA,CAAW,GAAA,IAAA,EAAA,GAAA,EAAA,GAAA,GAAA,GAAA,SAAA,GAAA,IAAA,EAAA,oBCuCA,CDvCA,GAAA;;OC0ChB,2BAA0B,kBAAuB;;AALvD;;;AAKgC,iBAmBhB,gBAnBgB,CAAA,CAAA,CAAA,CAAA,GAAA,EAmBS,CAnBT,EAAA,GAAA,CAAA,EAAA,MAAA,CAAA,EAmBsB,CAnBtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/hooks",
3
- "version": "0.4.31",
3
+ "version": "0.4.33",
4
4
  "type": "module",
5
5
  "description": "A package containing shared hooks that can be used in any React UI project",
6
6
  "repository": {
@@ -106,5 +106,5 @@
106
106
  "tsdown": "^0.17.1"
107
107
  },
108
108
  "publishConfig": { "access": "public" },
109
- "gitHead": "5c645896466d1f6a26fb9cf9748ba226dd4d1f07"
109
+ "gitHead": "a8150893a60931fa973990e3f5461bfdaaae6895"
110
110
  }