orator-serviceserver-restify 2.0.8 → 2.0.9

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-serviceserver-restify",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Restify Service Server for Orator",
5
5
  "main": "source/Orator-ServiceServer-Restify.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 source/Orator-ServiceServer-Restify.js",
10
- "tests": "npx mocha -u tdd --exit -R spec --grep",
10
+ "tests": "npx quack test -g",
11
11
  "build": "npx quack build",
12
12
  "docker-dev-build": "docker build ./ -f Dockerfile_LUXURYCode -t orator-serviceserver-restify-image:local",
13
13
  "docker-dev-run": "docker run -it -d --name orator-serviceserver-restify-dev -p 14617:8080 -p 24395:8086 -v \"$PWD/.config:/home/coder/.config\" -v \"$PWD:/home/coder/orator-serviceserver-restify\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" orator-serviceserver-restify-image:local",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "homepage": "https://github.com/stevenvelozo/orator-serviceserver-restify#readme",
48
48
  "dependencies": {
49
- "orator-serviceserver-base": "^1.0.5",
49
+ "orator-serviceserver-base": "^1.0.6",
50
50
  "restify": "^11.1.0"
51
51
  },
52
52
  "devDependencies": {
@@ -59,7 +59,7 @@
59
59
  "fable": "^3.1.61",
60
60
  "globals": "^16.5.0",
61
61
  "orator": "^6.0.2",
62
- "quackage": "^1.0.56",
62
+ "quackage": "^1.0.58",
63
63
  "typescript": "^5.9.3"
64
64
  }
65
65
  }
File without changes