@cyberskill/shared 1.36.0 → 1.37.0
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/dist/_tsup-dts-rollup.d.cts +2 -2
- package/dist/_tsup-dts-rollup.d.ts +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +9 -9
- package/dist/index.d.ts +9 -9
- package/dist/index.js +1 -1
- package/dist/nodejs/index.cjs +1 -1
- package/dist/nodejs/index.d.cts +9 -0
- package/dist/nodejs/index.d.ts +9 -0
- package/dist/nodejs/index.js +1 -1
- package/dist/nodejs/mongo.cjs +1 -1
- package/dist/nodejs/mongo.d.cts +2 -0
- package/dist/nodejs/mongo.d.ts +2 -0
- package/dist/nodejs/mongo.js +1 -1
- package/dist/nodejs/mongoose.cjs +1 -1
- package/dist/nodejs/mongoose.d.cts +7 -0
- package/dist/nodejs/mongoose.d.ts +7 -0
- package/dist/nodejs/mongoose.js +1 -1
- package/dist/utils/index-nodejs.cjs +1 -1
- package/dist/utils/index-nodejs.d.cts +0 -8
- package/dist/utils/index-nodejs.d.ts +0 -8
- package/dist/utils/index-nodejs.js +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.cts +0 -1
- package/dist/utils/index.d.ts +0 -1
- package/dist/utils/index.js +1 -1
- package/package.json +1 -1
- package/dist/utils/datetime.cjs +0 -1
- package/dist/utils/datetime.d.cts +0 -1
- package/dist/utils/datetime.d.ts +0 -1
- package/dist/utils/datetime.js +0 -1
- package/dist/utils/mongoose.cjs +0 -1
- package/dist/utils/mongoose.d.cts +0 -8
- package/dist/utils/mongoose.d.ts +0 -8
- package/dist/utils/mongoose.js +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
export { PROJECT_ROOT } from './_tsup-dts-rollup.cjs';
|
|
2
2
|
export { WORKING_DIRECTORY } from './_tsup-dts-rollup.cjs';
|
|
3
3
|
export { RESPONSE_STATUS } from './_tsup-dts-rollup.cjs';
|
|
4
|
+
export { getMongoDateTime } from './_tsup-dts-rollup.cjs';
|
|
5
|
+
export { getMongoGenericFields } from './_tsup-dts-rollup.cjs';
|
|
4
6
|
export { MongoController } from './_tsup-dts-rollup.cjs';
|
|
7
|
+
export { generateSchema } from './_tsup-dts-rollup.cjs';
|
|
8
|
+
export { generateModel } from './_tsup-dts-rollup.cjs';
|
|
9
|
+
export { generateSlug } from './_tsup-dts-rollup.cjs';
|
|
10
|
+
export { generateShortId } from './_tsup-dts-rollup.cjs';
|
|
11
|
+
export { generateSlugQuery } from './_tsup-dts-rollup.cjs';
|
|
5
12
|
export { MongooseController } from './_tsup-dts-rollup.cjs';
|
|
13
|
+
export { aggregatePaginate } from './_tsup-dts-rollup.cjs';
|
|
14
|
+
export { mongoosePaginate } from './_tsup-dts-rollup.cjs';
|
|
6
15
|
export { ApolloProvider } from './_tsup-dts-rollup.cjs';
|
|
7
16
|
export { useLoading } from './_tsup-dts-rollup.cjs';
|
|
8
17
|
export { Loading } from './_tsup-dts-rollup.cjs';
|
|
@@ -93,14 +102,6 @@ export { executeCommand } from './_tsup-dts-rollup.cjs';
|
|
|
93
102
|
export { commandLog } from './_tsup-dts-rollup.cjs';
|
|
94
103
|
export { fileExists } from './_tsup-dts-rollup.cjs';
|
|
95
104
|
export { throwResponse } from './_tsup-dts-rollup.cjs';
|
|
96
|
-
export { generateSchema } from './_tsup-dts-rollup.cjs';
|
|
97
|
-
export { generateModel } from './_tsup-dts-rollup.cjs';
|
|
98
|
-
export { generateSlug } from './_tsup-dts-rollup.cjs';
|
|
99
|
-
export { generateShortId } from './_tsup-dts-rollup.cjs';
|
|
100
|
-
export { generateSlugQuery } from './_tsup-dts-rollup.cjs';
|
|
101
|
-
export { getMongoGenericFields } from './_tsup-dts-rollup.cjs';
|
|
102
|
-
export { aggregatePaginate } from './_tsup-dts-rollup.cjs';
|
|
103
|
-
export { mongoosePaginate } from './_tsup-dts-rollup.cjs';
|
|
104
105
|
export { getLatestPackageVersion } from './_tsup-dts-rollup.cjs';
|
|
105
106
|
export { isPackageOutdated } from './_tsup-dts-rollup.cjs';
|
|
106
107
|
export { updatePackage } from './_tsup-dts-rollup.cjs';
|
|
@@ -112,7 +113,6 @@ export { isJson } from './_tsup-dts-rollup.cjs';
|
|
|
112
113
|
export { regexSearchMapper } from './_tsup-dts-rollup.cjs';
|
|
113
114
|
export { removeAccent } from './_tsup-dts-rollup.cjs';
|
|
114
115
|
export { deepMerge } from './_tsup-dts-rollup.cjs';
|
|
115
|
-
export { getMongoDateTime } from './_tsup-dts-rollup.cjs';
|
|
116
116
|
export { serializer } from './_tsup-dts-rollup.cjs';
|
|
117
117
|
export { storageClient } from './_tsup-dts-rollup.cjs';
|
|
118
118
|
export { validate } from './_tsup-dts-rollup.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
export { PROJECT_ROOT } from './_tsup-dts-rollup.js';
|
|
2
2
|
export { WORKING_DIRECTORY } from './_tsup-dts-rollup.js';
|
|
3
3
|
export { RESPONSE_STATUS } from './_tsup-dts-rollup.js';
|
|
4
|
+
export { getMongoDateTime } from './_tsup-dts-rollup.js';
|
|
5
|
+
export { getMongoGenericFields } from './_tsup-dts-rollup.js';
|
|
4
6
|
export { MongoController } from './_tsup-dts-rollup.js';
|
|
7
|
+
export { generateSchema } from './_tsup-dts-rollup.js';
|
|
8
|
+
export { generateModel } from './_tsup-dts-rollup.js';
|
|
9
|
+
export { generateSlug } from './_tsup-dts-rollup.js';
|
|
10
|
+
export { generateShortId } from './_tsup-dts-rollup.js';
|
|
11
|
+
export { generateSlugQuery } from './_tsup-dts-rollup.js';
|
|
5
12
|
export { MongooseController } from './_tsup-dts-rollup.js';
|
|
13
|
+
export { aggregatePaginate } from './_tsup-dts-rollup.js';
|
|
14
|
+
export { mongoosePaginate } from './_tsup-dts-rollup.js';
|
|
6
15
|
export { ApolloProvider } from './_tsup-dts-rollup.js';
|
|
7
16
|
export { useLoading } from './_tsup-dts-rollup.js';
|
|
8
17
|
export { Loading } from './_tsup-dts-rollup.js';
|
|
@@ -93,14 +102,6 @@ export { executeCommand } from './_tsup-dts-rollup.js';
|
|
|
93
102
|
export { commandLog } from './_tsup-dts-rollup.js';
|
|
94
103
|
export { fileExists } from './_tsup-dts-rollup.js';
|
|
95
104
|
export { throwResponse } from './_tsup-dts-rollup.js';
|
|
96
|
-
export { generateSchema } from './_tsup-dts-rollup.js';
|
|
97
|
-
export { generateModel } from './_tsup-dts-rollup.js';
|
|
98
|
-
export { generateSlug } from './_tsup-dts-rollup.js';
|
|
99
|
-
export { generateShortId } from './_tsup-dts-rollup.js';
|
|
100
|
-
export { generateSlugQuery } from './_tsup-dts-rollup.js';
|
|
101
|
-
export { getMongoGenericFields } from './_tsup-dts-rollup.js';
|
|
102
|
-
export { aggregatePaginate } from './_tsup-dts-rollup.js';
|
|
103
|
-
export { mongoosePaginate } from './_tsup-dts-rollup.js';
|
|
104
105
|
export { getLatestPackageVersion } from './_tsup-dts-rollup.js';
|
|
105
106
|
export { isPackageOutdated } from './_tsup-dts-rollup.js';
|
|
106
107
|
export { updatePackage } from './_tsup-dts-rollup.js';
|
|
@@ -112,7 +113,6 @@ export { isJson } from './_tsup-dts-rollup.js';
|
|
|
112
113
|
export { regexSearchMapper } from './_tsup-dts-rollup.js';
|
|
113
114
|
export { removeAccent } from './_tsup-dts-rollup.js';
|
|
114
115
|
export { deepMerge } from './_tsup-dts-rollup.js';
|
|
115
|
-
export { getMongoDateTime } from './_tsup-dts-rollup.js';
|
|
116
116
|
export { serializer } from './_tsup-dts-rollup.js';
|
|
117
117
|
export { storageClient } from './_tsup-dts-rollup.js';
|
|
118
118
|
export { validate } from './_tsup-dts-rollup.js';
|