@lightdash/warehouses 0.2236.2 → 0.2240.5

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 +7 -3
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@lightdash/warehouses",
3
- "version": "0.2236.2",
3
+ "version": "0.2240.5",
4
4
  "license": "MIT",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/lightdash/lightdash.git"
8
+ },
5
9
  "main": "dist/index.js",
6
10
  "types": "dist/index.d.ts",
7
11
  "files": [
@@ -18,7 +22,7 @@
18
22
  "snowflake-sdk": "~2.3.1",
19
23
  "ssh2": "^1.14.0",
20
24
  "trino-client": "0.2.6",
21
- "@lightdash/common": "0.2236.2"
25
+ "@lightdash/common": "0.2240.5"
22
26
  },
23
27
  "devDependencies": {
24
28
  "@types/pg": "^8.11.10",
@@ -40,6 +44,6 @@
40
44
  "copy-files": "copyfiles -u 1 src/warehouseClients/ca-bundle-aws-redshift.crt src/warehouseClients/ca-bundle-aws-rds-global.pem dist/",
41
45
  "build": "pnpm run copy-files && tsc --build tsconfig.json",
42
46
  "dev": "pnpm run copy-files && tsc --build --watch --preserveWatchOutput tsconfig.json",
43
- "release": "pnpm publish --no-git-checks"
47
+ "release": "pnpm publish --no-git-checks --access public"
44
48
  }
45
49
  }