@evidence-dev/sdk
Advanced tools
# @evidence-dev/sdk | ||
## 1.0.0 | ||
### Patch Changes | ||
- 21b95fc8: Update USQL version to workspace | ||
- Updated dependencies [ca3e593b] | ||
- @evidence-dev/universal-sql@2.1.0 | ||
## 0.0.1 | ||
@@ -9,3 +17,3 @@ | ||
- 02752bd: Implement evidence-sdk connections edit | ||
- b55d8e2: Add $evidence/build with BUILD_ID and BUILD_DATE exports | ||
- b55d8e2: Add \$evidence/build with BUILD_ID and BUILD_DATE exports | ||
- 76c9332: Ensure directory recursion works properly for wrapped simple connectors | ||
@@ -30,3 +38,3 @@ - ab01260: Enter edit mode for freshly created sources | ||
- 4bdbb48: Update log output for add command | ||
- 956686c: Create $evidence/config virtual export for accessing the current project's configuration | ||
- 956686c: Create \$evidence/config virtual export for accessing the current project's configuration | ||
- 94bad8b: Initial Preview version | ||
@@ -37,3 +45,3 @@ - 20fc555: Implemented Build command for evidence projects | ||
- 41da2c3: Allow datasource connectors to return a table with url instead of rows to point to remote parquet file | ||
- 76c9332: Remove unused $evidence/queries/\* types | ||
- 76c9332: Remove unused \$evidence/queries/\* types | ||
- 76c9332: Ensure that caching and filtering rules are respected when evaluating queries | ||
@@ -54,5 +62,5 @@ - 76c9332: Handle uncaught exceptions / unhandled promise rejections | ||
- b55d8e2: Add $evidence/build with BUILD_ID and BUILD_DATE exports | ||
- b55d8e2: Add \$evidence/build with BUILD_ID and BUILD_DATE exports | ||
- d036482: Internalized @evidence-dev/query-store | ||
- 956686c: Create $evidence/config virtual export for accessing the current project's configuration | ||
- 956686c: Create \$evidence/config virtual export for accessing the current project's configuration | ||
- 20fc555: Implemented Build command for evidence projects | ||
@@ -99,3 +107,3 @@ - 41da2c3: Allow datasource connectors to return a table with url instead of rows to point to remote parquet file | ||
- Added a slide deck example layout + project | ||
- 76c9332: Remove unused $evidence/queries/\* types | ||
- 76c9332: Remove unused \$evidence/queries/\* types | ||
- 76c9332: Ensure that caching and filtering rules are respected when evaluating queries | ||
@@ -102,0 +110,0 @@ - 76c9332: Handle uncaught exceptions / unhandled promise rejections |
{ | ||
"name": "@evidence-dev/sdk", | ||
"version": "0.0.0-21b95fc8", | ||
"version": "0.0.0-718daf38", | ||
"description": "", | ||
@@ -71,3 +71,3 @@ "bin": { | ||
"zod": "^3.22.4", | ||
"@evidence-dev/universal-sql": "0.0.0-21b95fc8" | ||
"@evidence-dev/universal-sql": "0.0.0-718daf38" | ||
}, | ||
@@ -83,3 +83,3 @@ "devDependencies": { | ||
"perfect-debounce": "^1.0.0", | ||
"@evidence-dev/universal-sql": "0.0.0-21b95fc8" | ||
"@evidence-dev/universal-sql": "0.0.0-718daf38" | ||
}, | ||
@@ -86,0 +86,0 @@ "scripts": { |
export function setSsrHookState(isInstalled: boolean): void; | ||
export function runQuery(name: string, sql: string, opts?: import("query-store/types.js").QueryOpts<import("query-store/types.js").QueryResultRow> | undefined): import("query-store/Query.js").QueryValue<RowType>; | ||
export function runQuery(name: string, sql: string, opts?: import("@evidence-dev/sdk/query-store").QueryOpts<import("@evidence-dev/sdk/query-store").QueryResultRow> | undefined): import("@evidence-dev/sdk/query-store").QueryValue<RowType>; | ||
export function getQueries(): import("svelte/store").Readable<Record<string, import('@evidence-dev/sdk/query-store').QueryValue>>; | ||
@@ -4,0 +4,0 @@ export function getAllQueries(): any; |
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
343890
0.05%1
-50%