@chillicream/nitro-embedded 19.0.6 → 19.0.7

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.
@@ -9,16 +9,6 @@
9
9
 
10
10
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
11
11
 
12
- /**
13
- * @license React
14
- * react.production.min.js
15
- *
16
- * Copyright (c) Facebook, Inc. and its affiliates.
17
- *
18
- * This source code is licensed under the MIT license found in the
19
- * LICENSE file in the root directory of this source tree.
20
- */
21
-
22
12
  /**
23
13
  * Checks if two values are equal. Values may be primitives, arrays, or objects.
24
14
  * Returns true if both arguments have the same keys and values.