pnpm 6.23.2 → 6.23.3

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.
@@ -1,19 +1,20 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
3
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
4
+ Copyright (c) 2018-2021 Josh Junon
4
5
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
6
- and associated documentation files (the 'Software'), to deal in the Software without restriction,
7
- including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
7
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
8
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
8
9
  and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
9
10
  subject to the following conditions:
10
11
 
11
- The above copyright notice and this permission notice shall be included in all copies or substantial
12
+ The above copyright notice and this permission notice shall be included in all copies or substantial
12
13
  portions of the Software.
13
14
 
14
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
15
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
17
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
15
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
16
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
18
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
18
19
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19
20
 
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "debug",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "git://github.com/visionmedia/debug.git"
6
+ "url": "git://github.com/debug-js/debug.git"
7
7
  },
8
- "description": "small debugging utility",
8
+ "description": "Lightweight debugging utility for Node.js and the browser",
9
9
  "keywords": [
10
10
  "debug",
11
11
  "log",
@@ -16,11 +16,11 @@
16
16
  "LICENSE",
17
17
  "README.md"
18
18
  ],
19
- "author": "TJ Holowaychuk <tj@vision-media.ca>",
19
+ "author": "Josh Junon <josh.junon@protonmail.com>",
20
20
  "contributors": [
21
+ "TJ Holowaychuk <tj@vision-media.ca>",
21
22
  "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
22
- "Andrew Rhyne <rhyneandrew@gmail.com>",
23
- "Josh Junon <josh@junon.me>"
23
+ "Andrew Rhyne <rhyneandrew@gmail.com>"
24
24
  ],
25
25
  "license": "MIT",
26
26
  "scripts": {
@@ -34,7 +34,7 @@ function setup(env) {
34
34
 
35
35
  /**
36
36
  * Selects a color for a debug namespace
37
- * @param {String} namespace The namespace string for the for the debug instance to be colored
37
+ * @param {String} namespace The namespace string for the debug instance to be colored
38
38
  * @return {Number|String} An ANSI color code for the given namespace
39
39
  * @api private
40
40
  */