@prisma-next/family-mongo 0.4.0-dev.7 → 0.4.0-dev.8

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/pack.d.mts CHANGED
@@ -1,5 +1,3 @@
1
- import { FamilyPackRef } from "@prisma-next/framework-components/components";
2
-
3
1
  //#region src/exports/pack.d.ts
4
2
  declare const mongoFamilyPack: {
5
3
  readonly kind: "family";
@@ -7,7 +5,6 @@ declare const mongoFamilyPack: {
7
5
  readonly familyId: "mongo";
8
6
  readonly version: "0.0.1";
9
7
  };
10
- declare const _default: typeof mongoFamilyPack & FamilyPackRef<"mongo">;
11
8
  //#endregion
12
- export { _default as default };
9
+ export { mongoFamilyPack as default };
13
10
  //# sourceMappingURL=pack.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pack.d.mts","names":[],"sources":["../src/exports/pack.ts"],"sourcesContent":[],"mappings":";;;cAEM;;EAAA,SAAA,EAAA,EAAA,OAKI;EAAA,SAAA,QAEuE,EAAA,OAAxC;;;cAF/B,iBAE+B,kBAAkB"}
1
+ {"version":3,"file":"pack.d.mts","names":[],"sources":["../src/exports/pack.ts"],"sourcesContent":[],"mappings":";cAAM;EAAA,SAAA,IAAA,EAAA,QAKI"}
package/dist/pack.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"pack.mjs","names":[],"sources":["../src/exports/pack.ts"],"sourcesContent":["import type { FamilyPackRef } from '@prisma-next/framework-components/components';\n\nconst mongoFamilyPack = {\n kind: 'family',\n id: 'mongo',\n familyId: 'mongo',\n version: '0.0.1',\n} as const;\n\nexport default mongoFamilyPack as typeof mongoFamilyPack & FamilyPackRef<'mongo'>;\n"],"mappings":";AAEA,MAAM,kBAAkB;CACtB,MAAM;CACN,IAAI;CACJ,UAAU;CACV,SAAS;CACV;AAED,mBAAe"}
1
+ {"version":3,"file":"pack.mjs","names":[],"sources":["../src/exports/pack.ts"],"sourcesContent":["const mongoFamilyPack = {\n kind: 'family',\n id: 'mongo',\n familyId: 'mongo',\n version: '0.0.1',\n} as const;\n\nexport default mongoFamilyPack;\n"],"mappings":";AAAA,MAAM,kBAAkB;CACtB,MAAM;CACN,IAAI;CACJ,UAAU;CACV,SAAS;CACV;AAED,mBAAe"}
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@prisma-next/family-mongo",
3
- "version": "0.4.0-dev.7",
3
+ "version": "0.4.0-dev.8",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "Mongo family descriptor for Prisma Next",
7
7
  "dependencies": {
8
8
  "mongodb": "^6.16.0",
9
9
  "pathe": "^2.0.3",
10
- "@prisma-next/contract": "0.4.0-dev.7",
11
- "@prisma-next/adapter-mongo": "0.4.0-dev.7",
12
- "@prisma-next/errors": "0.4.0-dev.7",
13
- "@prisma-next/framework-components": "0.4.0-dev.7",
14
- "@prisma-next/emitter": "0.4.0-dev.7",
15
- "@prisma-next/migration-tools": "0.4.0-dev.7",
16
- "@prisma-next/mongo-contract": "0.4.0-dev.7",
17
- "@prisma-next/mongo-emitter": "0.4.0-dev.7",
18
- "@prisma-next/mongo-query-ast": "0.4.0-dev.7",
19
- "@prisma-next/mongo-schema-ir": "0.4.0-dev.7",
20
- "@prisma-next/target-mongo": "0.4.0-dev.7",
21
- "@prisma-next/utils": "0.4.0-dev.7"
10
+ "@prisma-next/adapter-mongo": "0.4.0-dev.8",
11
+ "@prisma-next/contract": "0.4.0-dev.8",
12
+ "@prisma-next/emitter": "0.4.0-dev.8",
13
+ "@prisma-next/framework-components": "0.4.0-dev.8",
14
+ "@prisma-next/errors": "0.4.0-dev.8",
15
+ "@prisma-next/migration-tools": "0.4.0-dev.8",
16
+ "@prisma-next/mongo-emitter": "0.4.0-dev.8",
17
+ "@prisma-next/mongo-contract": "0.4.0-dev.8",
18
+ "@prisma-next/mongo-schema-ir": "0.4.0-dev.8",
19
+ "@prisma-next/mongo-query-ast": "0.4.0-dev.8",
20
+ "@prisma-next/target-mongo": "0.4.0-dev.8",
21
+ "@prisma-next/utils": "0.4.0-dev.8"
22
22
  },
23
23
  "devDependencies": {
24
24
  "tsdown": "0.18.4",
25
25
  "typescript": "5.9.3",
26
26
  "vitest": "4.0.17",
27
- "@prisma-next/mongo-contract-ts": "0.4.0-dev.7",
27
+ "@prisma-next/mongo-contract-ts": "0.4.0-dev.8",
28
28
  "@prisma-next/tsconfig": "0.0.0",
29
29
  "@prisma-next/tsdown": "0.0.0"
30
30
  },
@@ -1,5 +1,3 @@
1
- import type { FamilyPackRef } from '@prisma-next/framework-components/components';
2
-
3
1
  const mongoFamilyPack = {
4
2
  kind: 'family',
5
3
  id: 'mongo',
@@ -7,4 +5,4 @@ const mongoFamilyPack = {
7
5
  version: '0.0.1',
8
6
  } as const;
9
7
 
10
- export default mongoFamilyPack as typeof mongoFamilyPack & FamilyPackRef<'mongo'>;
8
+ export default mongoFamilyPack;