mikser-io 6.0.0 → 6.0.1

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/package.json +62 -62
  2. package/src/engine.js +1 -1
package/package.json CHANGED
@@ -1,64 +1,64 @@
1
1
  {
2
- "name": "mikser-io",
3
- "version": "6.0.0",
4
- "description": "<p align=\"center\"> <img src=\"mikser-lockup-stacked.svg\" alt=\"mikser\" width=\"198\" /> </p>",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "node --no-warnings app.js --working-folder test"
8
- },
9
- "bin": {
10
- "mikser": "app.js"
11
- },
12
- "repository": {
13
- "type": "git",
14
- "url": "git+https://github.com/almero-digital-marketing/mikser-io.git"
15
- },
16
- "type": "module",
17
- "author": "",
18
- "license": "ISC",
19
- "dependencies": {
20
- "await-semaphore": "^0.1.3",
21
- "axios": "^1.16.0",
22
- "chokidar": "^5.0.0",
23
- "cli-progress": "^3.12.0",
24
- "commander": "^14.0.3",
25
- "deepdash": "^5.3.9",
26
- "escape-string-regexp": "^5.0.0",
27
- "execa": "^9.6.1",
28
- "front-matter": "^4.0.2",
29
- "globby": "^16.2.0",
30
- "handlebars": "^4.7.9",
31
- "handlebars-helpers": "^0.10.0",
32
- "hasha": "^7.0.0",
33
- "is-url": "^1.2.4",
34
- "knex": "^3.2.10",
35
- "line-reader": "^0.4.0",
36
- "lodash": "^4.18.1",
37
- "lowdb": "^7.0.1",
38
- "minimatch": "^10.2.5",
39
- "node-cron": "^4.2.1",
40
- "p-map": "^7.0.4",
41
- "p-queue": "^9.2.0",
42
- "pino": "^10.3.1",
43
- "pino-pretty": "^13.1.3",
44
- "piscina": "^5.1.4",
45
- "sqlite3": "^6.0.1",
46
- "truncate-stream": "^1.0.2",
47
- "yaml": "^2.8.4"
48
- },
49
- "optionalDependencies": {
50
- "puppeteer": "^24.43.0",
51
- "express": "^4.21.0"
52
- },
53
- "devDependencies": {
54
- "fluent-ffmpeg": "^2.1.3",
55
- "sharp": "^0.34.5"
56
- },
57
- "directories": {
58
- "test": "test"
59
- },
60
- "bugs": {
61
- "url": "https://github.com/almero-digital-marketing/mikser-io/issues"
62
- },
63
- "homepage": "https://github.com/almero-digital-marketing/mikser-io#readme"
2
+ "name": "mikser-io",
3
+ "version": "6.0.1",
4
+ "description": "<p align=\"center\"> <img src=\"mikser-lockup-stacked.svg\" alt=\"mikser\" width=\"198\" /> </p>",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "node --no-warnings app.js --working-folder test"
8
+ },
9
+ "bin": {
10
+ "mikser": "app.js"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/almero-digital-marketing/mikser-io.git"
15
+ },
16
+ "type": "module",
17
+ "author": "",
18
+ "license": "ISC",
19
+ "dependencies": {
20
+ "await-semaphore": "^0.1.3",
21
+ "axios": "^1.16.0",
22
+ "chokidar": "^5.0.0",
23
+ "cli-progress": "^3.12.0",
24
+ "commander": "^14.0.3",
25
+ "deepdash": "^5.3.9",
26
+ "escape-string-regexp": "^5.0.0",
27
+ "execa": "^9.6.1",
28
+ "front-matter": "^4.0.2",
29
+ "globby": "^16.2.0",
30
+ "handlebars": "^4.7.9",
31
+ "handlebars-helpers": "^0.10.0",
32
+ "hasha": "^7.0.0",
33
+ "is-url": "^1.2.4",
34
+ "knex": "^3.2.10",
35
+ "line-reader": "^0.4.0",
36
+ "lodash": "^4.18.1",
37
+ "lowdb": "^7.0.1",
38
+ "minimatch": "^10.2.5",
39
+ "node-cron": "^4.2.1",
40
+ "p-map": "^7.0.4",
41
+ "p-queue": "^9.2.0",
42
+ "pino": "^10.3.1",
43
+ "pino-pretty": "^13.1.3",
44
+ "piscina": "^5.1.4",
45
+ "sqlite3": "^6.0.1",
46
+ "truncate-stream": "^1.0.2",
47
+ "yaml": "^2.8.4"
48
+ },
49
+ "optionalDependencies": {
50
+ "puppeteer": "^24.43.0",
51
+ "express": "^4.21.0"
52
+ },
53
+ "devDependencies": {
54
+ "fluent-ffmpeg": "^2.1.3",
55
+ "sharp": "^0.34.5"
56
+ },
57
+ "directories": {
58
+ "test": "test"
59
+ },
60
+ "bugs": {
61
+ "url": "https://github.com/almero-digital-marketing/mikser-io/issues"
62
+ },
63
+ "homepage": "https://github.com/almero-digital-marketing/mikser-io#readme"
64
64
  }
package/src/engine.js CHANGED
@@ -308,7 +308,7 @@ export async function setup(options) {
308
308
  logger.notice('Mikser restarted')
309
309
  })
310
310
 
311
- console.info('Mikser: %s', packageInfo.version)
311
+ console.info('mikser\x1b[5;38;2;255;63;0m.\x1b[0m %s\n', packageInfo.version)
312
312
  return runtime
313
313
  }
314
314