@stackone/core 2.18.0 → 2.19.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
@@ -1419,12 +1419,15 @@ type GuideStep = {
1419
1419
  title: string;
1420
1420
  content: string;
1421
1421
  list?: string[];
1422
+ displayScopes?: boolean;
1423
+ applicableScopes?: string[];
1422
1424
  };
1423
1425
  type GuideSection = {
1424
1426
  title: string;
1425
1427
  content: string;
1426
1428
  list?: string[];
1427
1429
  steps?: GuideStep[];
1430
+ applicableScopes?: string[];
1428
1431
  };
1429
1432
  type Guide = {
1430
1433
  warning?: string;
package/dist/index.d.mts CHANGED
@@ -1418,12 +1418,15 @@ type GuideStep = {
1418
1418
  title: string;
1419
1419
  content: string;
1420
1420
  list?: string[];
1421
+ displayScopes?: boolean;
1422
+ applicableScopes?: string[];
1421
1423
  };
1422
1424
  type GuideSection = {
1423
1425
  title: string;
1424
1426
  content: string;
1425
1427
  list?: string[];
1426
1428
  steps?: GuideStep[];
1429
+ applicableScopes?: string[];
1427
1430
  };
1428
1431
  type Guide = {
1429
1432
  warning?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackone/core",
3
- "version": "2.18.0",
3
+ "version": "2.19.0",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",