@malloydata/db-snowflake 0.0.418 → 0.0.420

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 (2) hide show
  1. package/CONTEXT.md +1 -1
  2. package/package.json +2 -2
package/CONTEXT.md CHANGED
@@ -19,5 +19,5 @@ only when every owner moves.
19
19
 
20
20
  **Revisit** when doing a deliberate `snowflake-sdk` upgrade: move the exact pin,
21
21
  run the live Snowflake suite, confirm the native chain still builds on every
22
- platform. The cross-cutting pin ledger is [`.github/dependabot-pins.md`](../../.github/dependabot-pins.md);
22
+ platform. The cross-cutting pin ledger is [`DEPENDENCY-MANAGEMENT.md`](../../DEPENDENCY-MANAGEMENT.md);
23
23
  the Dependabot flow is in [`.github/CONTEXT.md`](../../.github/CONTEXT.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-snowflake",
3
- "version": "0.0.418",
3
+ "version": "0.0.420",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "prepublishOnly": "npm run build"
24
24
  },
25
25
  "dependencies": {
26
- "@malloydata/malloy": "0.0.418",
26
+ "@malloydata/malloy": "0.0.420",
27
27
  "generic-pool": "^3.9.0",
28
28
  "snowflake-sdk": "2.3.1",
29
29
  "toml": "^3.0.0"