react-dom 19.2.0-canary-b04254fd-20250415 → 19.2.0-canary-bc6184dd-20250417

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.
@@ -24949,11 +24949,11 @@
24949
24949
  };
24950
24950
  (function () {
24951
24951
  var isomorphicReactPackageVersion = React.version;
24952
- if ("19.2.0-canary-b04254fd-20250415" !== isomorphicReactPackageVersion)
24952
+ if ("19.2.0-canary-bc6184dd-20250417" !== isomorphicReactPackageVersion)
24953
24953
  throw Error(
24954
24954
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24955
24955
  (isomorphicReactPackageVersion +
24956
- "\n - react-dom: 19.2.0-canary-b04254fd-20250415\nLearn more: https://react.dev/warnings/version-mismatch")
24956
+ "\n - react-dom: 19.2.0-canary-bc6184dd-20250417\nLearn more: https://react.dev/warnings/version-mismatch")
24957
24957
  );
24958
24958
  })();
24959
24959
  ("function" === typeof Map &&
@@ -24990,10 +24990,10 @@
24990
24990
  !(function () {
24991
24991
  var internals = {
24992
24992
  bundleType: 1,
24993
- version: "19.2.0-canary-b04254fd-20250415",
24993
+ version: "19.2.0-canary-bc6184dd-20250417",
24994
24994
  rendererPackageName: "react-dom",
24995
24995
  currentDispatcherRef: ReactSharedInternals,
24996
- reconcilerVersion: "19.2.0-canary-b04254fd-20250415"
24996
+ reconcilerVersion: "19.2.0-canary-bc6184dd-20250417"
24997
24997
  };
24998
24998
  internals.overrideHookState = overrideHookState;
24999
24999
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25137,7 +25137,7 @@
25137
25137
  listenToAllSupportedEvents(container);
25138
25138
  return new ReactDOMHydrationRoot(initialChildren);
25139
25139
  };
25140
- exports.version = "19.2.0-canary-b04254fd-20250415";
25140
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
25141
25141
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25142
25142
  "function" ===
25143
25143
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15307,14 +15307,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15307
15307
  };
15308
15308
  var isomorphicReactPackageVersion$jscomp$inline_1788 = React.version;
15309
15309
  if (
15310
- "19.2.0-canary-b04254fd-20250415" !==
15310
+ "19.2.0-canary-bc6184dd-20250417" !==
15311
15311
  isomorphicReactPackageVersion$jscomp$inline_1788
15312
15312
  )
15313
15313
  throw Error(
15314
15314
  formatProdErrorMessage(
15315
15315
  527,
15316
15316
  isomorphicReactPackageVersion$jscomp$inline_1788,
15317
- "19.2.0-canary-b04254fd-20250415"
15317
+ "19.2.0-canary-bc6184dd-20250417"
15318
15318
  )
15319
15319
  );
15320
15320
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15336,10 +15336,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15336
15336
  };
15337
15337
  var internals$jscomp$inline_2262 = {
15338
15338
  bundleType: 0,
15339
- version: "19.2.0-canary-b04254fd-20250415",
15339
+ version: "19.2.0-canary-bc6184dd-20250417",
15340
15340
  rendererPackageName: "react-dom",
15341
15341
  currentDispatcherRef: ReactSharedInternals,
15342
- reconcilerVersion: "19.2.0-canary-b04254fd-20250415"
15342
+ reconcilerVersion: "19.2.0-canary-bc6184dd-20250417"
15343
15343
  };
15344
15344
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15345
15345
  var hook$jscomp$inline_2263 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15443,4 +15443,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15443
15443
  listenToAllSupportedEvents(container);
15444
15444
  return new ReactDOMHydrationRoot(initialChildren);
15445
15445
  };
15446
- exports.version = "19.2.0-canary-b04254fd-20250415";
15446
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
@@ -25006,11 +25006,11 @@
25006
25006
  };
25007
25007
  (function () {
25008
25008
  var isomorphicReactPackageVersion = React.version;
25009
- if ("19.2.0-canary-b04254fd-20250415" !== isomorphicReactPackageVersion)
25009
+ if ("19.2.0-canary-bc6184dd-20250417" !== isomorphicReactPackageVersion)
25010
25010
  throw Error(
25011
25011
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25012
25012
  (isomorphicReactPackageVersion +
25013
- "\n - react-dom: 19.2.0-canary-b04254fd-20250415\nLearn more: https://react.dev/warnings/version-mismatch")
25013
+ "\n - react-dom: 19.2.0-canary-bc6184dd-20250417\nLearn more: https://react.dev/warnings/version-mismatch")
25014
25014
  );
25015
25015
  })();
25016
25016
  ("function" === typeof Map &&
@@ -25047,10 +25047,10 @@
25047
25047
  !(function () {
25048
25048
  var internals = {
25049
25049
  bundleType: 1,
25050
- version: "19.2.0-canary-b04254fd-20250415",
25050
+ version: "19.2.0-canary-bc6184dd-20250417",
25051
25051
  rendererPackageName: "react-dom",
25052
25052
  currentDispatcherRef: ReactSharedInternals,
25053
- reconcilerVersion: "19.2.0-canary-b04254fd-20250415"
25053
+ reconcilerVersion: "19.2.0-canary-bc6184dd-20250417"
25054
25054
  };
25055
25055
  internals.overrideHookState = overrideHookState;
25056
25056
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25524,7 +25524,7 @@
25524
25524
  exports.useFormStatus = function () {
25525
25525
  return resolveDispatcher().useHostTransitionStatus();
25526
25526
  };
25527
- exports.version = "19.2.0-canary-b04254fd-20250415";
25527
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
25528
25528
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25529
25529
  "function" ===
25530
25530
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15991,14 +15991,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15991
15991
  };
15992
15992
  var isomorphicReactPackageVersion$jscomp$inline_1886 = React.version;
15993
15993
  if (
15994
- "19.2.0-canary-b04254fd-20250415" !==
15994
+ "19.2.0-canary-bc6184dd-20250417" !==
15995
15995
  isomorphicReactPackageVersion$jscomp$inline_1886
15996
15996
  )
15997
15997
  throw Error(
15998
15998
  formatProdErrorMessage(
15999
15999
  527,
16000
16000
  isomorphicReactPackageVersion$jscomp$inline_1886,
16001
- "19.2.0-canary-b04254fd-20250415"
16001
+ "19.2.0-canary-bc6184dd-20250417"
16002
16002
  )
16003
16003
  );
16004
16004
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16020,10 +16020,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16020
16020
  };
16021
16021
  var internals$jscomp$inline_1893 = {
16022
16022
  bundleType: 0,
16023
- version: "19.2.0-canary-b04254fd-20250415",
16023
+ version: "19.2.0-canary-bc6184dd-20250417",
16024
16024
  rendererPackageName: "react-dom",
16025
16025
  currentDispatcherRef: ReactSharedInternals,
16026
- reconcilerVersion: "19.2.0-canary-b04254fd-20250415",
16026
+ reconcilerVersion: "19.2.0-canary-bc6184dd-20250417",
16027
16027
  getLaneLabelMap: function () {
16028
16028
  for (
16029
16029
  var map = new Map(), lane = 1, index$286 = 0;
@@ -16303,7 +16303,7 @@ exports.useFormState = function (action, initialState, permalink) {
16303
16303
  exports.useFormStatus = function () {
16304
16304
  return ReactSharedInternals.H.useHostTransitionStatus();
16305
16305
  };
16306
- exports.version = "19.2.0-canary-b04254fd-20250415";
16306
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
16307
16307
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16308
16308
  "function" ===
16309
16309
  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-b04254fd-20250415";
9034
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
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-b04254fd-20250415";
5889
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
@@ -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-b04254fd-20250415";
9034
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
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-b04254fd-20250415";
5969
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
@@ -7744,11 +7744,11 @@
7744
7744
  }
7745
7745
  function ensureCorrectIsomorphicReactVersion() {
7746
7746
  var isomorphicReactPackageVersion = React.version;
7747
- if ("19.2.0-canary-b04254fd-20250415" !== isomorphicReactPackageVersion)
7747
+ if ("19.2.0-canary-bc6184dd-20250417" !== 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-b04254fd-20250415\nLearn more: https://react.dev/warnings/version-mismatch")
7751
+ "\n - react-dom: 19.2.0-canary-bc6184dd-20250417\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-b04254fd-20250415";
9425
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
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-b04254fd-20250415" !== isomorphicReactPackageVersion)
6226
+ if ("19.2.0-canary-bc6184dd-20250417" !== isomorphicReactPackageVersion)
6227
6227
  throw Error(
6228
6228
  formatProdErrorMessage(
6229
6229
  527,
6230
6230
  isomorphicReactPackageVersion,
6231
- "19.2.0-canary-b04254fd-20250415"
6231
+ "19.2.0-canary-bc6184dd-20250417"
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-b04254fd-20250415";
6378
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
@@ -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-b04254fd-20250415" !==
8629
+ "19.2.0-canary-bc6184dd-20250417" !==
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-b04254fd-20250415\nLearn more: https://react.dev/warnings/version-mismatch")
8635
+ "\n - react-dom: 19.2.0-canary-bc6184dd-20250417\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-b04254fd-20250415";
8728
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
@@ -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-b04254fd-20250415" !==
5858
+ "19.2.0-canary-bc6184dd-20250417" !==
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-b04254fd-20250415\nLearn more: https://react.dev/warnings/version-mismatch")
5864
+ "\n - react-dom: 19.2.0-canary-bc6184dd-20250417\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-b04254fd-20250415";
5955
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
@@ -7767,11 +7767,11 @@
7767
7767
  }
7768
7768
  function ensureCorrectIsomorphicReactVersion() {
7769
7769
  var isomorphicReactPackageVersion = React.version;
7770
- if ("19.2.0-canary-b04254fd-20250415" !== isomorphicReactPackageVersion)
7770
+ if ("19.2.0-canary-bc6184dd-20250417" !== 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-b04254fd-20250415\nLearn more: https://react.dev/warnings/version-mismatch")
7774
+ "\n - react-dom: 19.2.0-canary-bc6184dd-20250417\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-b04254fd-20250415";
9444
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
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-b04254fd-20250415" !== isomorphicReactPackageVersion)
6321
+ if ("19.2.0-canary-bc6184dd-20250417" !== 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-b04254fd-20250415\nLearn more: https://react.dev/warnings/version-mismatch")
6325
+ "\n - react-dom: 19.2.0-canary-bc6184dd-20250417\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-b04254fd-20250415";
6471
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
@@ -7642,11 +7642,11 @@
7642
7642
  }
7643
7643
  function ensureCorrectIsomorphicReactVersion() {
7644
7644
  var isomorphicReactPackageVersion = React.version;
7645
- if ("19.2.0-canary-b04254fd-20250415" !== isomorphicReactPackageVersion)
7645
+ if ("19.2.0-canary-bc6184dd-20250417" !== 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-b04254fd-20250415\nLearn more: https://react.dev/warnings/version-mismatch")
7649
+ "\n - react-dom: 19.2.0-canary-bc6184dd-20250417\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-b04254fd-20250415";
9318
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
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-b04254fd-20250415" !== isomorphicReactPackageVersion)
6213
+ if ("19.2.0-canary-bc6184dd-20250417" !== 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-b04254fd-20250415\nLearn more: https://react.dev/warnings/version-mismatch")
6217
+ "\n - react-dom: 19.2.0-canary-bc6184dd-20250417\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-b04254fd-20250415";
6366
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.2.0-canary-b04254fd-20250415";
419
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
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-b04254fd-20250415";
210
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.2.0-canary-b04254fd-20250415";
339
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
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-b04254fd-20250415";
152
+ exports.version = "19.2.0-canary-bc6184dd-20250417";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-b04254fd-20250415",
3
+ "version": "19.2.0-canary-bc6184dd-20250417",
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-b04254fd-20250415"
20
+ "scheduler": "0.27.0-canary-bc6184dd-20250417"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-b04254fd-20250415"
23
+ "react": "19.2.0-canary-bc6184dd-20250417"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",