es-toolkit 1.50.0-dev.2046 → 1.50.0-dev.2047

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.
Files changed (2) hide show
  1. package/NOTICE +39 -0
  2. package/package.json +2 -1
package/NOTICE ADDED
@@ -0,0 +1,39 @@
1
+ es-toolkit
2
+
3
+ Parts of the test suite and compatibility layer in es-toolkit/compat are
4
+ derived from Lodash (https://github.com/lodash/lodash).
5
+
6
+ Lodash copyright notice and MIT permission notice:
7
+
8
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
9
+
10
+ Based on Underscore.js, copyright Jeremy Ashkenas,
11
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
12
+
13
+ This software consists of voluntary contributions made by many
14
+ individuals. For exact contribution history, see the revision history
15
+ available at https://github.com/lodash/lodash
16
+
17
+ The following license applies to all parts of this software except as
18
+ documented below:
19
+
20
+ ====
21
+
22
+ Permission is hereby granted, free of charge, to any person obtaining
23
+ a copy of this software and associated documentation files (the
24
+ "Software"), to deal in the Software without restriction, including
25
+ without limitation the rights to use, copy, modify, merge, publish,
26
+ distribute, sublicense, and/or sell copies of the Software, and to
27
+ permit persons to whom the Software is furnished to do so, subject to
28
+ the following conditions:
29
+
30
+ The above copyright notice and this permission notice shall be
31
+ included in all copies or substantial portions of the Software.
32
+
33
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
35
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
37
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
38
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
39
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.50.0-dev.2046+d8608c8d",
3
+ "version": "1.50.0-dev.2047+3aed709a",
4
4
  "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
5
5
  "homepage": "https://es-toolkit.dev",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
@@ -195,6 +195,7 @@
195
195
  "./package.json": "./package.json"
196
196
  },
197
197
  "files": [
198
+ "NOTICE",
198
199
  "dist",
199
200
  "compat",
200
201
  "*.d.ts",