@pretable/stream-adapter 0.0.3 → 0.0.8
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 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pretable/stream-adapter",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Streaming row adapters for Pretable.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@cacheplane/json-stream": "0.0.
|
|
35
|
+
"@cacheplane/json-stream": "~0.0.4"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"api": "api-extractor run --local --config api-extractor.json",
|
|
39
39
|
"api:check": "api-extractor run --config api-extractor.json",
|
|
40
|
-
"build": "
|
|
40
|
+
"build": "tsup",
|
|
41
41
|
"lint": "eslint src --ext .ts",
|
|
42
42
|
"lint:packaging": "publint --strict && attw --pack",
|
|
43
|
-
"test": "
|
|
44
|
-
"typecheck": "
|
|
43
|
+
"test": "vitest run --passWithNoTests",
|
|
44
|
+
"typecheck": "tsc -b --pretty false && tsc -p tsconfig.typecheck.json --noEmit --pretty false"
|
|
45
45
|
}
|
|
46
46
|
}
|