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.
Files changed (1) hide show
  1. 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.53",
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": "./dist/src/api/algorithm/index.d.ts",
73
- "./api/authorization": "./dist/src/api/authorization/index.d.ts",
74
- "./api/check": "./dist/src/api/check/index.d.ts",
75
- "./api/config": "./dist/src/api/config/index.d.ts",
76
- "./api/device": "./dist/src/api/device/device.d.ts",
77
- "./api/doctor": "./dist/src/api/doctor/index.d.ts",
78
- "./api/metric": "./dist/src/api/metric/index.d.ts",
79
- "./api/oauth": "./dist/src/api/oauth/index.d.ts",
80
- "./api/outpatient": "./dist/src/api/outpatient/index.d.ts",
81
- "./api/patient": "./dist/src/api/patient/index.d.ts",
82
- "./api/prescription": "./dist/src/api/prescription/index.d.ts",
83
- "./api/scientist": "./dist/src/api/scientist/index.d.ts",
84
- "./api/core": "./dist/src/api/core/index.d.ts"
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",