fable 3.1.62 → 3.1.63
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 +11 -11
- package/.babelrc +0 -3
- package/.browserslistrc +0 -1
- package/dist/fable.js +0 -5210
- package/dist/fable.js.map +0 -1
- package/dist/fable.min.js +0 -12
- package/dist/fable.min.js.map +0 -1
- package/dist/indoctrinate_content_staging/Indoctrinate-Catalog-AppData.json +0 -10514
- /package/docs/{cover.md → _cover.md} +0 -0
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fable",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.63",
|
|
4
4
|
"description": "A service dependency injection, configuration and logging library.",
|
|
5
5
|
"main": "source/Fable.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"start": "node source/Fable.js",
|
|
8
|
-
"coverage": "
|
|
9
|
-
"test": "
|
|
8
|
+
"coverage": "npx quack coverage",
|
|
9
|
+
"test": "npx quack test",
|
|
10
10
|
"build": "npx quack build",
|
|
11
11
|
"docker-dev-build": "docker build ./ -f Dockerfile_LUXURYCode -t fable-image:local",
|
|
12
12
|
"docker-dev-run": "docker run -it -d --name fable-dev -p 30001:8080 -p 38086:8086 -v \"$PWD/.config:/home/coder/.config\" -v \"$PWD:/home/coder/fable\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" fable-image:local",
|
|
13
13
|
"docker-dev-shell": "docker exec -it fable-dev /bin/bash",
|
|
14
|
-
"tests": "
|
|
14
|
+
"tests": "npx quack test -g"
|
|
15
15
|
},
|
|
16
16
|
"mocha": {
|
|
17
17
|
"diff": true,
|
|
@@ -50,21 +50,21 @@
|
|
|
50
50
|
},
|
|
51
51
|
"homepage": "https://github.com/stevenvelozo/fable",
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"quackage": "^1.0.
|
|
53
|
+
"quackage": "^1.0.58"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"async.eachlimit": "^0.5.2",
|
|
57
57
|
"async.waterfall": "^0.5.2",
|
|
58
58
|
"big.js": "^7.0.1",
|
|
59
|
-
"cachetrax": "^1.0.
|
|
59
|
+
"cachetrax": "^1.0.6",
|
|
60
60
|
"cookie": "^1.1.1",
|
|
61
61
|
"data-arithmatic": "^1.0.7",
|
|
62
62
|
"dayjs": "^1.11.19",
|
|
63
|
-
"fable-log": "^3.0.
|
|
64
|
-
"fable-serviceproviderbase": "^3.0.
|
|
65
|
-
"fable-settings": "^3.0.
|
|
66
|
-
"fable-uuid": "^3.0.
|
|
67
|
-
"manyfest": "^1.0.
|
|
63
|
+
"fable-log": "^3.0.18",
|
|
64
|
+
"fable-serviceproviderbase": "^3.0.19",
|
|
65
|
+
"fable-settings": "^3.0.16",
|
|
66
|
+
"fable-uuid": "^3.0.13",
|
|
67
|
+
"manyfest": "^1.0.48",
|
|
68
68
|
"simple-get": "^4.0.1"
|
|
69
69
|
}
|
|
70
70
|
}
|
package/.babelrc
DELETED
package/.browserslistrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
since 2020
|