node-s3tables 0.0.2 → 0.0.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-s3tables",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "node api for dealing with s3tables",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,8 +12,9 @@
12
12
  "ts-check": "tsc --noEmit",
13
13
  "lint": "eslint src test",
14
14
  "pretty": "prettier -u --write \"**/*\" --log-level warn",
15
- "test": "tsx --test test/*.test.ts",
16
- "test:cover": "tsx --test --experimental-test-coverage test/*.test.ts"
15
+ "test": "dotenv -- tsx --test test/*.test.ts",
16
+ "test:single": "dotenv -- tsx --test",
17
+ "test:cover": "dotenv -- tsx --test --experimental-test-coverage test/*.test.ts"
17
18
  },
18
19
  "repository": {
19
20
  "type": "git",
@@ -24,17 +25,23 @@
24
25
  },
25
26
  "license": "MIT",
26
27
  "dependencies": {
27
- "@aws-sdk/client-s3": "^3.899.0",
28
- "@aws-sdk/client-s3tables": "^3.899.0",
29
- "avro-js": "^1.12.0"
28
+ "@aws-sdk/client-s3": "^3.901.0",
29
+ "@aws-sdk/client-s3tables": "^3.901.0",
30
+ "@aws-sdk/lib-storage": "^3.901.0",
31
+ "avsc": "^5.7.9",
32
+ "lossless-json": "^4.2.0"
30
33
  },
31
34
  "devDependencies": {
35
+ "@aws-sdk/client-athena": "^3.901.0",
36
+ "@aws-sdk/client-lakeformation": "^3.901.0",
32
37
  "@rollup/plugin-commonjs": "^28.0.6",
33
38
  "@rollup/plugin-node-resolve": "^16.0.1",
34
39
  "@rollup/plugin-typescript": "^12.1.4",
35
40
  "@types/node": "^24.6.0",
41
+ "dotenv-cli": "^10.0.0",
36
42
  "eslint": "^9.36.0",
37
43
  "eslint-plugin-import": "^2.32.0",
44
+ "parquetjs": "https://github.com/jim-lake/parquetjs.git#36a2396e7d5f063ccf81896352a3f481271a683c",
38
45
  "rollup": "^4.52.3",
39
46
  "rollup-plugin-dts": "^6.2.3",
40
47
  "tslib": "^2.8.1",