@stryke/hooks 0.4.17 → 0.4.18

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/hooks",
3
- "version": "0.4.17",
3
+ "version": "0.4.18",
4
4
  "type": "module",
5
5
  "description": "A package containing shared hooks that can be used in any React UI project",
6
6
  "repository": {
@@ -23,10 +23,10 @@
23
23
  "react": "^19.2.0",
24
24
  "react-dom": "^19.2.0",
25
25
  "react-native": "^0.77.3",
26
- "@stryke/env": "^0.20.19",
27
- "@stryke/helpers": "^0.9.8",
28
- "@stryke/type-checks": "^0.3.16",
29
- "@stryke/types": "^0.10.6"
26
+ "@stryke/env": "^0.20.20",
27
+ "@stryke/helpers": "^0.9.9",
28
+ "@stryke/type-checks": "^0.3.17",
29
+ "@stryke/types": "^0.10.7"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/react": "^19.2.6",
@@ -336,5 +336,5 @@
336
336
  "main": "./dist/index.cjs",
337
337
  "module": "./dist/index.mjs",
338
338
  "types": "./dist/index.d.ts",
339
- "gitHead": "fc3f6e2179191455ef4c9a8e7be4294a77228b07"
339
+ "gitHead": "3e25bbb29dbc40028763147139a99c437e48426b"
340
340
  }