react-dom 19.2.0-canary-1d6c8168-20250411 → 19.2.0-canary-39cad7af-20250411

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.
@@ -24939,11 +24939,11 @@
24939
24939
  };
24940
24940
  (function () {
24941
24941
  var isomorphicReactPackageVersion = React.version;
24942
- if ("19.2.0-canary-1d6c8168-20250411" !== isomorphicReactPackageVersion)
24942
+ if ("19.2.0-canary-39cad7af-20250411" !== isomorphicReactPackageVersion)
24943
24943
  throw Error(
24944
24944
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24945
24945
  (isomorphicReactPackageVersion +
24946
- "\n - react-dom: 19.2.0-canary-1d6c8168-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
24946
+ "\n - react-dom: 19.2.0-canary-39cad7af-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
24947
24947
  );
24948
24948
  })();
24949
24949
  ("function" === typeof Map &&
@@ -24980,10 +24980,10 @@
24980
24980
  !(function () {
24981
24981
  var internals = {
24982
24982
  bundleType: 1,
24983
- version: "19.2.0-canary-1d6c8168-20250411",
24983
+ version: "19.2.0-canary-39cad7af-20250411",
24984
24984
  rendererPackageName: "react-dom",
24985
24985
  currentDispatcherRef: ReactSharedInternals,
24986
- reconcilerVersion: "19.2.0-canary-1d6c8168-20250411"
24986
+ reconcilerVersion: "19.2.0-canary-39cad7af-20250411"
24987
24987
  };
24988
24988
  internals.overrideHookState = overrideHookState;
24989
24989
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25127,7 +25127,7 @@
25127
25127
  listenToAllSupportedEvents(container);
25128
25128
  return new ReactDOMHydrationRoot(initialChildren);
25129
25129
  };
25130
- exports.version = "19.2.0-canary-1d6c8168-20250411";
25130
+ exports.version = "19.2.0-canary-39cad7af-20250411";
25131
25131
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25132
25132
  "function" ===
25133
25133
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15308,14 +15308,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15308
15308
  };
15309
15309
  var isomorphicReactPackageVersion$jscomp$inline_1788 = React.version;
15310
15310
  if (
15311
- "19.2.0-canary-1d6c8168-20250411" !==
15311
+ "19.2.0-canary-39cad7af-20250411" !==
15312
15312
  isomorphicReactPackageVersion$jscomp$inline_1788
15313
15313
  )
15314
15314
  throw Error(
15315
15315
  formatProdErrorMessage(
15316
15316
  527,
15317
15317
  isomorphicReactPackageVersion$jscomp$inline_1788,
15318
- "19.2.0-canary-1d6c8168-20250411"
15318
+ "19.2.0-canary-39cad7af-20250411"
15319
15319
  )
15320
15320
  );
15321
15321
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15337,10 +15337,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15337
15337
  };
15338
15338
  var internals$jscomp$inline_2262 = {
15339
15339
  bundleType: 0,
15340
- version: "19.2.0-canary-1d6c8168-20250411",
15340
+ version: "19.2.0-canary-39cad7af-20250411",
15341
15341
  rendererPackageName: "react-dom",
15342
15342
  currentDispatcherRef: ReactSharedInternals,
15343
- reconcilerVersion: "19.2.0-canary-1d6c8168-20250411"
15343
+ reconcilerVersion: "19.2.0-canary-39cad7af-20250411"
15344
15344
  };
15345
15345
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15346
15346
  var hook$jscomp$inline_2263 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15444,4 +15444,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15444
15444
  listenToAllSupportedEvents(container);
15445
15445
  return new ReactDOMHydrationRoot(initialChildren);
15446
15446
  };
15447
- exports.version = "19.2.0-canary-1d6c8168-20250411";
15447
+ exports.version = "19.2.0-canary-39cad7af-20250411";
@@ -24996,11 +24996,11 @@
24996
24996
  };
24997
24997
  (function () {
24998
24998
  var isomorphicReactPackageVersion = React.version;
24999
- if ("19.2.0-canary-1d6c8168-20250411" !== isomorphicReactPackageVersion)
24999
+ if ("19.2.0-canary-39cad7af-20250411" !== isomorphicReactPackageVersion)
25000
25000
  throw Error(
25001
25001
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25002
25002
  (isomorphicReactPackageVersion +
25003
- "\n - react-dom: 19.2.0-canary-1d6c8168-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
25003
+ "\n - react-dom: 19.2.0-canary-39cad7af-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
25004
25004
  );
25005
25005
  })();
25006
25006
  ("function" === typeof Map &&
@@ -25037,10 +25037,10 @@
25037
25037
  !(function () {
25038
25038
  var internals = {
25039
25039
  bundleType: 1,
25040
- version: "19.2.0-canary-1d6c8168-20250411",
25040
+ version: "19.2.0-canary-39cad7af-20250411",
25041
25041
  rendererPackageName: "react-dom",
25042
25042
  currentDispatcherRef: ReactSharedInternals,
25043
- reconcilerVersion: "19.2.0-canary-1d6c8168-20250411"
25043
+ reconcilerVersion: "19.2.0-canary-39cad7af-20250411"
25044
25044
  };
25045
25045
  internals.overrideHookState = overrideHookState;
25046
25046
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25514,7 +25514,7 @@
25514
25514
  exports.useFormStatus = function () {
25515
25515
  return resolveDispatcher().useHostTransitionStatus();
25516
25516
  };
25517
- exports.version = "19.2.0-canary-1d6c8168-20250411";
25517
+ exports.version = "19.2.0-canary-39cad7af-20250411";
25518
25518
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25519
25519
  "function" ===
25520
25520
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15992,14 +15992,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15992
15992
  };
15993
15993
  var isomorphicReactPackageVersion$jscomp$inline_1886 = React.version;
15994
15994
  if (
15995
- "19.2.0-canary-1d6c8168-20250411" !==
15995
+ "19.2.0-canary-39cad7af-20250411" !==
15996
15996
  isomorphicReactPackageVersion$jscomp$inline_1886
15997
15997
  )
15998
15998
  throw Error(
15999
15999
  formatProdErrorMessage(
16000
16000
  527,
16001
16001
  isomorphicReactPackageVersion$jscomp$inline_1886,
16002
- "19.2.0-canary-1d6c8168-20250411"
16002
+ "19.2.0-canary-39cad7af-20250411"
16003
16003
  )
16004
16004
  );
16005
16005
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16021,10 +16021,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16021
16021
  };
16022
16022
  var internals$jscomp$inline_1893 = {
16023
16023
  bundleType: 0,
16024
- version: "19.2.0-canary-1d6c8168-20250411",
16024
+ version: "19.2.0-canary-39cad7af-20250411",
16025
16025
  rendererPackageName: "react-dom",
16026
16026
  currentDispatcherRef: ReactSharedInternals,
16027
- reconcilerVersion: "19.2.0-canary-1d6c8168-20250411",
16027
+ reconcilerVersion: "19.2.0-canary-39cad7af-20250411",
16028
16028
  getLaneLabelMap: function () {
16029
16029
  for (
16030
16030
  var map = new Map(), lane = 1, index$286 = 0;
@@ -16304,7 +16304,7 @@ exports.useFormState = function (action, initialState, permalink) {
16304
16304
  exports.useFormStatus = function () {
16305
16305
  return ReactSharedInternals.H.useHostTransitionStatus();
16306
16306
  };
16307
- exports.version = "19.2.0-canary-1d6c8168-20250411";
16307
+ exports.version = "19.2.0-canary-39cad7af-20250411";
16308
16308
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16309
16309
  "function" ===
16310
16310
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -9031,5 +9031,5 @@
9031
9031
  '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'
9032
9032
  );
9033
9033
  };
9034
- exports.version = "19.2.0-canary-1d6c8168-20250411";
9034
+ exports.version = "19.2.0-canary-39cad7af-20250411";
9035
9035
  })();
@@ -5886,4 +5886,4 @@ exports.renderToString = function (children, options) {
5886
5886
  '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'
5887
5887
  );
5888
5888
  };
5889
- exports.version = "19.2.0-canary-1d6c8168-20250411";
5889
+ exports.version = "19.2.0-canary-39cad7af-20250411";
@@ -9031,5 +9031,5 @@
9031
9031
  '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'
9032
9032
  );
9033
9033
  };
9034
- exports.version = "19.2.0-canary-1d6c8168-20250411";
9034
+ exports.version = "19.2.0-canary-39cad7af-20250411";
9035
9035
  })();
@@ -5966,4 +5966,4 @@ exports.renderToString = function (children, options) {
5966
5966
  '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'
5967
5967
  );
5968
5968
  };
5969
- exports.version = "19.2.0-canary-1d6c8168-20250411";
5969
+ exports.version = "19.2.0-canary-39cad7af-20250411";
@@ -7744,11 +7744,11 @@
7744
7744
  }
7745
7745
  function ensureCorrectIsomorphicReactVersion() {
7746
7746
  var isomorphicReactPackageVersion = React.version;
7747
- if ("19.2.0-canary-1d6c8168-20250411" !== isomorphicReactPackageVersion)
7747
+ if ("19.2.0-canary-39cad7af-20250411" !== isomorphicReactPackageVersion)
7748
7748
  throw Error(
7749
7749
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7750
7750
  (isomorphicReactPackageVersion +
7751
- "\n - react-dom: 19.2.0-canary-1d6c8168-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
7751
+ "\n - react-dom: 19.2.0-canary-39cad7af-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
7752
7752
  );
7753
7753
  }
7754
7754
  var React = require("react"),
@@ -9422,5 +9422,5 @@
9422
9422
  startWork(request);
9423
9423
  });
9424
9424
  };
9425
- exports.version = "19.2.0-canary-1d6c8168-20250411";
9425
+ exports.version = "19.2.0-canary-39cad7af-20250411";
9426
9426
  })();
@@ -6223,12 +6223,12 @@ function abort(request, reason) {
6223
6223
  }
6224
6224
  function ensureCorrectIsomorphicReactVersion() {
6225
6225
  var isomorphicReactPackageVersion = React.version;
6226
- if ("19.2.0-canary-1d6c8168-20250411" !== isomorphicReactPackageVersion)
6226
+ if ("19.2.0-canary-39cad7af-20250411" !== isomorphicReactPackageVersion)
6227
6227
  throw Error(
6228
6228
  formatProdErrorMessage(
6229
6229
  527,
6230
6230
  isomorphicReactPackageVersion,
6231
- "19.2.0-canary-1d6c8168-20250411"
6231
+ "19.2.0-canary-39cad7af-20250411"
6232
6232
  )
6233
6233
  );
6234
6234
  }
@@ -6375,4 +6375,4 @@ exports.renderToReadableStream = function (children, options) {
6375
6375
  startWork(request);
6376
6376
  });
6377
6377
  };
6378
- exports.version = "19.2.0-canary-1d6c8168-20250411";
6378
+ exports.version = "19.2.0-canary-39cad7af-20250411";
@@ -8626,13 +8626,13 @@ function abort(request, reason) {
8626
8626
  }
8627
8627
  var isomorphicReactPackageVersion$jscomp$inline_742 = React.version;
8628
8628
  if (
8629
- "19.2.0-canary-1d6c8168-20250411" !==
8629
+ "19.2.0-canary-39cad7af-20250411" !==
8630
8630
  isomorphicReactPackageVersion$jscomp$inline_742
8631
8631
  )
8632
8632
  throw Error(
8633
8633
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8634
8634
  (isomorphicReactPackageVersion$jscomp$inline_742 +
8635
- "\n - react-dom: 19.2.0-canary-1d6c8168-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
8635
+ "\n - react-dom: 19.2.0-canary-39cad7af-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
8636
8636
  );
8637
8637
  exports.renderToReadableStream = function (children, options) {
8638
8638
  return new Promise(function (resolve, reject) {
@@ -8725,4 +8725,4 @@ exports.renderToReadableStream = function (children, options) {
8725
8725
  startWork(request$jscomp$0);
8726
8726
  });
8727
8727
  };
8728
- exports.version = "19.2.0-canary-1d6c8168-20250411";
8728
+ exports.version = "19.2.0-canary-39cad7af-20250411";
@@ -5855,13 +5855,13 @@ function abort(request, reason) {
5855
5855
  }
5856
5856
  var isomorphicReactPackageVersion$jscomp$inline_762 = React.version;
5857
5857
  if (
5858
- "19.2.0-canary-1d6c8168-20250411" !==
5858
+ "19.2.0-canary-39cad7af-20250411" !==
5859
5859
  isomorphicReactPackageVersion$jscomp$inline_762
5860
5860
  )
5861
5861
  throw Error(
5862
5862
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5863
5863
  (isomorphicReactPackageVersion$jscomp$inline_762 +
5864
- "\n - react-dom: 19.2.0-canary-1d6c8168-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
5864
+ "\n - react-dom: 19.2.0-canary-39cad7af-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
5865
5865
  );
5866
5866
  exports.renderToReadableStream = function (children, options) {
5867
5867
  return new Promise(function (resolve, reject) {
@@ -5952,4 +5952,4 @@ exports.renderToReadableStream = function (children, options) {
5952
5952
  startWork(request);
5953
5953
  });
5954
5954
  };
5955
- exports.version = "19.2.0-canary-1d6c8168-20250411";
5955
+ exports.version = "19.2.0-canary-39cad7af-20250411";
@@ -7767,11 +7767,11 @@
7767
7767
  }
7768
7768
  function ensureCorrectIsomorphicReactVersion() {
7769
7769
  var isomorphicReactPackageVersion = React.version;
7770
- if ("19.2.0-canary-1d6c8168-20250411" !== isomorphicReactPackageVersion)
7770
+ if ("19.2.0-canary-39cad7af-20250411" !== isomorphicReactPackageVersion)
7771
7771
  throw Error(
7772
7772
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7773
7773
  (isomorphicReactPackageVersion +
7774
- "\n - react-dom: 19.2.0-canary-1d6c8168-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
7774
+ "\n - react-dom: 19.2.0-canary-39cad7af-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
7775
7775
  );
7776
7776
  }
7777
7777
  var React = require("react"),
@@ -9441,5 +9441,5 @@
9441
9441
  startWork(request);
9442
9442
  });
9443
9443
  };
9444
- exports.version = "19.2.0-canary-1d6c8168-20250411";
9444
+ exports.version = "19.2.0-canary-39cad7af-20250411";
9445
9445
  })();
@@ -6318,11 +6318,11 @@ function abort(request, reason) {
6318
6318
  }
6319
6319
  function ensureCorrectIsomorphicReactVersion() {
6320
6320
  var isomorphicReactPackageVersion = React.version;
6321
- if ("19.2.0-canary-1d6c8168-20250411" !== isomorphicReactPackageVersion)
6321
+ if ("19.2.0-canary-39cad7af-20250411" !== isomorphicReactPackageVersion)
6322
6322
  throw Error(
6323
6323
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6324
6324
  (isomorphicReactPackageVersion +
6325
- "\n - react-dom: 19.2.0-canary-1d6c8168-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
6325
+ "\n - react-dom: 19.2.0-canary-39cad7af-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
6326
6326
  );
6327
6327
  }
6328
6328
  ensureCorrectIsomorphicReactVersion();
@@ -6468,4 +6468,4 @@ exports.renderToReadableStream = function (children, options) {
6468
6468
  startWork(request);
6469
6469
  });
6470
6470
  };
6471
- exports.version = "19.2.0-canary-1d6c8168-20250411";
6471
+ exports.version = "19.2.0-canary-39cad7af-20250411";
@@ -7642,11 +7642,11 @@
7642
7642
  }
7643
7643
  function ensureCorrectIsomorphicReactVersion() {
7644
7644
  var isomorphicReactPackageVersion = React.version;
7645
- if ("19.2.0-canary-1d6c8168-20250411" !== isomorphicReactPackageVersion)
7645
+ if ("19.2.0-canary-39cad7af-20250411" !== isomorphicReactPackageVersion)
7646
7646
  throw Error(
7647
7647
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7648
7648
  (isomorphicReactPackageVersion +
7649
- "\n - react-dom: 19.2.0-canary-1d6c8168-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
7649
+ "\n - react-dom: 19.2.0-canary-39cad7af-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
7650
7650
  );
7651
7651
  }
7652
7652
  function createDrainHandler(destination, request) {
@@ -9315,5 +9315,5 @@
9315
9315
  }
9316
9316
  };
9317
9317
  };
9318
- exports.version = "19.2.0-canary-1d6c8168-20250411";
9318
+ exports.version = "19.2.0-canary-39cad7af-20250411";
9319
9319
  })();
@@ -6210,11 +6210,11 @@ function abort(request, reason) {
6210
6210
  }
6211
6211
  function ensureCorrectIsomorphicReactVersion() {
6212
6212
  var isomorphicReactPackageVersion = React.version;
6213
- if ("19.2.0-canary-1d6c8168-20250411" !== isomorphicReactPackageVersion)
6213
+ if ("19.2.0-canary-39cad7af-20250411" !== isomorphicReactPackageVersion)
6214
6214
  throw Error(
6215
6215
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6216
6216
  (isomorphicReactPackageVersion +
6217
- "\n - react-dom: 19.2.0-canary-1d6c8168-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
6217
+ "\n - react-dom: 19.2.0-canary-39cad7af-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
6218
6218
  );
6219
6219
  }
6220
6220
  ensureCorrectIsomorphicReactVersion();
@@ -6363,4 +6363,4 @@ exports.renderToPipeableStream = function (children, options) {
6363
6363
  }
6364
6364
  };
6365
6365
  };
6366
- exports.version = "19.2.0-canary-1d6c8168-20250411";
6366
+ exports.version = "19.2.0-canary-39cad7af-20250411";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.2.0-canary-1d6c8168-20250411";
419
+ exports.version = "19.2.0-canary-39cad7af-20250411";
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.2.0-canary-1d6c8168-20250411";
210
+ exports.version = "19.2.0-canary-39cad7af-20250411";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.2.0-canary-1d6c8168-20250411";
339
+ exports.version = "19.2.0-canary-39cad7af-20250411";
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.2.0-canary-1d6c8168-20250411";
152
+ exports.version = "19.2.0-canary-39cad7af-20250411";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-1d6c8168-20250411",
3
+ "version": "19.2.0-canary-39cad7af-20250411",
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.27.0-canary-1d6c8168-20250411"
20
+ "scheduler": "0.27.0-canary-39cad7af-20250411"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-1d6c8168-20250411"
23
+ "react": "19.2.0-canary-39cad7af-20250411"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",