react-input-material 0.0.816-3 → 0.0.816-5

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 +12 -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-5",
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",
@@ -520,6 +517,17 @@
520
517
  "injection": {
521
518
  "entry": {
522
519
  "__evaluate__": "2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2] === 'serve' ? ['./index.css', './playground'] : 2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2].startsWith('test') ? {testBundle: './test'} : self.generic.entry"
520
+ },
521
+ "external": {
522
+ "implicit": {
523
+ "pattern": {
524
+ "include": {
525
+ "__append__": {
526
+ "__evaluate__": "/(?:^|\\/)playwright(?:-core)?(?:$|\\/)/"
527
+ }
528
+ }
529
+ }
530
+ }
523
531
  }
524
532
  },
525
533
  "module": {