@secrecy/trpc-api-types 1.6.0-integration-prisma-selectors.11 → 1.6.0-integration-prisma-selectors.13

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 (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -9234,4 +9234,4 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9234
9234
  }>;
9235
9235
  type AppRouter = typeof appRouter;
9236
9236
 
9237
- export type { AppRouter };
9237
+ export { type AppRouter, MongoDbEnv };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.6.0-integration-prisma-selectors.11",
3
+ "version": "1.6.0-integration-prisma-selectors.13",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"