react-dom 19.3.0-canary-561ee24d-20251101 → 19.3.0-canary-67f7d47a-20251103

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.
@@ -30325,11 +30325,11 @@
30325
30325
  };
30326
30326
  (function () {
30327
30327
  var isomorphicReactPackageVersion = React.version;
30328
- if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
30328
+ if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
30329
30329
  throw Error(
30330
30330
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
30331
30331
  (isomorphicReactPackageVersion +
30332
- "\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
30332
+ "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
30333
30333
  );
30334
30334
  })();
30335
30335
  ("function" === typeof Map &&
@@ -30366,10 +30366,10 @@
30366
30366
  !(function () {
30367
30367
  var internals = {
30368
30368
  bundleType: 1,
30369
- version: "19.3.0-canary-561ee24d-20251101",
30369
+ version: "19.3.0-canary-67f7d47a-20251103",
30370
30370
  rendererPackageName: "react-dom",
30371
30371
  currentDispatcherRef: ReactSharedInternals,
30372
- reconcilerVersion: "19.3.0-canary-561ee24d-20251101"
30372
+ reconcilerVersion: "19.3.0-canary-67f7d47a-20251103"
30373
30373
  };
30374
30374
  internals.overrideHookState = overrideHookState;
30375
30375
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30507,7 +30507,7 @@
30507
30507
  listenToAllSupportedEvents(container);
30508
30508
  return new ReactDOMHydrationRoot(initialChildren);
30509
30509
  };
30510
- exports.version = "19.3.0-canary-561ee24d-20251101";
30510
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
30511
30511
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
30512
30512
  "function" ===
30513
30513
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -17944,14 +17944,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
17944
17944
  };
17945
17945
  var isomorphicReactPackageVersion$jscomp$inline_2056 = React.version;
17946
17946
  if (
17947
- "19.3.0-canary-561ee24d-20251101" !==
17947
+ "19.3.0-canary-67f7d47a-20251103" !==
17948
17948
  isomorphicReactPackageVersion$jscomp$inline_2056
17949
17949
  )
17950
17950
  throw Error(
17951
17951
  formatProdErrorMessage(
17952
17952
  527,
17953
17953
  isomorphicReactPackageVersion$jscomp$inline_2056,
17954
- "19.3.0-canary-561ee24d-20251101"
17954
+ "19.3.0-canary-67f7d47a-20251103"
17955
17955
  )
17956
17956
  );
17957
17957
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17973,10 +17973,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
17973
17973
  };
17974
17974
  var internals$jscomp$inline_2643 = {
17975
17975
  bundleType: 0,
17976
- version: "19.3.0-canary-561ee24d-20251101",
17976
+ version: "19.3.0-canary-67f7d47a-20251103",
17977
17977
  rendererPackageName: "react-dom",
17978
17978
  currentDispatcherRef: ReactSharedInternals,
17979
- reconcilerVersion: "19.3.0-canary-561ee24d-20251101"
17979
+ reconcilerVersion: "19.3.0-canary-67f7d47a-20251103"
17980
17980
  };
17981
17981
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
17982
17982
  var hook$jscomp$inline_2644 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18074,4 +18074,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
18074
18074
  listenToAllSupportedEvents(container);
18075
18075
  return new ReactDOMHydrationRoot(initialChildren);
18076
18076
  };
18077
- exports.version = "19.3.0-canary-561ee24d-20251101";
18077
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
@@ -30377,11 +30377,11 @@
30377
30377
  };
30378
30378
  (function () {
30379
30379
  var isomorphicReactPackageVersion = React.version;
30380
- if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
30380
+ if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
30381
30381
  throw Error(
30382
30382
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
30383
30383
  (isomorphicReactPackageVersion +
30384
- "\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
30384
+ "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
30385
30385
  );
30386
30386
  })();
30387
30387
  ("function" === typeof Map &&
@@ -30418,10 +30418,10 @@
30418
30418
  !(function () {
30419
30419
  var internals = {
30420
30420
  bundleType: 1,
30421
- version: "19.3.0-canary-561ee24d-20251101",
30421
+ version: "19.3.0-canary-67f7d47a-20251103",
30422
30422
  rendererPackageName: "react-dom",
30423
30423
  currentDispatcherRef: ReactSharedInternals,
30424
- reconcilerVersion: "19.3.0-canary-561ee24d-20251101"
30424
+ reconcilerVersion: "19.3.0-canary-67f7d47a-20251103"
30425
30425
  };
30426
30426
  internals.overrideHookState = overrideHookState;
30427
30427
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30889,7 +30889,7 @@
30889
30889
  exports.useFormStatus = function () {
30890
30890
  return resolveDispatcher().useHostTransitionStatus();
30891
30891
  };
30892
- exports.version = "19.3.0-canary-561ee24d-20251101";
30892
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
30893
30893
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
30894
30894
  "function" ===
30895
30895
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -19866,14 +19866,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
19866
19866
  };
19867
19867
  var isomorphicReactPackageVersion$jscomp$inline_2353 = React.version;
19868
19868
  if (
19869
- "19.3.0-canary-561ee24d-20251101" !==
19869
+ "19.3.0-canary-67f7d47a-20251103" !==
19870
19870
  isomorphicReactPackageVersion$jscomp$inline_2353
19871
19871
  )
19872
19872
  throw Error(
19873
19873
  formatProdErrorMessage(
19874
19874
  527,
19875
19875
  isomorphicReactPackageVersion$jscomp$inline_2353,
19876
- "19.3.0-canary-561ee24d-20251101"
19876
+ "19.3.0-canary-67f7d47a-20251103"
19877
19877
  )
19878
19878
  );
19879
19879
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19895,10 +19895,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
19895
19895
  };
19896
19896
  var internals$jscomp$inline_2953 = {
19897
19897
  bundleType: 0,
19898
- version: "19.3.0-canary-561ee24d-20251101",
19898
+ version: "19.3.0-canary-67f7d47a-20251103",
19899
19899
  rendererPackageName: "react-dom",
19900
19900
  currentDispatcherRef: ReactSharedInternals,
19901
- reconcilerVersion: "19.3.0-canary-561ee24d-20251101"
19901
+ reconcilerVersion: "19.3.0-canary-67f7d47a-20251103"
19902
19902
  };
19903
19903
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
19904
19904
  var hook$jscomp$inline_2954 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20157,7 +20157,7 @@ exports.useFormState = function (action, initialState, permalink) {
20157
20157
  exports.useFormStatus = function () {
20158
20158
  return ReactSharedInternals.H.useHostTransitionStatus();
20159
20159
  };
20160
- exports.version = "19.3.0-canary-561ee24d-20251101";
20160
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
20161
20161
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20162
20162
  "function" ===
20163
20163
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -10006,5 +10006,5 @@
10006
10006
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
10007
10007
  );
10008
10008
  };
10009
- exports.version = "19.3.0-canary-561ee24d-20251101";
10009
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
10010
10010
  })();
@@ -6755,4 +6755,4 @@ exports.renderToString = function (children, options) {
6755
6755
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
6756
6756
  );
6757
6757
  };
6758
- exports.version = "19.3.0-canary-561ee24d-20251101";
6758
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
@@ -10006,5 +10006,5 @@
10006
10006
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
10007
10007
  );
10008
10008
  };
10009
- exports.version = "19.3.0-canary-561ee24d-20251101";
10009
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
10010
10010
  })();
@@ -6844,4 +6844,4 @@ exports.renderToString = function (children, options) {
6844
6844
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
6845
6845
  );
6846
6846
  };
6847
- exports.version = "19.3.0-canary-561ee24d-20251101";
6847
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
@@ -8987,11 +8987,11 @@
8987
8987
  }
8988
8988
  function ensureCorrectIsomorphicReactVersion() {
8989
8989
  var isomorphicReactPackageVersion = React.version;
8990
- if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
8990
+ if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
8991
8991
  throw Error(
8992
8992
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8993
8993
  (isomorphicReactPackageVersion +
8994
- "\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
8994
+ "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
8995
8995
  );
8996
8996
  }
8997
8997
  var React = require("react"),
@@ -10797,5 +10797,5 @@
10797
10797
  startWork(request);
10798
10798
  });
10799
10799
  };
10800
- exports.version = "19.3.0-canary-561ee24d-20251101";
10800
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
10801
10801
  })();
@@ -7371,12 +7371,12 @@ function getPostponedState(request) {
7371
7371
  }
7372
7372
  function ensureCorrectIsomorphicReactVersion() {
7373
7373
  var isomorphicReactPackageVersion = React.version;
7374
- if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
7374
+ if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
7375
7375
  throw Error(
7376
7376
  formatProdErrorMessage(
7377
7377
  527,
7378
7378
  isomorphicReactPackageVersion,
7379
- "19.3.0-canary-561ee24d-20251101"
7379
+ "19.3.0-canary-67f7d47a-20251103"
7380
7380
  )
7381
7381
  );
7382
7382
  }
@@ -7631,4 +7631,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
7631
7631
  startWork(request);
7632
7632
  });
7633
7633
  };
7634
- exports.version = "19.3.0-canary-561ee24d-20251101";
7634
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
@@ -9918,11 +9918,11 @@ function getPostponedState(request) {
9918
9918
  }
9919
9919
  function ensureCorrectIsomorphicReactVersion() {
9920
9920
  var isomorphicReactPackageVersion = React.version;
9921
- if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
9921
+ if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
9922
9922
  throw Error(
9923
9923
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9924
9924
  (isomorphicReactPackageVersion +
9925
- "\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
9925
+ "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
9926
9926
  );
9927
9927
  }
9928
9928
  ensureCorrectIsomorphicReactVersion();
@@ -10475,4 +10475,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
10475
10475
  }
10476
10476
  };
10477
10477
  };
10478
- exports.version = "19.3.0-canary-561ee24d-20251101";
10478
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
@@ -7076,11 +7076,11 @@ function getPostponedState(request) {
7076
7076
  }
7077
7077
  function ensureCorrectIsomorphicReactVersion() {
7078
7078
  var isomorphicReactPackageVersion = React.version;
7079
- if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
7079
+ if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
7080
7080
  throw Error(
7081
7081
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7082
7082
  (isomorphicReactPackageVersion +
7083
- "\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
7083
+ "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
7084
7084
  );
7085
7085
  }
7086
7086
  ensureCorrectIsomorphicReactVersion();
@@ -7633,4 +7633,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
7633
7633
  }
7634
7634
  };
7635
7635
  };
7636
- exports.version = "19.3.0-canary-561ee24d-20251101";
7636
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
@@ -9010,11 +9010,11 @@
9010
9010
  }
9011
9011
  function ensureCorrectIsomorphicReactVersion() {
9012
9012
  var isomorphicReactPackageVersion = React.version;
9013
- if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
9013
+ if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
9014
9014
  throw Error(
9015
9015
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9016
9016
  (isomorphicReactPackageVersion +
9017
- "\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
9017
+ "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
9018
9018
  );
9019
9019
  }
9020
9020
  var React = require("react"),
@@ -10816,5 +10816,5 @@
10816
10816
  startWork(request);
10817
10817
  });
10818
10818
  };
10819
- exports.version = "19.3.0-canary-561ee24d-20251101";
10819
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
10820
10820
  })();
@@ -7475,11 +7475,11 @@ function getPostponedState(request) {
7475
7475
  }
7476
7476
  function ensureCorrectIsomorphicReactVersion() {
7477
7477
  var isomorphicReactPackageVersion = React.version;
7478
- if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
7478
+ if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
7479
7479
  throw Error(
7480
7480
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7481
7481
  (isomorphicReactPackageVersion +
7482
- "\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
7482
+ "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
7483
7483
  );
7484
7484
  }
7485
7485
  ensureCorrectIsomorphicReactVersion();
@@ -7733,4 +7733,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
7733
7733
  startWork(request);
7734
7734
  });
7735
7735
  };
7736
- exports.version = "19.3.0-canary-561ee24d-20251101";
7736
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
@@ -8884,11 +8884,11 @@
8884
8884
  }
8885
8885
  function ensureCorrectIsomorphicReactVersion() {
8886
8886
  var isomorphicReactPackageVersion = React.version;
8887
- if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
8887
+ if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
8888
8888
  throw Error(
8889
8889
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8890
8890
  (isomorphicReactPackageVersion +
8891
- "\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
8891
+ "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
8892
8892
  );
8893
8893
  }
8894
8894
  function createDrainHandler(destination, request) {
@@ -11000,5 +11000,5 @@
11000
11000
  }
11001
11001
  };
11002
11002
  };
11003
- exports.version = "19.3.0-canary-561ee24d-20251101";
11003
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
11004
11004
  })();
@@ -7366,11 +7366,11 @@ function getPostponedState(request) {
7366
7366
  }
7367
7367
  function ensureCorrectIsomorphicReactVersion() {
7368
7368
  var isomorphicReactPackageVersion = React.version;
7369
- if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
7369
+ if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
7370
7370
  throw Error(
7371
7371
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7372
7372
  (isomorphicReactPackageVersion +
7373
- "\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
7373
+ "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
7374
7374
  );
7375
7375
  }
7376
7376
  ensureCorrectIsomorphicReactVersion();
@@ -7928,4 +7928,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
7928
7928
  }
7929
7929
  };
7930
7930
  };
7931
- exports.version = "19.3.0-canary-561ee24d-20251101";
7931
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.3.0-canary-561ee24d-20251101";
419
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
420
420
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
421
421
  "function" ===
422
422
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -207,4 +207,4 @@ exports.useFormState = function (action, initialState, permalink) {
207
207
  exports.useFormStatus = function () {
208
208
  return ReactSharedInternals.H.useHostTransitionStatus();
209
209
  };
210
- exports.version = "19.3.0-canary-561ee24d-20251101";
210
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.3.0-canary-561ee24d-20251101";
339
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
340
340
  })();
@@ -149,4 +149,4 @@ exports.preloadModule = function (href, options) {
149
149
  });
150
150
  } else Internals.d.m(href);
151
151
  };
152
- exports.version = "19.3.0-canary-561ee24d-20251101";
152
+ exports.version = "19.3.0-canary-67f7d47a-20251103";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.3.0-canary-561ee24d-20251101",
3
+ "version": "19.3.0-canary-67f7d47a-20251103",
4
4
  "description": "React package for working with the DOM.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "homepage": "https://react.dev/",
19
19
  "dependencies": {
20
- "scheduler": "0.28.0-canary-561ee24d-20251101"
20
+ "scheduler": "0.28.0-canary-67f7d47a-20251103"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.3.0-canary-561ee24d-20251101"
23
+ "react": "19.3.0-canary-67f7d47a-20251103"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",