@buildocsdev/sdk 1.1.55 → 1.1.56
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/form.d.ts +11 -10
- package/dist/formeditor.d.ts +8 -8
- package/dist/index.d.ts +1027 -1027
- package/dist/metafile-esm.json +1 -1
- package/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@buildocsdev/sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.56",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/"
|
|
6
6
|
},
|
|
@@ -133,7 +133,6 @@
|
|
|
133
133
|
"@mui/x-tree-view": "^7",
|
|
134
134
|
"@react-spring/web": "^9.7.4",
|
|
135
135
|
"@reduxjs/toolkit": "^1.8.3",
|
|
136
|
-
"@types/pdfjs-dist": "^2.10.378",
|
|
137
136
|
"axios": ">=0.27.2",
|
|
138
137
|
"bootstrap": "^5.3.8",
|
|
139
138
|
"i18next-http-backend": "^2.1.0",
|
|
@@ -187,7 +186,6 @@
|
|
|
187
186
|
"@mui/icons-material": "^5.16.7",
|
|
188
187
|
"@mui/lab": "^5.0.0-alpha.173",
|
|
189
188
|
"@mui/material": "^5.16.7",
|
|
190
|
-
"@mui/styled-engine-sc": "^5.8.0",
|
|
191
189
|
"@mui/system": "^5.16.7",
|
|
192
190
|
"@mui/x-date-pickers": "^6.20.2",
|
|
193
191
|
"@mui/x-tree-view": "^7.13.0",
|
|
@@ -274,7 +272,7 @@
|
|
|
274
272
|
"tsdx": "^0.14.1",
|
|
275
273
|
"tslib": "^2.4.1",
|
|
276
274
|
"tsup": "^8.5.0",
|
|
277
|
-
"typescript": "^
|
|
275
|
+
"typescript": "^6.0.0",
|
|
278
276
|
"use-debounce": "^9.0.3",
|
|
279
277
|
"usehooks-ts": "^2.9.1",
|
|
280
278
|
"web-vitals": "^2.1.4",
|