web-core-tcm 0.0.53 → 0.0.54
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 +66 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-core-tcm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.54",
|
|
4
4
|
"description": "Core",
|
|
5
5
|
"productName": "Core",
|
|
6
6
|
"author": "wywywywywywywywywy <qa123456_0714@qq.com>",
|
|
@@ -69,19 +69,71 @@
|
|
|
69
69
|
"dist"
|
|
70
70
|
],
|
|
71
71
|
"exports": {
|
|
72
|
-
"./api/algorithm":
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
"./api/
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
"./api/
|
|
83
|
-
|
|
84
|
-
|
|
72
|
+
"./api/algorithm": {
|
|
73
|
+
"types": "./dist/src/api/algorithm/index.d.ts",
|
|
74
|
+
"import": "./dist/src/api/algorithm/index.js",
|
|
75
|
+
"require": "./dist/src/api/algorithm/index.cjs"
|
|
76
|
+
},
|
|
77
|
+
"./api/authorization": {
|
|
78
|
+
"types": "./dist/src/api/authorization/index.d.ts",
|
|
79
|
+
"import": "./dist/src/api/authorization/index.js",
|
|
80
|
+
"require": "./dist/src/api/authorization/index.cjs"
|
|
81
|
+
},
|
|
82
|
+
"./api/check": {
|
|
83
|
+
"types": "./dist/src/api/check/index.d.ts",
|
|
84
|
+
"import": "./dist/src/api/check/index.js",
|
|
85
|
+
"require": "./dist/src/api/check/index.cjs"
|
|
86
|
+
},
|
|
87
|
+
"./api/config": {
|
|
88
|
+
"types": "./dist/src/api/config/index.d.ts",
|
|
89
|
+
"import": "./dist/src/api/config/index.js",
|
|
90
|
+
"require": "./dist/src/api/config/index.cjs"
|
|
91
|
+
},
|
|
92
|
+
"./api/device": {
|
|
93
|
+
"types": "./dist/src/api/device/device.d.ts",
|
|
94
|
+
"import": "./dist/src/api/device/device.js",
|
|
95
|
+
"require": "./dist/src/api/device/device.cjs"
|
|
96
|
+
},
|
|
97
|
+
"./api/doctor": {
|
|
98
|
+
"types": "./dist/src/api/doctor/index.d.ts",
|
|
99
|
+
"import": "./dist/src/api/doctor/index.js",
|
|
100
|
+
"require": "./dist/src/api/doctor/index.cjs"
|
|
101
|
+
},
|
|
102
|
+
"./api/metric": {
|
|
103
|
+
"types": "./dist/src/api/metric/index.d.ts",
|
|
104
|
+
"import": "./dist/src/api/metric/index.js",
|
|
105
|
+
"require": "./dist/src/api/metric/index.cjs"
|
|
106
|
+
},
|
|
107
|
+
"./api/oauth": {
|
|
108
|
+
"types": "./dist/src/api/oauth/index.d.ts",
|
|
109
|
+
"import": "./dist/src/api/oauth/index.js",
|
|
110
|
+
"require": "./dist/src/api/oauth/index.cjs"
|
|
111
|
+
},
|
|
112
|
+
"./api/outpatient": {
|
|
113
|
+
"types": "./dist/src/api/outpatient/index.d.ts",
|
|
114
|
+
"import": "./dist/src/api/outpatient/index.js",
|
|
115
|
+
"require": "./dist/src/api/outpatient/index.cjs"
|
|
116
|
+
},
|
|
117
|
+
"./api/patient": {
|
|
118
|
+
"types": "./dist/src/api/patient/index.d.ts",
|
|
119
|
+
"import": "./dist/src/api/patient/index.js",
|
|
120
|
+
"require": "./dist/src/api/patient/index.cjs"
|
|
121
|
+
},
|
|
122
|
+
"./api/prescription": {
|
|
123
|
+
"types": "./dist/src/api/prescription/index.d.ts",
|
|
124
|
+
"import": "./dist/src/api/prescription/index.js",
|
|
125
|
+
"require": "./dist/src/api/prescription/index.cjs"
|
|
126
|
+
},
|
|
127
|
+
"./api/scientist": {
|
|
128
|
+
"types": "./dist/src/api/scientist/index.d.ts",
|
|
129
|
+
"import": "./dist/src/api/scientist/index.js",
|
|
130
|
+
"require": "./dist/src/api/scientist/index.cjs"
|
|
131
|
+
},
|
|
132
|
+
"./api/core": {
|
|
133
|
+
"types": "./dist/src/api/core/index.d.ts",
|
|
134
|
+
"import": "./dist/src/api/core/index.js",
|
|
135
|
+
"require": "./dist/src/api/core/index.cjs"
|
|
136
|
+
}
|
|
85
137
|
},
|
|
86
138
|
"repository": {
|
|
87
139
|
"type": "git",
|