@thzero/library_server 0.15.6 → 0.15.9

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/license.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020-2021 thZero.com
3
+ Copyright (c) 2020-2022 thZero.com
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "@thzero/library_server",
3
- "type": "module",
4
- "version": "0.15.6",
5
- "version_major": 0,
6
- "version_minor": 15,
7
- "version_patch": 6,
8
- "version_date": "01/29/2022",
9
- "description": "An opinionated library of common functionality to bootstrap a Koa based API application using MongoDb and Firebase.",
10
- "author": "thZero",
11
- "license": "MIT",
12
- "repository": {
13
- "type": "git",
14
- "url": "git+https://github.com/thzero/library_server.git"
15
- },
16
- "bugs": {
17
- "url": "https://github.com/thzero/library_server/issues"
18
- },
19
- "homepage": "https://github.com/thzero/library_server#readme",
20
- "engines": {
21
- "node": ">=12.8.3"
22
- },
23
- "scripts": {
24
- "cli-update": "./node_modules/.bin/library-cli --updateversion --pi",
25
- "cli-update-w": ".\\node_modules\\.bin\\library-cli --updateversion --pi",
26
- "test": "echo \"Error: no test specified\" && exit 1"
27
- },
28
- "dependencies": {
29
- "@godaddy/terminus": "^4.10.2",
30
- "@koa/cors": "^3.1.0",
31
- "@koa/router": "^10.1.1",
32
- "async-mutex": "^0.3.2",
33
- "config": "^3.3.7",
34
- "dayjs": "^1.10.7",
35
- "dayjs-plugin-utc": "^0.1.2",
36
- "default-gateway": "^6.0.3",
37
- "easy-rbac": "^3.2.0",
38
- "esm": "^3.2.25",
39
- "ipaddr.js": "^2.0.1",
40
- "koa": "^2.13.4",
41
- "koa-body": "^4.2.0",
42
- "koa-helmet": "^6.1.0",
43
- "koa-static": "^5.0.0"
44
- },
45
- "devDependencies": {
46
- "@thzero/library_cli": "^0.15.2"
47
- },
48
- "peerDependencies": {
49
- "@thzero/library_common": "^0.15",
50
- "@thzero/library_common_service": "^0.15",
51
- "@babel/core": "^7.16.7",
52
- "@babel/plugin-proposal-class-properties": "^7.16.7",
53
- "@babel/preset-env": "^7.16.7",
54
- "babel-loader": "^8.2.3",
55
- "eslint": "^8.5.0",
56
- "eslint-plugin-node": "^11.1.0",
57
- "pino-pretty": "^7.3.0",
58
- "webpack": "^5.65.0",
59
- "webpack-cli": "^4.9.1"
60
- }
1
+ {
2
+ "name": "@thzero/library_server",
3
+ "type": "module",
4
+ "version": "0.15.9",
5
+ "version_major": 0,
6
+ "version_minor": 15,
7
+ "version_patch": 9,
8
+ "version_date": "04/07/2022",
9
+ "description": "An opinionated library of common functionality to bootstrap a Koa based API application using MongoDb and Firebase.",
10
+ "author": "thZero",
11
+ "license": "MIT",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/thzero/library_server.git"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/thzero/library_server/issues"
18
+ },
19
+ "homepage": "https://github.com/thzero/library_server#readme",
20
+ "engines": {
21
+ "node": ">=12.8.3"
22
+ },
23
+ "scripts": {
24
+ "cli-update": "./node_modules/.bin/library-cli --updateversion --pi",
25
+ "cli-update-w": ".\\node_modules\\.bin\\library-cli --updateversion --pi",
26
+ "test": "echo \"Error: no test specified\" && exit 1"
27
+ },
28
+ "dependencies": {
29
+ "@godaddy/terminus": "^4.10.2",
30
+ "@koa/cors": "^3.3.0",
31
+ "@koa/router": "^10.1.1",
32
+ "async-mutex": "^0.3.2",
33
+ "config": "^3.3.7",
34
+ "dayjs": "^1.11.0",
35
+ "dayjs-plugin-utc": "^0.1.2",
36
+ "default-gateway": "^6.0.3",
37
+ "easy-rbac": "^3.2.0",
38
+ "esm": "^3.2.25",
39
+ "ipaddr.js": "^2.0.1",
40
+ "koa": "^2.13.4",
41
+ "koa-body": "^4.2.0",
42
+ "koa-helmet": "^6.1.0",
43
+ "koa-static": "^5.0.0"
44
+ },
45
+ "devDependencies": {
46
+ "@thzero/library_cli": "^0.15"
47
+ },
48
+ "peerDependencies": {
49
+ "@thzero/library_common": "^0.15",
50
+ "@thzero/library_common_service": "^0.15",
51
+ "@babel/core": "^7.16.7",
52
+ "@babel/plugin-proposal-class-properties": "^7.16.7",
53
+ "@babel/preset-env": "^7.16.7",
54
+ "babel-loader": "^8.2.3",
55
+ "eslint": "^8.5.0",
56
+ "eslint-plugin-node": "^11.1.0",
57
+ "pino-pretty": "^7.3.0",
58
+ "webpack": "^5.65.0",
59
+ "webpack-cli": "^4.9.1"
60
+ }
61
61
  }
@@ -1,3 +0,0 @@
1
- {
2
- "workbench.colorTheme": "Kimbie Dark"
3
- }
package/debug.log DELETED
@@ -1,9 +0,0 @@
1
- [1206/090030.719:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
2
- [1209/113335.458:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
3
- [1222/102527.415:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
4
- [1226/194629.497:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
5
- [0109/190308.685:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
6
- [0115/080538.940:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
7
- [0120/214220.992:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
8
- [0120/214959.793:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
9
- [0124/104445.692:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
package/ncupd.bat DELETED
@@ -1,2 +0,0 @@
1
- call ncu -u
2
- call npm i
package/push.sh DELETED
@@ -1,3 +0,0 @@
1
- git add .
2
- git commit -m "$1"
3
- git push
package/pushnpm.bat DELETED
@@ -1,2 +0,0 @@
1
- call ncupd
2
- call pushversion "npm updates
package/pushversion.bat DELETED
@@ -1,4 +0,0 @@
1
- call npm run cli-update-w -- --silent
2
- call git add .
3
- call git commit -m %1
4
- call git push
package/version.bat DELETED
@@ -1 +0,0 @@
1
- @npm run cli-update-w
package/version.sh DELETED
@@ -1 +0,0 @@
1
- npm run cli-update