@prisma/studio-core-licensed 0.0.0-dev.202512311202 → 0.0.0-dev.202512311436
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/data/sqljs/index.cjs +2 -0
- package/dist/data/sqljs/index.d.cts +7 -0
- package/dist/data/sqljs/index.d.ts +7 -0
- package/dist/data/sqljs/index.js +10 -0
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/ui/index.cjs +1 -1
- package/dist/ui/index.js +1 -1
- package/package.json +12 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/studio-core-licensed",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.202512311436",
|
|
4
4
|
"description": "Modular Prisma Studio components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -115,6 +115,16 @@
|
|
|
115
115
|
"default": "./dist/data/sqlite-core/index.cjs"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
|
+
"./data/sqljs": {
|
|
119
|
+
"import": {
|
|
120
|
+
"types": "./dist/data/sqljs/index.d.ts",
|
|
121
|
+
"default": "./dist/data/sqljs/index.js"
|
|
122
|
+
},
|
|
123
|
+
"require": {
|
|
124
|
+
"types": "./dist/data/sqljs/index.d.cts",
|
|
125
|
+
"default": "./dist/data/sqljs/index.cjs"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
118
128
|
"./ui": {
|
|
119
129
|
"import": {
|
|
120
130
|
"types": "./dist/ui/index.d.ts",
|
|
@@ -173,6 +183,7 @@
|
|
|
173
183
|
"@tanstack/react-table-devtools": "8.21.3",
|
|
174
184
|
"@types/node": "24.10.0",
|
|
175
185
|
"@types/react-dom": "^19.0.4",
|
|
186
|
+
"@types/sql.js": "^1.4.9",
|
|
176
187
|
"class-variance-authority": "0.7.0",
|
|
177
188
|
"clsx": "2.1.1",
|
|
178
189
|
"date-fns": "4.1.0",
|