react-input-material 0.0.816-3 → 0.0.816-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 (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.816-3",
3
+ "version": "0.0.816-4",
4
4
  "description": "Reusable material design based input field with support for (richt-)text, code, selections, numbers, dates and so on.",
5
5
  "keywords": [
6
6
  "form-field",
@@ -423,9 +423,6 @@
423
423
  "optional": true
424
424
  }
425
425
  },
426
- "browser": {
427
- "crypto": false
428
- },
429
426
  "engines": {
430
427
  "node": ">=24",
431
428
  "npm": ">=11",
@@ -628,6 +625,11 @@
628
625
  }
629
626
  },
630
627
  "webpack": {
628
+ "resolve": {
629
+ "fallback": {
630
+ "crypto": false
631
+ }
632
+ },
631
633
  "snapshot": {
632
634
  "unmanagedPaths": [
633
635
  {