retold-data-service 2.0.11 → 2.0.12

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,12 +1,12 @@
1
1
  {
2
2
  "name": "retold-data-service",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Serve up a whole model!",
5
5
  "main": "source/Retold-Data-Service.js",
6
6
  "scripts": {
7
7
  "start": "node source/Retold-Data-Service.js",
8
- "coverage": "npx nyc --reporter=lcov --reporter=text-lcov npx mocha -- -u tdd -R spec",
9
- "test": "npx mocha -u tdd -R spec",
8
+ "coverage": "npx quack coverage",
9
+ "test": "npx quack test",
10
10
  "build": "npx quack build",
11
11
  "build-test-model": "cd test && npx stricture -i model/ddl/BookStore.ddl",
12
12
  "docker-dev-build": "docker build ./ -f Dockerfile_LUXURYCode -t retold-data-service-image:local",
@@ -51,22 +51,20 @@
51
51
  },
52
52
  "homepage": "https://github.com/stevenvelozo/retold-data-service",
53
53
  "devDependencies": {
54
- "chai": "^6.2.2",
55
54
  "meadow-connection-sqlite": "^1.0.11",
56
- "mocha": "^11.7.5",
57
- "quackage": "^1.0.41",
55
+ "quackage": "^1.0.58",
58
56
  "stricture": "^1.0.37",
59
57
  "supertest": "^7.2.2"
60
58
  },
61
59
  "dependencies": {
62
- "fable": "^3.1.11",
63
- "fable-serviceproviderbase": "^3.0.15",
64
- "meadow": "^2.0.21",
65
- "meadow-connection-mysql": "^1.0.4",
66
- "meadow-endpoints": "^4.0.7",
67
- "orator": "^5.0.1",
68
- "orator-http-proxy": "^1.0.1",
69
- "orator-serviceserver-restify": "^2.0.4",
70
- "orator-static-server": "^1.0.1"
60
+ "fable": "^3.1.63",
61
+ "fable-serviceproviderbase": "^3.0.19",
62
+ "meadow": "^2.0.23",
63
+ "meadow-connection-mysql": "^1.0.9",
64
+ "meadow-endpoints": "^4.0.10",
65
+ "orator": "^6.0.3",
66
+ "orator-http-proxy": "^1.0.5",
67
+ "orator-serviceserver-restify": "^2.0.9",
68
+ "orator-static-server": "^2.0.4"
71
69
  }
72
70
  }
File without changes