@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.
Files changed (1) hide show
  1. 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",
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.3"
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": "pnpm --filter @cacheplane/json-stream build && tsup",
40
+ "build": "tsup",
41
41
  "lint": "eslint src --ext .ts",
42
42
  "lint:packaging": "publint --strict && attw --pack",
43
- "test": "pnpm --filter @cacheplane/json-stream build && vitest run --passWithNoTests",
44
- "typecheck": "pnpm --filter @cacheplane/json-stream build && tsc -b --pretty false"
43
+ "test": "vitest run --passWithNoTests",
44
+ "typecheck": "tsc -b --pretty false && tsc -p tsconfig.typecheck.json --noEmit --pretty false"
45
45
  }
46
46
  }