meadow-integration 1.0.4 → 1.0.5

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,22 +1,22 @@
1
1
  {
2
2
  "name": "meadow-integration",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Meadow Data Integration",
5
5
  "bin": {
6
6
  "mdwint": "source/cli/Meadow-Integration-CLI-Run.js"
7
7
  },
8
8
  "main": "source/Meadow-Integration.js",
9
9
  "scripts": {
10
- "test": "npx mocha -u tdd --exit -R spec",
10
+ "test": "npx quack test",
11
11
  "start": "node source/cli/Meadow-Integration-CLI-Run.js",
12
- "tests": "npx mocha -u tdd --exit -R spec --grep",
13
- "coverage": "npx nyc --reporter=lcov --reporter=text-lcov npx mocha -- -u tdd -R spec",
12
+ "tests": "npx quack test -g",
13
+ "coverage": "npx quack coverage",
14
14
  "build": "npx quack build"
15
15
  },
16
16
  "author": "steven velozo <steven@velozo.com>",
17
17
  "license": "MIT",
18
18
  "devDependencies": {
19
- "quackage": "^1.0.51"
19
+ "quackage": "^1.0.58"
20
20
  },
21
21
  "mocha": {
22
22
  "diff": true,
@@ -37,10 +37,10 @@
37
37
  ]
38
38
  },
39
39
  "dependencies": {
40
- "fable": "^3.1.55",
41
- "fable-serviceproviderbase": "^3.0.18",
42
- "orator": "^6.0.0",
43
- "orator-serviceserver-restify": "^2.0.5",
44
- "pict-service-commandlineutility": "^1.0.18"
40
+ "fable": "^3.1.63",
41
+ "fable-serviceproviderbase": "^3.0.19",
42
+ "orator": "^6.0.3",
43
+ "orator-serviceserver-restify": "^2.0.9",
44
+ "pict-service-commandlineutility": "^1.0.19"
45
45
  }
46
46
  }
File without changes