react-dom 19.3.0-canary-65eec428-20251218 → 19.3.0-canary-5aec1b2a-20260110

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.
@@ -30396,11 +30396,11 @@
30396
30396
  };
30397
30397
  (function () {
30398
30398
  var isomorphicReactPackageVersion = React.version;
30399
- if ("19.3.0-canary-65eec428-20251218" !== isomorphicReactPackageVersion)
30399
+ if ("19.3.0-canary-5aec1b2a-20260110" !== isomorphicReactPackageVersion)
30400
30400
  throw Error(
30401
30401
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
30402
30402
  (isomorphicReactPackageVersion +
30403
- "\n - react-dom: 19.3.0-canary-65eec428-20251218\nLearn more: https://react.dev/warnings/version-mismatch")
30403
+ "\n - react-dom: 19.3.0-canary-5aec1b2a-20260110\nLearn more: https://react.dev/warnings/version-mismatch")
30404
30404
  );
30405
30405
  })();
30406
30406
  ("function" === typeof Map &&
@@ -30437,10 +30437,10 @@
30437
30437
  !(function () {
30438
30438
  var internals = {
30439
30439
  bundleType: 1,
30440
- version: "19.3.0-canary-65eec428-20251218",
30440
+ version: "19.3.0-canary-5aec1b2a-20260110",
30441
30441
  rendererPackageName: "react-dom",
30442
30442
  currentDispatcherRef: ReactSharedInternals,
30443
- reconcilerVersion: "19.3.0-canary-65eec428-20251218"
30443
+ reconcilerVersion: "19.3.0-canary-5aec1b2a-20260110"
30444
30444
  };
30445
30445
  internals.overrideHookState = overrideHookState;
30446
30446
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30578,7 +30578,7 @@
30578
30578
  listenToAllSupportedEvents(container);
30579
30579
  return new ReactDOMHydrationRoot(initialChildren);
30580
30580
  };
30581
- exports.version = "19.3.0-canary-65eec428-20251218";
30581
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
30582
30582
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
30583
30583
  "function" ===
30584
30584
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -17988,14 +17988,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
17988
17988
  };
17989
17989
  var isomorphicReactPackageVersion$jscomp$inline_2040 = React.version;
17990
17990
  if (
17991
- "19.3.0-canary-65eec428-20251218" !==
17991
+ "19.3.0-canary-5aec1b2a-20260110" !==
17992
17992
  isomorphicReactPackageVersion$jscomp$inline_2040
17993
17993
  )
17994
17994
  throw Error(
17995
17995
  formatProdErrorMessage(
17996
17996
  527,
17997
17997
  isomorphicReactPackageVersion$jscomp$inline_2040,
17998
- "19.3.0-canary-65eec428-20251218"
17998
+ "19.3.0-canary-5aec1b2a-20260110"
17999
17999
  )
18000
18000
  );
18001
18001
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -18017,10 +18017,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
18017
18017
  };
18018
18018
  var internals$jscomp$inline_2628 = {
18019
18019
  bundleType: 0,
18020
- version: "19.3.0-canary-65eec428-20251218",
18020
+ version: "19.3.0-canary-5aec1b2a-20260110",
18021
18021
  rendererPackageName: "react-dom",
18022
18022
  currentDispatcherRef: ReactSharedInternals,
18023
- reconcilerVersion: "19.3.0-canary-65eec428-20251218"
18023
+ reconcilerVersion: "19.3.0-canary-5aec1b2a-20260110"
18024
18024
  };
18025
18025
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
18026
18026
  var hook$jscomp$inline_2629 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18118,4 +18118,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
18118
18118
  listenToAllSupportedEvents(container);
18119
18119
  return new ReactDOMHydrationRoot(initialChildren);
18120
18120
  };
18121
- exports.version = "19.3.0-canary-65eec428-20251218";
18121
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
@@ -30454,11 +30454,11 @@
30454
30454
  };
30455
30455
  (function () {
30456
30456
  var isomorphicReactPackageVersion = React.version;
30457
- if ("19.3.0-canary-65eec428-20251218" !== isomorphicReactPackageVersion)
30457
+ if ("19.3.0-canary-5aec1b2a-20260110" !== isomorphicReactPackageVersion)
30458
30458
  throw Error(
30459
30459
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
30460
30460
  (isomorphicReactPackageVersion +
30461
- "\n - react-dom: 19.3.0-canary-65eec428-20251218\nLearn more: https://react.dev/warnings/version-mismatch")
30461
+ "\n - react-dom: 19.3.0-canary-5aec1b2a-20260110\nLearn more: https://react.dev/warnings/version-mismatch")
30462
30462
  );
30463
30463
  })();
30464
30464
  ("function" === typeof Map &&
@@ -30495,10 +30495,10 @@
30495
30495
  !(function () {
30496
30496
  var internals = {
30497
30497
  bundleType: 1,
30498
- version: "19.3.0-canary-65eec428-20251218",
30498
+ version: "19.3.0-canary-5aec1b2a-20260110",
30499
30499
  rendererPackageName: "react-dom",
30500
30500
  currentDispatcherRef: ReactSharedInternals,
30501
- reconcilerVersion: "19.3.0-canary-65eec428-20251218"
30501
+ reconcilerVersion: "19.3.0-canary-5aec1b2a-20260110"
30502
30502
  };
30503
30503
  internals.overrideHookState = overrideHookState;
30504
30504
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30966,7 +30966,7 @@
30966
30966
  exports.useFormStatus = function () {
30967
30967
  return resolveDispatcher().useHostTransitionStatus();
30968
30968
  };
30969
- exports.version = "19.3.0-canary-65eec428-20251218";
30969
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
30970
30970
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
30971
30971
  "function" ===
30972
30972
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -19916,14 +19916,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
19916
19916
  };
19917
19917
  var isomorphicReactPackageVersion$jscomp$inline_2337 = React.version;
19918
19918
  if (
19919
- "19.3.0-canary-65eec428-20251218" !==
19919
+ "19.3.0-canary-5aec1b2a-20260110" !==
19920
19920
  isomorphicReactPackageVersion$jscomp$inline_2337
19921
19921
  )
19922
19922
  throw Error(
19923
19923
  formatProdErrorMessage(
19924
19924
  527,
19925
19925
  isomorphicReactPackageVersion$jscomp$inline_2337,
19926
- "19.3.0-canary-65eec428-20251218"
19926
+ "19.3.0-canary-5aec1b2a-20260110"
19927
19927
  )
19928
19928
  );
19929
19929
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19945,10 +19945,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
19945
19945
  };
19946
19946
  var internals$jscomp$inline_2938 = {
19947
19947
  bundleType: 0,
19948
- version: "19.3.0-canary-65eec428-20251218",
19948
+ version: "19.3.0-canary-5aec1b2a-20260110",
19949
19949
  rendererPackageName: "react-dom",
19950
19950
  currentDispatcherRef: ReactSharedInternals,
19951
- reconcilerVersion: "19.3.0-canary-65eec428-20251218"
19951
+ reconcilerVersion: "19.3.0-canary-5aec1b2a-20260110"
19952
19952
  };
19953
19953
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
19954
19954
  var hook$jscomp$inline_2939 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20207,7 +20207,7 @@ exports.useFormState = function (action, initialState, permalink) {
20207
20207
  exports.useFormStatus = function () {
20208
20208
  return ReactSharedInternals.H.useHostTransitionStatus();
20209
20209
  };
20210
- exports.version = "19.3.0-canary-65eec428-20251218";
20210
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
20211
20211
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20212
20212
  "function" ===
20213
20213
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -10035,5 +10035,5 @@
10035
10035
  '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'
10036
10036
  );
10037
10037
  };
10038
- exports.version = "19.3.0-canary-65eec428-20251218";
10038
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
10039
10039
  })();
@@ -6763,4 +6763,4 @@ exports.renderToString = function (children, options) {
6763
6763
  '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'
6764
6764
  );
6765
6765
  };
6766
- exports.version = "19.3.0-canary-65eec428-20251218";
6766
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
@@ -10035,5 +10035,5 @@
10035
10035
  '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'
10036
10036
  );
10037
10037
  };
10038
- exports.version = "19.3.0-canary-65eec428-20251218";
10038
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
10039
10039
  })();
@@ -6855,4 +6855,4 @@ exports.renderToString = function (children, options) {
6855
6855
  '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'
6856
6856
  );
6857
6857
  };
6858
- exports.version = "19.3.0-canary-65eec428-20251218";
6858
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
@@ -9001,11 +9001,11 @@
9001
9001
  }
9002
9002
  function ensureCorrectIsomorphicReactVersion() {
9003
9003
  var isomorphicReactPackageVersion = React.version;
9004
- if ("19.3.0-canary-65eec428-20251218" !== isomorphicReactPackageVersion)
9004
+ if ("19.3.0-canary-5aec1b2a-20260110" !== isomorphicReactPackageVersion)
9005
9005
  throw Error(
9006
9006
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9007
9007
  (isomorphicReactPackageVersion +
9008
- "\n - react-dom: 19.3.0-canary-65eec428-20251218\nLearn more: https://react.dev/warnings/version-mismatch")
9008
+ "\n - react-dom: 19.3.0-canary-5aec1b2a-20260110\nLearn more: https://react.dev/warnings/version-mismatch")
9009
9009
  );
9010
9010
  }
9011
9011
  var React = require("react"),
@@ -10808,5 +10808,5 @@
10808
10808
  startWork(request);
10809
10809
  });
10810
10810
  };
10811
- exports.version = "19.3.0-canary-65eec428-20251218";
10811
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
10812
10812
  })();
@@ -7365,12 +7365,12 @@ function getPostponedState(request) {
7365
7365
  }
7366
7366
  function ensureCorrectIsomorphicReactVersion() {
7367
7367
  var isomorphicReactPackageVersion = React.version;
7368
- if ("19.3.0-canary-65eec428-20251218" !== isomorphicReactPackageVersion)
7368
+ if ("19.3.0-canary-5aec1b2a-20260110" !== isomorphicReactPackageVersion)
7369
7369
  throw Error(
7370
7370
  formatProdErrorMessage(
7371
7371
  527,
7372
7372
  isomorphicReactPackageVersion,
7373
- "19.3.0-canary-65eec428-20251218"
7373
+ "19.3.0-canary-5aec1b2a-20260110"
7374
7374
  )
7375
7375
  );
7376
7376
  }
@@ -7621,4 +7621,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
7621
7621
  startWork(request);
7622
7622
  });
7623
7623
  };
7624
- exports.version = "19.3.0-canary-65eec428-20251218";
7624
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
@@ -9930,11 +9930,11 @@ function getPostponedState(request) {
9930
9930
  }
9931
9931
  function ensureCorrectIsomorphicReactVersion() {
9932
9932
  var isomorphicReactPackageVersion = React.version;
9933
- if ("19.3.0-canary-65eec428-20251218" !== isomorphicReactPackageVersion)
9933
+ if ("19.3.0-canary-5aec1b2a-20260110" !== isomorphicReactPackageVersion)
9934
9934
  throw Error(
9935
9935
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9936
9936
  (isomorphicReactPackageVersion +
9937
- "\n - react-dom: 19.3.0-canary-65eec428-20251218\nLearn more: https://react.dev/warnings/version-mismatch")
9937
+ "\n - react-dom: 19.3.0-canary-5aec1b2a-20260110\nLearn more: https://react.dev/warnings/version-mismatch")
9938
9938
  );
9939
9939
  }
9940
9940
  ensureCorrectIsomorphicReactVersion();
@@ -10479,4 +10479,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
10479
10479
  }
10480
10480
  };
10481
10481
  };
10482
- exports.version = "19.3.0-canary-65eec428-20251218";
10482
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
@@ -7073,11 +7073,11 @@ function getPostponedState(request) {
7073
7073
  }
7074
7074
  function ensureCorrectIsomorphicReactVersion() {
7075
7075
  var isomorphicReactPackageVersion = React.version;
7076
- if ("19.3.0-canary-65eec428-20251218" !== isomorphicReactPackageVersion)
7076
+ if ("19.3.0-canary-5aec1b2a-20260110" !== isomorphicReactPackageVersion)
7077
7077
  throw Error(
7078
7078
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7079
7079
  (isomorphicReactPackageVersion +
7080
- "\n - react-dom: 19.3.0-canary-65eec428-20251218\nLearn more: https://react.dev/warnings/version-mismatch")
7080
+ "\n - react-dom: 19.3.0-canary-5aec1b2a-20260110\nLearn more: https://react.dev/warnings/version-mismatch")
7081
7081
  );
7082
7082
  }
7083
7083
  ensureCorrectIsomorphicReactVersion();
@@ -7622,4 +7622,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
7622
7622
  }
7623
7623
  };
7624
7624
  };
7625
- exports.version = "19.3.0-canary-65eec428-20251218";
7625
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
@@ -9024,11 +9024,11 @@
9024
9024
  }
9025
9025
  function ensureCorrectIsomorphicReactVersion() {
9026
9026
  var isomorphicReactPackageVersion = React.version;
9027
- if ("19.3.0-canary-65eec428-20251218" !== isomorphicReactPackageVersion)
9027
+ if ("19.3.0-canary-5aec1b2a-20260110" !== isomorphicReactPackageVersion)
9028
9028
  throw Error(
9029
9029
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9030
9030
  (isomorphicReactPackageVersion +
9031
- "\n - react-dom: 19.3.0-canary-65eec428-20251218\nLearn more: https://react.dev/warnings/version-mismatch")
9031
+ "\n - react-dom: 19.3.0-canary-5aec1b2a-20260110\nLearn more: https://react.dev/warnings/version-mismatch")
9032
9032
  );
9033
9033
  }
9034
9034
  var React = require("react"),
@@ -10827,5 +10827,5 @@
10827
10827
  startWork(request);
10828
10828
  });
10829
10829
  };
10830
- exports.version = "19.3.0-canary-65eec428-20251218";
10830
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
10831
10831
  })();
@@ -7472,11 +7472,11 @@ function getPostponedState(request) {
7472
7472
  }
7473
7473
  function ensureCorrectIsomorphicReactVersion() {
7474
7474
  var isomorphicReactPackageVersion = React.version;
7475
- if ("19.3.0-canary-65eec428-20251218" !== isomorphicReactPackageVersion)
7475
+ if ("19.3.0-canary-5aec1b2a-20260110" !== isomorphicReactPackageVersion)
7476
7476
  throw Error(
7477
7477
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7478
7478
  (isomorphicReactPackageVersion +
7479
- "\n - react-dom: 19.3.0-canary-65eec428-20251218\nLearn more: https://react.dev/warnings/version-mismatch")
7479
+ "\n - react-dom: 19.3.0-canary-5aec1b2a-20260110\nLearn more: https://react.dev/warnings/version-mismatch")
7480
7480
  );
7481
7481
  }
7482
7482
  ensureCorrectIsomorphicReactVersion();
@@ -7726,4 +7726,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
7726
7726
  startWork(request);
7727
7727
  });
7728
7728
  };
7729
- exports.version = "19.3.0-canary-65eec428-20251218";
7729
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
@@ -8898,11 +8898,11 @@
8898
8898
  }
8899
8899
  function ensureCorrectIsomorphicReactVersion() {
8900
8900
  var isomorphicReactPackageVersion = React.version;
8901
- if ("19.3.0-canary-65eec428-20251218" !== isomorphicReactPackageVersion)
8901
+ if ("19.3.0-canary-5aec1b2a-20260110" !== isomorphicReactPackageVersion)
8902
8902
  throw Error(
8903
8903
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8904
8904
  (isomorphicReactPackageVersion +
8905
- "\n - react-dom: 19.3.0-canary-65eec428-20251218\nLearn more: https://react.dev/warnings/version-mismatch")
8905
+ "\n - react-dom: 19.3.0-canary-5aec1b2a-20260110\nLearn more: https://react.dev/warnings/version-mismatch")
8906
8906
  );
8907
8907
  }
8908
8908
  function createDrainHandler(destination, request) {
@@ -11007,5 +11007,5 @@
11007
11007
  }
11008
11008
  };
11009
11009
  };
11010
- exports.version = "19.3.0-canary-65eec428-20251218";
11010
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
11011
11011
  })();
@@ -7363,11 +7363,11 @@ function getPostponedState(request) {
7363
7363
  }
7364
7364
  function ensureCorrectIsomorphicReactVersion() {
7365
7365
  var isomorphicReactPackageVersion = React.version;
7366
- if ("19.3.0-canary-65eec428-20251218" !== isomorphicReactPackageVersion)
7366
+ if ("19.3.0-canary-5aec1b2a-20260110" !== isomorphicReactPackageVersion)
7367
7367
  throw Error(
7368
7368
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7369
7369
  (isomorphicReactPackageVersion +
7370
- "\n - react-dom: 19.3.0-canary-65eec428-20251218\nLearn more: https://react.dev/warnings/version-mismatch")
7370
+ "\n - react-dom: 19.3.0-canary-5aec1b2a-20260110\nLearn more: https://react.dev/warnings/version-mismatch")
7371
7371
  );
7372
7372
  }
7373
7373
  ensureCorrectIsomorphicReactVersion();
@@ -7917,4 +7917,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
7917
7917
  }
7918
7918
  };
7919
7919
  };
7920
- exports.version = "19.3.0-canary-65eec428-20251218";
7920
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
@@ -422,7 +422,7 @@
422
422
  exports.useFormStatus = function () {
423
423
  return resolveDispatcher().useHostTransitionStatus();
424
424
  };
425
- exports.version = "19.3.0-canary-65eec428-20251218";
425
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
426
426
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
427
427
  "function" ===
428
428
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -213,4 +213,4 @@ exports.useFormState = function (action, initialState, permalink) {
213
213
  exports.useFormStatus = function () {
214
214
  return ReactSharedInternals.H.useHostTransitionStatus();
215
215
  };
216
- exports.version = "19.3.0-canary-65eec428-20251218";
216
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.3.0-canary-65eec428-20251218";
339
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
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-65eec428-20251218";
152
+ exports.version = "19.3.0-canary-5aec1b2a-20260110";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.3.0-canary-65eec428-20251218",
3
+ "version": "19.3.0-canary-5aec1b2a-20260110",
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-65eec428-20251218"
20
+ "scheduler": "0.28.0-canary-5aec1b2a-20260110"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.3.0-canary-65eec428-20251218"
23
+ "react": "19.3.0-canary-5aec1b2a-20260110"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",