mikser-io-sdk-api 3.7.0 → 11.0.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.
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mikser-io-sdk-api",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.1",
|
|
4
4
|
"description": "Client SDK for mikser-io's api plugin — query the document catalog from the browser or Node",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -18,11 +18,15 @@
|
|
|
18
18
|
"README.md",
|
|
19
19
|
"LICENSE"
|
|
20
20
|
],
|
|
21
|
+
"allowScripts": {
|
|
22
|
+
"better-sqlite3": true
|
|
23
|
+
},
|
|
21
24
|
"scripts": {
|
|
22
25
|
"test": "vitest",
|
|
23
26
|
"test:run": "vitest run"
|
|
24
27
|
},
|
|
25
28
|
"devDependencies": {
|
|
29
|
+
"mikser-io": "^11.0.1",
|
|
26
30
|
"vitest": "^4.1.8"
|
|
27
31
|
},
|
|
28
32
|
"repository": {
|