react-dom 19.3.0-canary-93fc5740-20251113 → 19.3.0-canary-fb2177c1-20251114

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.
@@ -30394,11 +30394,11 @@
30394
30394
  };
30395
30395
  (function () {
30396
30396
  var isomorphicReactPackageVersion = React.version;
30397
- if ("19.3.0-canary-93fc5740-20251113" !== isomorphicReactPackageVersion)
30397
+ if ("19.3.0-canary-fb2177c1-20251114" !== isomorphicReactPackageVersion)
30398
30398
  throw Error(
30399
30399
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
30400
30400
  (isomorphicReactPackageVersion +
30401
- "\n - react-dom: 19.3.0-canary-93fc5740-20251113\nLearn more: https://react.dev/warnings/version-mismatch")
30401
+ "\n - react-dom: 19.3.0-canary-fb2177c1-20251114\nLearn more: https://react.dev/warnings/version-mismatch")
30402
30402
  );
30403
30403
  })();
30404
30404
  ("function" === typeof Map &&
@@ -30435,10 +30435,10 @@
30435
30435
  !(function () {
30436
30436
  var internals = {
30437
30437
  bundleType: 1,
30438
- version: "19.3.0-canary-93fc5740-20251113",
30438
+ version: "19.3.0-canary-fb2177c1-20251114",
30439
30439
  rendererPackageName: "react-dom",
30440
30440
  currentDispatcherRef: ReactSharedInternals,
30441
- reconcilerVersion: "19.3.0-canary-93fc5740-20251113"
30441
+ reconcilerVersion: "19.3.0-canary-fb2177c1-20251114"
30442
30442
  };
30443
30443
  internals.overrideHookState = overrideHookState;
30444
30444
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30576,7 +30576,7 @@
30576
30576
  listenToAllSupportedEvents(container);
30577
30577
  return new ReactDOMHydrationRoot(initialChildren);
30578
30578
  };
30579
- exports.version = "19.3.0-canary-93fc5740-20251113";
30579
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
30580
30580
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
30581
30581
  "function" ===
30582
30582
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -18008,14 +18008,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
18008
18008
  };
18009
18009
  var isomorphicReactPackageVersion$jscomp$inline_2047 = React.version;
18010
18010
  if (
18011
- "19.3.0-canary-93fc5740-20251113" !==
18011
+ "19.3.0-canary-fb2177c1-20251114" !==
18012
18012
  isomorphicReactPackageVersion$jscomp$inline_2047
18013
18013
  )
18014
18014
  throw Error(
18015
18015
  formatProdErrorMessage(
18016
18016
  527,
18017
18017
  isomorphicReactPackageVersion$jscomp$inline_2047,
18018
- "19.3.0-canary-93fc5740-20251113"
18018
+ "19.3.0-canary-fb2177c1-20251114"
18019
18019
  )
18020
18020
  );
18021
18021
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -18037,10 +18037,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
18037
18037
  };
18038
18038
  var internals$jscomp$inline_2635 = {
18039
18039
  bundleType: 0,
18040
- version: "19.3.0-canary-93fc5740-20251113",
18040
+ version: "19.3.0-canary-fb2177c1-20251114",
18041
18041
  rendererPackageName: "react-dom",
18042
18042
  currentDispatcherRef: ReactSharedInternals,
18043
- reconcilerVersion: "19.3.0-canary-93fc5740-20251113"
18043
+ reconcilerVersion: "19.3.0-canary-fb2177c1-20251114"
18044
18044
  };
18045
18045
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
18046
18046
  var hook$jscomp$inline_2636 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18138,4 +18138,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
18138
18138
  listenToAllSupportedEvents(container);
18139
18139
  return new ReactDOMHydrationRoot(initialChildren);
18140
18140
  };
18141
- exports.version = "19.3.0-canary-93fc5740-20251113";
18141
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
@@ -30446,11 +30446,11 @@
30446
30446
  };
30447
30447
  (function () {
30448
30448
  var isomorphicReactPackageVersion = React.version;
30449
- if ("19.3.0-canary-93fc5740-20251113" !== isomorphicReactPackageVersion)
30449
+ if ("19.3.0-canary-fb2177c1-20251114" !== isomorphicReactPackageVersion)
30450
30450
  throw Error(
30451
30451
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
30452
30452
  (isomorphicReactPackageVersion +
30453
- "\n - react-dom: 19.3.0-canary-93fc5740-20251113\nLearn more: https://react.dev/warnings/version-mismatch")
30453
+ "\n - react-dom: 19.3.0-canary-fb2177c1-20251114\nLearn more: https://react.dev/warnings/version-mismatch")
30454
30454
  );
30455
30455
  })();
30456
30456
  ("function" === typeof Map &&
@@ -30487,10 +30487,10 @@
30487
30487
  !(function () {
30488
30488
  var internals = {
30489
30489
  bundleType: 1,
30490
- version: "19.3.0-canary-93fc5740-20251113",
30490
+ version: "19.3.0-canary-fb2177c1-20251114",
30491
30491
  rendererPackageName: "react-dom",
30492
30492
  currentDispatcherRef: ReactSharedInternals,
30493
- reconcilerVersion: "19.3.0-canary-93fc5740-20251113"
30493
+ reconcilerVersion: "19.3.0-canary-fb2177c1-20251114"
30494
30494
  };
30495
30495
  internals.overrideHookState = overrideHookState;
30496
30496
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30958,7 +30958,7 @@
30958
30958
  exports.useFormStatus = function () {
30959
30959
  return resolveDispatcher().useHostTransitionStatus();
30960
30960
  };
30961
- exports.version = "19.3.0-canary-93fc5740-20251113";
30961
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
30962
30962
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
30963
30963
  "function" ===
30964
30964
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -19930,14 +19930,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
19930
19930
  };
19931
19931
  var isomorphicReactPackageVersion$jscomp$inline_2344 = React.version;
19932
19932
  if (
19933
- "19.3.0-canary-93fc5740-20251113" !==
19933
+ "19.3.0-canary-fb2177c1-20251114" !==
19934
19934
  isomorphicReactPackageVersion$jscomp$inline_2344
19935
19935
  )
19936
19936
  throw Error(
19937
19937
  formatProdErrorMessage(
19938
19938
  527,
19939
19939
  isomorphicReactPackageVersion$jscomp$inline_2344,
19940
- "19.3.0-canary-93fc5740-20251113"
19940
+ "19.3.0-canary-fb2177c1-20251114"
19941
19941
  )
19942
19942
  );
19943
19943
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19959,10 +19959,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
19959
19959
  };
19960
19960
  var internals$jscomp$inline_2945 = {
19961
19961
  bundleType: 0,
19962
- version: "19.3.0-canary-93fc5740-20251113",
19962
+ version: "19.3.0-canary-fb2177c1-20251114",
19963
19963
  rendererPackageName: "react-dom",
19964
19964
  currentDispatcherRef: ReactSharedInternals,
19965
- reconcilerVersion: "19.3.0-canary-93fc5740-20251113"
19965
+ reconcilerVersion: "19.3.0-canary-fb2177c1-20251114"
19966
19966
  };
19967
19967
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
19968
19968
  var hook$jscomp$inline_2946 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20221,7 +20221,7 @@ exports.useFormState = function (action, initialState, permalink) {
20221
20221
  exports.useFormStatus = function () {
20222
20222
  return ReactSharedInternals.H.useHostTransitionStatus();
20223
20223
  };
20224
- exports.version = "19.3.0-canary-93fc5740-20251113";
20224
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
20225
20225
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20226
20226
  "function" ===
20227
20227
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -10029,5 +10029,5 @@
10029
10029
  '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'
10030
10030
  );
10031
10031
  };
10032
- exports.version = "19.3.0-canary-93fc5740-20251113";
10032
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
10033
10033
  })();
@@ -6758,4 +6758,4 @@ exports.renderToString = function (children, options) {
6758
6758
  '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'
6759
6759
  );
6760
6760
  };
6761
- exports.version = "19.3.0-canary-93fc5740-20251113";
6761
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
@@ -10029,5 +10029,5 @@
10029
10029
  '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'
10030
10030
  );
10031
10031
  };
10032
- exports.version = "19.3.0-canary-93fc5740-20251113";
10032
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
10033
10033
  })();
@@ -6850,4 +6850,4 @@ exports.renderToString = function (children, options) {
6850
6850
  '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'
6851
6851
  );
6852
6852
  };
6853
- exports.version = "19.3.0-canary-93fc5740-20251113";
6853
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
@@ -8996,11 +8996,11 @@
8996
8996
  }
8997
8997
  function ensureCorrectIsomorphicReactVersion() {
8998
8998
  var isomorphicReactPackageVersion = React.version;
8999
- if ("19.3.0-canary-93fc5740-20251113" !== isomorphicReactPackageVersion)
8999
+ if ("19.3.0-canary-fb2177c1-20251114" !== isomorphicReactPackageVersion)
9000
9000
  throw Error(
9001
9001
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9002
9002
  (isomorphicReactPackageVersion +
9003
- "\n - react-dom: 19.3.0-canary-93fc5740-20251113\nLearn more: https://react.dev/warnings/version-mismatch")
9003
+ "\n - react-dom: 19.3.0-canary-fb2177c1-20251114\nLearn more: https://react.dev/warnings/version-mismatch")
9004
9004
  );
9005
9005
  }
9006
9006
  var React = require("react"),
@@ -10802,5 +10802,5 @@
10802
10802
  startWork(request);
10803
10803
  });
10804
10804
  };
10805
- exports.version = "19.3.0-canary-93fc5740-20251113";
10805
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
10806
10806
  })();
@@ -7360,12 +7360,12 @@ function getPostponedState(request) {
7360
7360
  }
7361
7361
  function ensureCorrectIsomorphicReactVersion() {
7362
7362
  var isomorphicReactPackageVersion = React.version;
7363
- if ("19.3.0-canary-93fc5740-20251113" !== isomorphicReactPackageVersion)
7363
+ if ("19.3.0-canary-fb2177c1-20251114" !== isomorphicReactPackageVersion)
7364
7364
  throw Error(
7365
7365
  formatProdErrorMessage(
7366
7366
  527,
7367
7367
  isomorphicReactPackageVersion,
7368
- "19.3.0-canary-93fc5740-20251113"
7368
+ "19.3.0-canary-fb2177c1-20251114"
7369
7369
  )
7370
7370
  );
7371
7371
  }
@@ -7616,4 +7616,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
7616
7616
  startWork(request);
7617
7617
  });
7618
7618
  };
7619
- exports.version = "19.3.0-canary-93fc5740-20251113";
7619
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
@@ -9924,11 +9924,11 @@ function getPostponedState(request) {
9924
9924
  }
9925
9925
  function ensureCorrectIsomorphicReactVersion() {
9926
9926
  var isomorphicReactPackageVersion = React.version;
9927
- if ("19.3.0-canary-93fc5740-20251113" !== isomorphicReactPackageVersion)
9927
+ if ("19.3.0-canary-fb2177c1-20251114" !== isomorphicReactPackageVersion)
9928
9928
  throw Error(
9929
9929
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9930
9930
  (isomorphicReactPackageVersion +
9931
- "\n - react-dom: 19.3.0-canary-93fc5740-20251113\nLearn more: https://react.dev/warnings/version-mismatch")
9931
+ "\n - react-dom: 19.3.0-canary-fb2177c1-20251114\nLearn more: https://react.dev/warnings/version-mismatch")
9932
9932
  );
9933
9933
  }
9934
9934
  ensureCorrectIsomorphicReactVersion();
@@ -10473,4 +10473,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
10473
10473
  }
10474
10474
  };
10475
10475
  };
10476
- exports.version = "19.3.0-canary-93fc5740-20251113";
10476
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
@@ -7068,11 +7068,11 @@ function getPostponedState(request) {
7068
7068
  }
7069
7069
  function ensureCorrectIsomorphicReactVersion() {
7070
7070
  var isomorphicReactPackageVersion = React.version;
7071
- if ("19.3.0-canary-93fc5740-20251113" !== isomorphicReactPackageVersion)
7071
+ if ("19.3.0-canary-fb2177c1-20251114" !== isomorphicReactPackageVersion)
7072
7072
  throw Error(
7073
7073
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7074
7074
  (isomorphicReactPackageVersion +
7075
- "\n - react-dom: 19.3.0-canary-93fc5740-20251113\nLearn more: https://react.dev/warnings/version-mismatch")
7075
+ "\n - react-dom: 19.3.0-canary-fb2177c1-20251114\nLearn more: https://react.dev/warnings/version-mismatch")
7076
7076
  );
7077
7077
  }
7078
7078
  ensureCorrectIsomorphicReactVersion();
@@ -7617,4 +7617,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
7617
7617
  }
7618
7618
  };
7619
7619
  };
7620
- exports.version = "19.3.0-canary-93fc5740-20251113";
7620
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
@@ -9019,11 +9019,11 @@
9019
9019
  }
9020
9020
  function ensureCorrectIsomorphicReactVersion() {
9021
9021
  var isomorphicReactPackageVersion = React.version;
9022
- if ("19.3.0-canary-93fc5740-20251113" !== isomorphicReactPackageVersion)
9022
+ if ("19.3.0-canary-fb2177c1-20251114" !== isomorphicReactPackageVersion)
9023
9023
  throw Error(
9024
9024
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9025
9025
  (isomorphicReactPackageVersion +
9026
- "\n - react-dom: 19.3.0-canary-93fc5740-20251113\nLearn more: https://react.dev/warnings/version-mismatch")
9026
+ "\n - react-dom: 19.3.0-canary-fb2177c1-20251114\nLearn more: https://react.dev/warnings/version-mismatch")
9027
9027
  );
9028
9028
  }
9029
9029
  var React = require("react"),
@@ -10821,5 +10821,5 @@
10821
10821
  startWork(request);
10822
10822
  });
10823
10823
  };
10824
- exports.version = "19.3.0-canary-93fc5740-20251113";
10824
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
10825
10825
  })();
@@ -7467,11 +7467,11 @@ function getPostponedState(request) {
7467
7467
  }
7468
7468
  function ensureCorrectIsomorphicReactVersion() {
7469
7469
  var isomorphicReactPackageVersion = React.version;
7470
- if ("19.3.0-canary-93fc5740-20251113" !== isomorphicReactPackageVersion)
7470
+ if ("19.3.0-canary-fb2177c1-20251114" !== isomorphicReactPackageVersion)
7471
7471
  throw Error(
7472
7472
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7473
7473
  (isomorphicReactPackageVersion +
7474
- "\n - react-dom: 19.3.0-canary-93fc5740-20251113\nLearn more: https://react.dev/warnings/version-mismatch")
7474
+ "\n - react-dom: 19.3.0-canary-fb2177c1-20251114\nLearn more: https://react.dev/warnings/version-mismatch")
7475
7475
  );
7476
7476
  }
7477
7477
  ensureCorrectIsomorphicReactVersion();
@@ -7721,4 +7721,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
7721
7721
  startWork(request);
7722
7722
  });
7723
7723
  };
7724
- exports.version = "19.3.0-canary-93fc5740-20251113";
7724
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
@@ -8893,11 +8893,11 @@
8893
8893
  }
8894
8894
  function ensureCorrectIsomorphicReactVersion() {
8895
8895
  var isomorphicReactPackageVersion = React.version;
8896
- if ("19.3.0-canary-93fc5740-20251113" !== isomorphicReactPackageVersion)
8896
+ if ("19.3.0-canary-fb2177c1-20251114" !== isomorphicReactPackageVersion)
8897
8897
  throw Error(
8898
8898
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8899
8899
  (isomorphicReactPackageVersion +
8900
- "\n - react-dom: 19.3.0-canary-93fc5740-20251113\nLearn more: https://react.dev/warnings/version-mismatch")
8900
+ "\n - react-dom: 19.3.0-canary-fb2177c1-20251114\nLearn more: https://react.dev/warnings/version-mismatch")
8901
8901
  );
8902
8902
  }
8903
8903
  function createDrainHandler(destination, request) {
@@ -11001,5 +11001,5 @@
11001
11001
  }
11002
11002
  };
11003
11003
  };
11004
- exports.version = "19.3.0-canary-93fc5740-20251113";
11004
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
11005
11005
  })();
@@ -7358,11 +7358,11 @@ function getPostponedState(request) {
7358
7358
  }
7359
7359
  function ensureCorrectIsomorphicReactVersion() {
7360
7360
  var isomorphicReactPackageVersion = React.version;
7361
- if ("19.3.0-canary-93fc5740-20251113" !== isomorphicReactPackageVersion)
7361
+ if ("19.3.0-canary-fb2177c1-20251114" !== isomorphicReactPackageVersion)
7362
7362
  throw Error(
7363
7363
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7364
7364
  (isomorphicReactPackageVersion +
7365
- "\n - react-dom: 19.3.0-canary-93fc5740-20251113\nLearn more: https://react.dev/warnings/version-mismatch")
7365
+ "\n - react-dom: 19.3.0-canary-fb2177c1-20251114\nLearn more: https://react.dev/warnings/version-mismatch")
7366
7366
  );
7367
7367
  }
7368
7368
  ensureCorrectIsomorphicReactVersion();
@@ -7912,4 +7912,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
7912
7912
  }
7913
7913
  };
7914
7914
  };
7915
- exports.version = "19.3.0-canary-93fc5740-20251113";
7915
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.3.0-canary-93fc5740-20251113";
419
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
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-93fc5740-20251113";
210
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.3.0-canary-93fc5740-20251113";
339
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
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-93fc5740-20251113";
152
+ exports.version = "19.3.0-canary-fb2177c1-20251114";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.3.0-canary-93fc5740-20251113",
3
+ "version": "19.3.0-canary-fb2177c1-20251114",
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-93fc5740-20251113"
20
+ "scheduler": "0.28.0-canary-fb2177c1-20251114"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.3.0-canary-93fc5740-20251113"
23
+ "react": "19.3.0-canary-fb2177c1-20251114"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",