react-input-material 0.0.816-4 → 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 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.816-4",
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",
@@ -517,6 +517,17 @@
517
517
  "injection": {
518
518
  "entry": {
519
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
+ }
520
531
  }
521
532
  },
522
533
  "module": {
@@ -625,11 +636,6 @@
625
636
  }
626
637
  },
627
638
  "webpack": {
628
- "resolve": {
629
- "fallback": {
630
- "crypto": false
631
- }
632
- },
633
639
  "snapshot": {
634
640
  "unmanagedPaths": [
635
641
  {