@stackone/core 1.70.0 → 1.71.0

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/index.d.mts CHANGED
@@ -613,7 +613,7 @@ type Connector = {
613
613
  key: string;
614
614
  assets: Assets;
615
615
  context?: string;
616
- description?: string;
616
+ description: string;
617
617
  categories?: Category[];
618
618
  authentication?: Authentication;
619
619
  operations?: {
package/dist/index.d.ts CHANGED
@@ -613,7 +613,7 @@ type Connector = {
613
613
  key: string;
614
614
  assets: Assets;
615
615
  context?: string;
616
- description?: string;
616
+ description: string;
617
617
  categories?: Category[];
618
618
  authentication?: Authentication;
619
619
  operations?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackone/core",
3
- "version": "1.70.0",
3
+ "version": "1.71.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",