meadow-connection-sqlite 1.0.12 → 1.0.13

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,14 +1,14 @@
1
1
  {
2
2
  "name": "meadow-connection-sqlite",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Meadow SQLite Plugin",
5
5
  "main": "source/Meadow-Connection-SQLite.js",
6
6
  "scripts": {
7
7
  "start": "node source/Meadow-Connection-SQLite.js",
8
8
  "build": "npx quack build",
9
- "test": "npx mocha -u tdd -R spec",
10
- "tests": "npx mocha -u tdd --exit -R spec --grep",
11
- "coverage": "npx nyc --reporter=lcov --reporter=text-lcov npx mocha -- -u tdd -R spec"
9
+ "test": "npx quack test",
10
+ "tests": "npx quack test -g",
11
+ "coverage": "npx quack coverage"
12
12
  },
13
13
  "mocha": {
14
14
  "diff": true,
@@ -42,11 +42,11 @@
42
42
  },
43
43
  "homepage": "https://github.com/stevenvelozo/meadow-connection-sqlite",
44
44
  "devDependencies": {
45
- "quackage": "^1.0.51",
45
+ "quackage": "^1.0.58",
46
46
  "retold-harness": "^1.1.0"
47
47
  },
48
48
  "dependencies": {
49
49
  "better-sqlite3": "^12.6.2",
50
- "fable-serviceproviderbase": "^3.0.18"
50
+ "fable-serviceproviderbase": "^3.0.19"
51
51
  }
52
52
  }
File without changes