[Pkg-javascript-commits] [Git][js-team/node-gauge][upstream] New upstream version 4.0.3

Yadd (@yadd) gitlab at salsa.debian.org
Sat Mar 12 08:34:20 GMT 2022



Yadd pushed to branch upstream at Debian JavaScript Maintainers / node-gauge


Commits:
4265952c by Yadd at 2022-03-12T09:30:29+01:00
New upstream version 4.0.3
- - - - -


4 changed files:

- CHANGELOG.md
- README.md
- lib/demo.js → docs/demo.js
- package.json


Changes:

=====================================
CHANGELOG.md
=====================================
@@ -7,6 +7,18 @@
 * fix: Remove remaining uses of object-assign
 * fix: remove object-assign
 
+### [4.0.3](https://www.github.com/npm/gauge/compare/v4.0.2...v4.0.3) (2022-03-10)
+
+
+### Bug Fixes
+
+* move demo.js to the docs folder ([#155](https://www.github.com/npm/gauge/issues/155)) ([1faf8cf](https://www.github.com/npm/gauge/commit/1faf8cf25c0bffb345f6657e20743d83c54d6695))
+
+
+### Dependencies
+
+* remove the unused direct ansi-regex dependency ([#156](https://www.github.com/npm/gauge/issues/156)) ([65be798](https://www.github.com/npm/gauge/commit/65be79895801433e02aef58cafb6f31a87287e59))
+
 ### [4.0.2](https://www.github.com/npm/gauge/compare/v4.0.1...v4.0.2) (2022-02-16)
 
 


=====================================
README.md
=====================================
@@ -16,7 +16,7 @@ setTimeout(() => { gauge.pulse(); gauge.show("working…", 0.99) }, 2000)
 setTimeout(() => gauge.hide(), 2300)
 ```
 
-See also the [demos](demo.js):
+See also the [demos](docs/demo.js):
 
 ![](./docs/gauge-demo.gif)
 


=====================================
lib/demo.js → docs/demo.js
=====================================
@@ -1,5 +1,5 @@
-var Gauge = require('./')
-var gaugeDefault = require('./themes.js')
+var Gauge = require('..')
+var gaugeDefault = require('../lib/themes.js')
 var onExit = require('signal-exit')
 
 var activeGauge


=====================================
package.json
=====================================
@@ -1,6 +1,6 @@
 {
   "name": "gauge",
-  "version": "4.0.2",
+  "version": "4.0.3",
   "description": "A terminal based horizontal gauge",
   "main": "lib",
   "scripts": {
@@ -31,7 +31,6 @@
   },
   "homepage": "https://github.com/npm/gauge",
   "dependencies": {
-    "ansi-regex": "^5.0.1",
     "aproba": "^1.0.3 || ^2.0.0",
     "color-support": "^1.1.3",
     "console-control-strings": "^1.1.0",
@@ -42,7 +41,7 @@
     "wide-align": "^1.1.5"
   },
   "devDependencies": {
-    "@npmcli/template-oss": "^2.7.1",
+    "@npmcli/template-oss": "^2.9.2",
     "readable-stream": "^3.6.0",
     "tap": "^15.1.6"
   },
@@ -60,6 +59,6 @@
     "lines": 90
   },
   "templateOSS": {
-    "version": "2.7.1"
+    "version": "2.9.2"
   }
 }



View it on GitLab: https://salsa.debian.org/js-team/node-gauge/-/commit/4265952c265e11442b7500a721be852641406142

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-gauge/-/commit/4265952c265e11442b7500a721be852641406142
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20220312/364fb74b/attachment-0001.htm>


More information about the Pkg-javascript-commits mailing list