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 +6 -6
- package/.babelrc +0 -5
- package/.browserslistrc +0 -1
- /package/docs/{cover.md → _cover.md} +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fable-serviceproviderbase",
|
|
3
|
-
"version": "3.0.
|
|
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
|
|
9
|
-
"tests": "npx
|
|
10
|
-
"coverage": "npx
|
|
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.
|
|
51
|
-
"quackage": "^1.0.
|
|
50
|
+
"fable": "^3.1.62",
|
|
51
|
+
"quackage": "^1.0.58",
|
|
52
52
|
"typescript": "^5.9.3"
|
|
53
53
|
}
|
|
54
54
|
}
|
package/.browserslistrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
since 2020
|
|
File without changes
|