@duckcodeailabs/dql-plugin-api 1.0.1 → 1.4.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/dist/connector.d.ts +1 -1
- package/dist/connector.js +1 -1
- package/package.json +1 -1
package/dist/connector.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Warehouse connector contract.
|
|
3
3
|
*
|
|
4
4
|
* FROZEN at v1.0 — any breaking change requires a major version bump and a
|
|
5
|
-
* 6-month deprecation window. See docs
|
|
5
|
+
* 6-month deprecation window. See docs/architecture/plugin-api.md.
|
|
6
6
|
*/
|
|
7
7
|
export interface ColumnSchema {
|
|
8
8
|
name: string;
|
package/dist/connector.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Warehouse connector contract.
|
|
3
3
|
*
|
|
4
4
|
* FROZEN at v1.0 — any breaking change requires a major version bump and a
|
|
5
|
-
* 6-month deprecation window. See docs
|
|
5
|
+
* 6-month deprecation window. See docs/architecture/plugin-api.md.
|
|
6
6
|
*/
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=connector.js.map
|
package/package.json
CHANGED