yves 1.0.80 → 1.0.81

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/dist/yves.js +1 -1
  2. package/package.json +2 -2
package/dist/yves.js CHANGED
@@ -2241,7 +2241,7 @@ function setup(env) {
2241
2241
 
2242
2242
  /**
2243
2243
  * Selects a color for a debug namespace
2244
- * @param {String} namespace The namespace string for the for the debug instance to be colored
2244
+ * @param {String} namespace The namespace string for the debug instance to be colored
2245
2245
  * @return {Number|String} An ANSI color code for the given namespace
2246
2246
  * @api private
2247
2247
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yves",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "description": "a customizable value inspector",
5
5
  "url": "http://github.com/jorisroling/yves",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "node": "> 0.1.90"
40
40
  },
41
41
  "dependencies": {
42
- "debug": "^4.3.2",
42
+ "debug": "^4.3.3",
43
43
  "deep-sort-object": "^1.0.2",
44
44
  "pkginfo": "^0.4.1",
45
45
  "supports-color": "^8.1.1"