@prisma-next/contract-psl 0.3.0-pr.93.4 → 0.3.0-pr.94.1

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.
@@ -0,0 +1 @@
1
+ export { };
package/dist/index.mjs ADDED
@@ -0,0 +1 @@
1
+ export { };
package/package.json CHANGED
@@ -1,26 +1,31 @@
1
1
  {
2
2
  "name": "@prisma-next/contract-psl",
3
- "version": "0.3.0-pr.93.4",
3
+ "version": "0.3.0-pr.94.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
+ "engines": {
7
+ "node": ">=20"
8
+ },
6
9
  "description": "PSL parser and IR for Prisma Next (future)",
7
10
  "devDependencies": {
8
- "tsup": "8.5.1",
11
+ "tsdown": "0.18.4",
9
12
  "typescript": "5.9.3",
10
- "@prisma-next/tsconfig": "0.0.0"
13
+ "@prisma-next/tsconfig": "0.0.0",
14
+ "@prisma-next/tsdown": "0.0.0"
11
15
  },
12
16
  "files": [
13
17
  "dist",
14
18
  "src"
15
19
  ],
16
20
  "exports": {
17
- ".": {
18
- "types": "./dist/index.d.ts",
19
- "import": "./dist/index.js"
20
- }
21
+ ".": "./dist/index.mjs",
22
+ "./package.json": "./package.json"
21
23
  },
24
+ "main": "./dist/index.mjs",
25
+ "module": "./dist/index.mjs",
26
+ "types": "./dist/index.d.mts",
22
27
  "scripts": {
23
- "build": "tsup && tsc",
28
+ "build": "tsdown",
24
29
  "typecheck": "tsc --noEmit",
25
30
  "lint": "biome check . --error-on-warnings",
26
31
  "lint:fix": "biome check --write .",
package/dist/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC"}
package/dist/index.js DELETED
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.js.map
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}