@pothos/plugin-prisma 3.35.1 → 3.35.2

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 (40) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/esm/{dts/field-builder.d.ts → field-builder.d.ts} +0 -0
  3. package/esm/{dts/field-builder.d.ts.map → field-builder.d.ts.map} +0 -0
  4. package/esm/{dts/generator.d.ts → generator.d.ts} +0 -0
  5. package/esm/{dts/generator.d.ts.map → generator.d.ts.map} +0 -0
  6. package/esm/{dts/global-types.d.ts → global-types.d.ts} +0 -0
  7. package/esm/{dts/global-types.d.ts.map → global-types.d.ts.map} +0 -0
  8. package/esm/{dts/index.d.ts → index.d.ts} +0 -0
  9. package/esm/{dts/index.d.ts.map → index.d.ts.map} +0 -0
  10. package/esm/{dts/model-loader.d.ts → model-loader.d.ts} +0 -0
  11. package/esm/{dts/model-loader.d.ts.map → model-loader.d.ts.map} +0 -0
  12. package/esm/{dts/node-ref.d.ts → node-ref.d.ts} +0 -0
  13. package/esm/{dts/node-ref.d.ts.map → node-ref.d.ts.map} +0 -0
  14. package/esm/{dts/object-ref.d.ts → object-ref.d.ts} +0 -0
  15. package/esm/{dts/object-ref.d.ts.map → object-ref.d.ts.map} +0 -0
  16. package/esm/{dts/prisma-field-builder.d.ts → prisma-field-builder.d.ts} +0 -0
  17. package/esm/{dts/prisma-field-builder.d.ts.map → prisma-field-builder.d.ts.map} +0 -0
  18. package/esm/{dts/schema-builder.d.ts → schema-builder.d.ts} +0 -0
  19. package/esm/{dts/schema-builder.d.ts.map → schema-builder.d.ts.map} +0 -0
  20. package/esm/{dts/types.d.ts → types.d.ts} +0 -0
  21. package/esm/{dts/types.d.ts.map → types.d.ts.map} +0 -0
  22. package/esm/{dts/util → util}/cursors.d.ts +0 -0
  23. package/esm/{dts/util → util}/cursors.d.ts.map +0 -0
  24. package/esm/{dts/util → util}/datamodel.d.ts +0 -0
  25. package/esm/{dts/util → util}/datamodel.d.ts.map +0 -0
  26. package/esm/{dts/util → util}/deep-equal.d.ts +0 -0
  27. package/esm/{dts/util → util}/deep-equal.d.ts.map +0 -0
  28. package/esm/{dts/util → util}/description.d.ts +0 -0
  29. package/esm/{dts/util → util}/description.d.ts.map +0 -0
  30. package/esm/{dts/util → util}/get-client.d.ts +0 -0
  31. package/esm/{dts/util → util}/get-client.d.ts.map +0 -0
  32. package/esm/{dts/util → util}/loader-map.d.ts +0 -0
  33. package/esm/{dts/util → util}/loader-map.d.ts.map +0 -0
  34. package/esm/{dts/util → util}/map-query.d.ts +0 -0
  35. package/esm/{dts/util → util}/map-query.d.ts.map +0 -0
  36. package/esm/{dts/util → util}/relation-map.d.ts +0 -0
  37. package/esm/{dts/util → util}/relation-map.d.ts.map +0 -0
  38. package/esm/{dts/util → util}/selections.d.ts +0 -0
  39. package/esm/{dts/util → util}/selections.d.ts.map +0 -0
  40. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.35.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 218fc68b: Fix script for copying ems d.ts definitions
8
+
3
9
  ## 3.35.1
4
10
 
5
11
  ### Patch Changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pothos/plugin-prisma",
3
- "version": "3.35.1",
3
+ "version": "3.35.2",
4
4
  "description": "A Pothos plugin for more efficient integration with prisma",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./dts/index.d.ts",
@@ -52,11 +52,11 @@
52
52
  "typescript": ">=4.7.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@pothos/core": "3.22.1",
56
- "@pothos/plugin-complexity": "3.11.1",
57
- "@pothos/plugin-errors": "3.8.1",
58
- "@pothos/plugin-relay": "3.28.1",
59
- "@pothos/plugin-simple-objects": "3.6.1",
55
+ "@pothos/core": "3.22.2",
56
+ "@pothos/plugin-complexity": "3.11.2",
57
+ "@pothos/plugin-errors": "3.8.2",
58
+ "@pothos/plugin-relay": "3.28.2",
59
+ "@pothos/plugin-simple-objects": "3.6.2",
60
60
  "@pothos/test-utils": "1.4.1",
61
61
  "@prisma/client": "^4.4.0",
62
62
  "graphql": "16.6.0",
@@ -69,7 +69,7 @@
69
69
  "build": "pnpm build:clean && pnpm build:cjs && pnpm build:dts && pnpm build:esm",
70
70
  "build:clean": "git clean -dfX esm lib",
71
71
  "build:cjs": "swc src -d lib --config-file ../../.swcrc -C module.type=commonjs",
72
- "build:esm": "cp -r dts/ esm/ && swc src -d esm --config-file ../../.swcrc -C module.type=es6 && pnpm esm:extensions",
72
+ "build:esm": "cp -r dts/* esm/ && swc src -d esm --config-file ../../.swcrc -C module.type=es6 && pnpm esm:extensions",
73
73
  "build:dts": "tsc",
74
74
  "esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts",
75
75
  "test": "pnpm vitest --run"