fable-serviceproviderbase 3.0.18 → 3.0.19

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": "fable-serviceproviderbase",
3
- "version": "3.0.18",
3
+ "version": "3.0.19",
4
4
  "description": "Simple base classes for fable services.",
5
5
  "main": "source/Fable-ServiceProviderBase.js",
6
6
  "scripts": {
7
7
  "start": "node source/Fable-ServiceProviderBase.js",
8
- "test": "npx mocha -u tdd -R spec",
9
- "tests": "npx mocha -u tdd --exit -R spec --grep",
10
- "coverage": "npx nyc --reporter=lcov --reporter=text-lcov npx mocha -- -u tdd -R spec",
8
+ "test": "npx quack test",
9
+ "tests": "npx quack test -g",
10
+ "coverage": "npx quack coverage",
11
11
  "build": "npx quack build",
12
12
  "types": "tsc -p ./tsconfig.build.json",
13
13
  "check": "tsc -p . --noEmit"
@@ -47,8 +47,8 @@
47
47
  "homepage": "https://github.com/stevenvelozo/fable-serviceproviderbase",
48
48
  "devDependencies": {
49
49
  "@types/mocha": "^10.0.10",
50
- "fable": "^3.1.55",
51
- "quackage": "^1.0.51",
50
+ "fable": "^3.1.62",
51
+ "quackage": "^1.0.58",
52
52
  "typescript": "^5.9.3"
53
53
  }
54
54
  }
package/.babelrc DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "presets": [
3
- "@babel/preset-env"
4
- ]
5
- }
package/.browserslistrc DELETED
@@ -1 +0,0 @@
1
- since 2020
File without changes