@keystrokehq/snowflake 0.0.17 → 0.0.19
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 +4 -4
- package/dist/actions/index.cjs +0 -18
- package/dist/actions/index.d.cts +0 -2
- package/dist/actions/index.d.mts +0 -2
- package/dist/actions/index.mjs +0 -2
- package/dist/actions-BGkaZb6a.cjs +0 -801
- package/dist/actions-BGkaZb6a.cjs.map +0 -1
- package/dist/actions-BR_JWhT_.mjs +0 -700
- package/dist/actions-BR_JWhT_.mjs.map +0 -1
- package/dist/index-DUGCZPGQ.d.cts +0 -443
- package/dist/index-DUGCZPGQ.d.cts.map +0 -1
- package/dist/index-RhOmpRxD.d.mts +0 -445
- package/dist/index-RhOmpRxD.d.mts.map +0 -1
- package/dist/index.cjs +0 -34
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -19
- package/dist/index.d.cts.map +0 -1
- package/dist/index.d.mts +0 -19
- package/dist/index.d.mts.map +0 -1
- package/dist/index.mjs +0 -16
- package/dist/index.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/snowflake",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
|
-
"url": "git+https://github.com/
|
|
6
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
7
7
|
"directory": "packages/integrations/snowflake"
|
|
8
8
|
},
|
|
9
9
|
"files": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"zod": "^4.4.3",
|
|
34
|
-
"@keystrokehq/keystroke": "0.
|
|
34
|
+
"@keystrokehq/keystroke": "0.1.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^25.9.1",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"tsdown": "^0.22.0",
|
|
40
40
|
"typescript": "^6.0.3",
|
|
41
41
|
"vitest": "^4.1.7",
|
|
42
|
-
"@keystrokehq/tsconfig": "0.0.3",
|
|
43
42
|
"@keystrokehq/oxlint-config": "0.0.4",
|
|
43
|
+
"@keystrokehq/tsconfig": "0.0.3",
|
|
44
44
|
"@keystrokehq/tsdown-config": "0.0.3",
|
|
45
45
|
"@keystrokehq/vitest-config": "0.0.5"
|
|
46
46
|
},
|
package/dist/actions/index.cjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_actions = require("../actions-BGkaZb6a.cjs");
|
|
3
|
-
exports.snowflakeCancelStatementExecution = require_actions.snowflakeCancelStatementExecution;
|
|
4
|
-
exports.snowflakeCheckStatementStatus = require_actions.snowflakeCheckStatementStatus;
|
|
5
|
-
exports.snowflakeDropWarehouse = require_actions.snowflakeDropWarehouse;
|
|
6
|
-
exports.snowflakeExecuteSql = require_actions.snowflakeExecuteSql;
|
|
7
|
-
exports.snowflakeFetchCatalogIntegration = require_actions.snowflakeFetchCatalogIntegration;
|
|
8
|
-
exports.snowflakeGetActiveScheduledMaintenances = require_actions.snowflakeGetActiveScheduledMaintenances;
|
|
9
|
-
exports.snowflakeGetAllScheduledMaintenances = require_actions.snowflakeGetAllScheduledMaintenances;
|
|
10
|
-
exports.snowflakeGetComponentStatus = require_actions.snowflakeGetComponentStatus;
|
|
11
|
-
exports.snowflakeGetStatusRollup = require_actions.snowflakeGetStatusRollup;
|
|
12
|
-
exports.snowflakeGetStatusSummary = require_actions.snowflakeGetStatusSummary;
|
|
13
|
-
exports.snowflakeGetUnresolvedIncidents = require_actions.snowflakeGetUnresolvedIncidents;
|
|
14
|
-
exports.snowflakeGetUpcomingScheduledMaintenances = require_actions.snowflakeGetUpcomingScheduledMaintenances;
|
|
15
|
-
exports.snowflakeShowDatabases = require_actions.snowflakeShowDatabases;
|
|
16
|
-
exports.snowflakeShowSchemas = require_actions.snowflakeShowSchemas;
|
|
17
|
-
exports.snowflakeShowTables = require_actions.snowflakeShowTables;
|
|
18
|
-
exports.snowflakeValidateCredential = require_actions.snowflakeValidateCredential;
|
package/dist/actions/index.d.cts
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { a as snowflakeGetUpcomingScheduledMaintenances, c as snowflakeGetStatusRollup, d as snowflakeGetActiveScheduledMaintenances, f as snowflakeFetchCatalogIntegration, g as snowflakeCancelStatementExecution, h as snowflakeCheckStatementStatus, i as snowflakeShowDatabases, l as snowflakeGetComponentStatus, m as snowflakeDropWarehouse, n as snowflakeShowTables, o as snowflakeGetUnresolvedIncidents, p as snowflakeExecuteSql, r as snowflakeShowSchemas, s as snowflakeGetStatusSummary, t as snowflakeValidateCredential, u as snowflakeGetAllScheduledMaintenances } from "../index-DUGCZPGQ.cjs";
|
|
2
|
-
export { snowflakeCancelStatementExecution, snowflakeCheckStatementStatus, snowflakeDropWarehouse, snowflakeExecuteSql, snowflakeFetchCatalogIntegration, snowflakeGetActiveScheduledMaintenances, snowflakeGetAllScheduledMaintenances, snowflakeGetComponentStatus, snowflakeGetStatusRollup, snowflakeGetStatusSummary, snowflakeGetUnresolvedIncidents, snowflakeGetUpcomingScheduledMaintenances, snowflakeShowDatabases, snowflakeShowSchemas, snowflakeShowTables, snowflakeValidateCredential };
|
package/dist/actions/index.d.mts
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { a as snowflakeGetUpcomingScheduledMaintenances, c as snowflakeGetStatusRollup, d as snowflakeGetActiveScheduledMaintenances, f as snowflakeFetchCatalogIntegration, g as snowflakeCancelStatementExecution, h as snowflakeCheckStatementStatus, i as snowflakeShowDatabases, l as snowflakeGetComponentStatus, m as snowflakeDropWarehouse, n as snowflakeShowTables, o as snowflakeGetUnresolvedIncidents, p as snowflakeExecuteSql, r as snowflakeShowSchemas, s as snowflakeGetStatusSummary, t as snowflakeValidateCredential, u as snowflakeGetAllScheduledMaintenances } from "../index-RhOmpRxD.mjs";
|
|
2
|
-
export { snowflakeCancelStatementExecution, snowflakeCheckStatementStatus, snowflakeDropWarehouse, snowflakeExecuteSql, snowflakeFetchCatalogIntegration, snowflakeGetActiveScheduledMaintenances, snowflakeGetAllScheduledMaintenances, snowflakeGetComponentStatus, snowflakeGetStatusRollup, snowflakeGetStatusSummary, snowflakeGetUnresolvedIncidents, snowflakeGetUpcomingScheduledMaintenances, snowflakeShowDatabases, snowflakeShowSchemas, snowflakeShowTables, snowflakeValidateCredential };
|
package/dist/actions/index.mjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { a as snowflakeGetUpcomingScheduledMaintenances, c as snowflakeGetStatusRollup, d as snowflakeGetActiveScheduledMaintenances, f as snowflakeFetchCatalogIntegration, g as snowflakeCancelStatementExecution, h as snowflakeCheckStatementStatus, i as snowflakeShowDatabases, l as snowflakeGetComponentStatus, m as snowflakeDropWarehouse, n as snowflakeShowTables, o as snowflakeGetUnresolvedIncidents, p as snowflakeExecuteSql, r as snowflakeShowSchemas, s as snowflakeGetStatusSummary, t as snowflakeValidateCredential, u as snowflakeGetAllScheduledMaintenances } from "../actions-BR_JWhT_.mjs";
|
|
2
|
-
export { snowflakeCancelStatementExecution, snowflakeCheckStatementStatus, snowflakeDropWarehouse, snowflakeExecuteSql, snowflakeFetchCatalogIntegration, snowflakeGetActiveScheduledMaintenances, snowflakeGetAllScheduledMaintenances, snowflakeGetComponentStatus, snowflakeGetStatusRollup, snowflakeGetStatusSummary, snowflakeGetUnresolvedIncidents, snowflakeGetUpcomingScheduledMaintenances, snowflakeShowDatabases, snowflakeShowSchemas, snowflakeShowTables, snowflakeValidateCredential };
|