@stackone/core 2.12.0 → 2.13.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.cts CHANGED
@@ -1218,6 +1218,8 @@ type Connector = {
1218
1218
  rateLimit?: RateLimitConfig;
1219
1219
  concurrency?: ConcurrencyConfig;
1220
1220
  releaseStage?: ReleaseStage;
1221
+ forkedFrom?: string;
1222
+ owner?: string;
1221
1223
  };
1222
1224
  type Assets = {
1223
1225
  icon: string;
package/dist/index.d.mts CHANGED
@@ -1218,6 +1218,8 @@ type Connector = {
1218
1218
  rateLimit?: RateLimitConfig;
1219
1219
  concurrency?: ConcurrencyConfig;
1220
1220
  releaseStage?: ReleaseStage;
1221
+ forkedFrom?: string;
1222
+ owner?: string;
1221
1223
  };
1222
1224
  type Assets = {
1223
1225
  icon: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackone/core",
3
- "version": "2.12.0",
3
+ "version": "2.13.0",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",