orator-conversion 1.0.1 → 1.0.2

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.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "orator-conversion",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "File format conversion endpoints for Orator service servers.",
5
5
  "main": "source/Orator-File-Translation.js",
6
6
  "scripts": {
7
- "test": "./node_modules/mocha/bin/_mocha --exit -u tdd -R spec",
8
- "coverage": "./node_modules/.bin/nyc --reporter=lcov --reporter=text-lcov ./node_modules/mocha/bin/_mocha -- -u tdd -R spec",
7
+ "test": "npx quack test",
8
+ "coverage": "npx quack coverage",
9
9
  "start": "node debug/Harness.js",
10
- "tests": "npx mocha -u tdd --exit -R spec --grep",
10
+ "tests": "npx quack test -g",
11
11
  "docker-build": "docker build -t retold/orator-conversion:local .",
12
12
  "docker-run": "docker run -p 8765:8765 --name orator-conversion retold/orator-conversion:local",
13
13
  "docker-shell": "docker exec -it orator-conversion /bin/bash"
@@ -41,15 +41,13 @@
41
41
  },
42
42
  "homepage": "https://github.com/stevenvelozo/orator-conversion#readme",
43
43
  "dependencies": {
44
- "fable-serviceproviderbase": "^3.0.18",
44
+ "fable-serviceproviderbase": "^3.0.19",
45
45
  "sharp": "^0.34.5"
46
46
  },
47
47
  "devDependencies": {
48
- "chai": "^6.2.2",
49
48
  "fable": "^3.1.55",
50
- "mocha": "^11.7.5",
51
49
  "orator": "^6.0.1",
52
50
  "orator-serviceserver-restify": "^2.0.7",
53
- "quackage": "^1.0.51"
51
+ "quackage": "^1.0.58"
54
52
  }
55
53
  }
File without changes