@cyberskill/shared 1.44.0 → 1.46.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/index.d.cts CHANGED
@@ -1,16 +1,11 @@
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 { createMongoGenericFields } from './_tsup-dts-rollup.cjs';
6
- export { MongoController } from './_tsup-dts-rollup.cjs';
7
- export { createSchema } from './_tsup-dts-rollup.cjs';
8
- export { createModel } from './_tsup-dts-rollup.cjs';
9
- export { createSlugQuery } from './_tsup-dts-rollup.cjs';
10
4
  export { aggregatePaginate } from './_tsup-dts-rollup.cjs';
11
5
  export { mongoosePaginate } from './_tsup-dts-rollup.cjs';
6
+ export { mongo } from './_tsup-dts-rollup.cjs';
7
+ export { MongoController } from './_tsup-dts-rollup.cjs';
12
8
  export { MongooseController } from './_tsup-dts-rollup.cjs';
13
- export { validateMongooseField } from './_tsup-dts-rollup.cjs';
14
9
  export { ApolloProvider } from './_tsup-dts-rollup.cjs';
15
10
  export { useLoading } from './_tsup-dts-rollup.cjs';
16
11
  export { Loading } from './_tsup-dts-rollup.cjs';
@@ -123,3 +118,4 @@ export { serializer } from './_tsup-dts-rollup.cjs';
123
118
  export { storageClient } from './_tsup-dts-rollup.cjs';
124
119
  export { generateSlug } from './_tsup-dts-rollup.cjs';
125
120
  export { generateShortId } from './_tsup-dts-rollup.cjs';
121
+ export { validate } from './_tsup-dts-rollup.cjs';
package/dist/index.d.ts CHANGED
@@ -1,16 +1,11 @@
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 { createMongoGenericFields } from './_tsup-dts-rollup.js';
6
- export { MongoController } from './_tsup-dts-rollup.js';
7
- export { createSchema } from './_tsup-dts-rollup.js';
8
- export { createModel } from './_tsup-dts-rollup.js';
9
- export { createSlugQuery } from './_tsup-dts-rollup.js';
10
4
  export { aggregatePaginate } from './_tsup-dts-rollup.js';
11
5
  export { mongoosePaginate } from './_tsup-dts-rollup.js';
6
+ export { mongo } from './_tsup-dts-rollup.js';
7
+ export { MongoController } from './_tsup-dts-rollup.js';
12
8
  export { MongooseController } from './_tsup-dts-rollup.js';
13
- export { validateMongooseField } from './_tsup-dts-rollup.js';
14
9
  export { ApolloProvider } from './_tsup-dts-rollup.js';
15
10
  export { useLoading } from './_tsup-dts-rollup.js';
16
11
  export { Loading } from './_tsup-dts-rollup.js';
@@ -123,3 +118,4 @@ export { serializer } from './_tsup-dts-rollup.js';
123
118
  export { storageClient } from './_tsup-dts-rollup.js';
124
119
  export { generateSlug } from './_tsup-dts-rollup.js';
125
120
  export { generateShortId } from './_tsup-dts-rollup.js';
121
+ export { validate } from './_tsup-dts-rollup.js';