@ticatec/common-express-server 0.2.0 → 0.2.1
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 +18 -6
- /package/{lib → dist}/AppConf.d.ts +0 -0
- /package/{lib → dist}/AppConf.js +0 -0
- /package/{lib → dist}/AppConf.js.map +0 -0
- /package/{lib → dist}/BaseServer.d.ts +0 -0
- /package/{lib → dist}/BaseServer.js +0 -0
- /package/{lib → dist}/BaseServer.js.map +0 -0
- /package/{lib → dist}/CommonRouterHelper.d.ts +0 -0
- /package/{lib → dist}/CommonRouterHelper.js +0 -0
- /package/{lib → dist}/CommonRouterHelper.js.map +0 -0
- /package/{lib → dist}/CommonRoutes.d.ts +0 -0
- /package/{lib → dist}/CommonRoutes.js +0 -0
- /package/{lib → dist}/CommonRoutes.js.map +0 -0
- /package/{lib → dist}/LoggedUser.d.ts +0 -0
- /package/{lib → dist}/LoggedUser.js +0 -0
- /package/{lib → dist}/LoggedUser.js.map +0 -0
- /package/{lib → dist}/common/AdminBaseController.d.ts +0 -0
- /package/{lib → dist}/common/AdminBaseController.js +0 -0
- /package/{lib → dist}/common/AdminBaseController.js.map +0 -0
- /package/{lib → dist}/common/AdminSearchController.d.ts +0 -0
- /package/{lib → dist}/common/AdminSearchController.js +0 -0
- /package/{lib → dist}/common/AdminSearchController.js.map +0 -0
- /package/{lib → dist}/common/BaseController.d.ts +0 -0
- /package/{lib → dist}/common/BaseController.js +0 -0
- /package/{lib → dist}/common/BaseController.js.map +0 -0
- /package/{lib → dist}/common/CommonController.d.ts +0 -0
- /package/{lib → dist}/common/CommonController.js +0 -0
- /package/{lib → dist}/common/CommonController.js.map +0 -0
- /package/{lib → dist}/common/TenantBaseController.d.ts +0 -0
- /package/{lib → dist}/common/TenantBaseController.js +0 -0
- /package/{lib → dist}/common/TenantBaseController.js.map +0 -0
- /package/{lib → dist}/common/TenantSearchController.d.ts +0 -0
- /package/{lib → dist}/common/TenantSearchController.js +0 -0
- /package/{lib → dist}/common/TenantSearchController.js.map +0 -0
- /package/{lib → dist}/index.d.ts +0 -0
- /package/{lib → dist}/index.js +0 -0
- /package/{lib → dist}/index.js.map +0 -0
- /package/{lib → dist}/lib/CommonProcessor.d.ts +0 -0
- /package/{lib → dist}/lib/CommonProcessor.js +0 -0
- /package/{lib → dist}/lib/CommonProcessor.js.map +0 -0
- /package/{lib → dist}/lib/ProcessorManager.d.ts +0 -0
- /package/{lib → dist}/lib/ProcessorManager.js +0 -0
- /package/{lib → dist}/lib/ProcessorManager.js.map +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ticatec/common-express-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "A comprehensive TypeScript library providing common classes, controllers, and middleware for building scalable Express.js applications with multi-tenant support.",
|
|
5
|
-
"main": "
|
|
6
|
-
"types": "
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"import": "./dist/index.js",
|
|
11
|
+
"require": "./dist/index.js"
|
|
12
|
+
},
|
|
13
|
+
"./*": {
|
|
14
|
+
"types": "./dist/*.d.ts",
|
|
15
|
+
"import": "./dist/*.js",
|
|
16
|
+
"require": "./dist/*.js"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
7
19
|
"scripts": {
|
|
8
|
-
"build": "rm -rf ./
|
|
20
|
+
"build": "rm -rf ./dist && tsc",
|
|
9
21
|
"build:watch": "tsc --watch",
|
|
10
|
-
"clean": "rm -rf ./
|
|
22
|
+
"clean": "rm -rf ./dist",
|
|
11
23
|
"prepare": "npm run build",
|
|
12
24
|
"prepack": "npm run build",
|
|
13
25
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -46,7 +58,7 @@
|
|
|
46
58
|
},
|
|
47
59
|
"homepage": "https://github.com/ticatec/common-express-server#readme",
|
|
48
60
|
"files": [
|
|
49
|
-
"
|
|
61
|
+
"dist/**/*",
|
|
50
62
|
"README.md",
|
|
51
63
|
"LICENSE",
|
|
52
64
|
"package.json"
|
|
File without changes
|
/package/{lib → dist}/AppConf.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{lib → dist}/index.d.ts
RENAMED
|
File without changes
|
/package/{lib → dist}/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|