@futdevpro/nts-dynamo 1.15.33 → 1.15.34
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 +10 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/nts-dynamo",
|
|
3
|
-
"version": "01.15.
|
|
3
|
+
"version": "01.15.34",
|
|
4
4
|
"description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Program Ltd.",
|
|
5
5
|
"DyBu_settings": {
|
|
6
6
|
"packageType": "server-package",
|
|
@@ -184,6 +184,12 @@
|
|
|
184
184
|
"types": "./build/_mock/index.d.ts",
|
|
185
185
|
"typings": "./build/_mock/index.d.ts"
|
|
186
186
|
},
|
|
187
|
+
"./admin-auth": {
|
|
188
|
+
"default": "./build/_modules/admin-auth/index.js",
|
|
189
|
+
"module": "./build/_modules/admin-auth/index.js",
|
|
190
|
+
"types": "./build/_modules/admin-auth/index.d.ts",
|
|
191
|
+
"typings": "./build/_modules/admin-auth/index.d.ts"
|
|
192
|
+
},
|
|
187
193
|
"./oauth2": {
|
|
188
194
|
"default": "./build/_modules/oauth2/index.js",
|
|
189
195
|
"module": "./build/_modules/oauth2/index.js",
|
|
@@ -280,6 +286,9 @@
|
|
|
280
286
|
"mock": [
|
|
281
287
|
"build/_modules/mock/index.d.ts"
|
|
282
288
|
],
|
|
289
|
+
"admin-auth": [
|
|
290
|
+
"build/_modules/admin-auth/index.d.ts"
|
|
291
|
+
],
|
|
283
292
|
"oauth2": [
|
|
284
293
|
"build/_modules/oauth2/index.d.ts"
|
|
285
294
|
],
|