meadow-connection-mssql 1.0.11 → 1.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,11 +1,11 @@
1
1
  {
2
2
  "name": "meadow-connection-mssql",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Meadow MSSQL Plugin",
5
5
  "main": "source/Meadow-Connection-MSSQL.js",
6
6
  "scripts": {
7
- "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -u tdd -R spec",
8
- "test": "./node_modules/mocha/bin/_mocha -u tdd --exit -R spec",
7
+ "coverage": "npx quack coverage",
8
+ "test": "npx quack test",
9
9
  "docker-mssql-start": "bash ./start-mssql.sh",
10
10
  "docker-mssql-stop": "bash ./stop-mssql.sh",
11
11
  "test-docker": "bash ./start-mssql.sh && npm test; bash ./stop-mssql.sh",
@@ -13,7 +13,7 @@
13
13
  "docker-dev-run": "docker run -it -d --name retold-meadow-connection-mssql-dev -p 38001:8080 -v \"$PWD/.config:/home/coder/.config\" -v \"$PWD:/home/coder/meadow-connection-mssql\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" retold/meadow-connection-mssql:local",
14
14
  "docker-dev-shell": "docker exec -it retold-meadow-connection-mssql-dev /bin/bash",
15
15
  "start": "node source/Meadow-Connection-MSSQL.js",
16
- "tests": "npx mocha -u tdd --exit -R spec --grep",
16
+ "tests": "npx quack test -g",
17
17
  "build": "npx quack build"
18
18
  },
19
19
  "mocha": {
@@ -48,13 +48,11 @@
48
48
  },
49
49
  "homepage": "https://github.com/stevenvelozo/meadow-connection-mssql",
50
50
  "devDependencies": {
51
- "chai": "4.3.10",
52
51
  "fable": "^3.1.55",
53
- "mocha": "10.2.0",
54
- "quackage": "^1.0.51"
52
+ "quackage": "^1.0.58"
55
53
  },
56
54
  "dependencies": {
57
- "fable-serviceproviderbase": "^3.0.18",
55
+ "fable-serviceproviderbase": "^3.0.19",
58
56
  "mssql": "^9.1.1"
59
57
  }
60
58
  }
File without changes