@savvy-web/silk-effects 3.3.0 → 3.3.1
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/index.d.ts +2 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -5187,7 +5187,7 @@ interface TokenTypeMap {
|
|
|
5187
5187
|
chunkString: 'chunkString';
|
|
5188
5188
|
}
|
|
5189
5189
|
//#endregion
|
|
5190
|
-
//#region ../../node_modules/.pnpm/markdownlint@0.41.
|
|
5190
|
+
//#region ../../node_modules/.pnpm/markdownlint@0.41.1/node_modules/markdownlint/lib/markdownlint.d.mts
|
|
5191
5191
|
/**
|
|
5192
5192
|
* Function to implement rule logic.
|
|
5193
5193
|
*/
|
|
@@ -5460,7 +5460,7 @@ type Rule$2 = {
|
|
|
5460
5460
|
*/
|
|
5461
5461
|
type RuleConfiguration = boolean | any;
|
|
5462
5462
|
//#endregion
|
|
5463
|
-
//#region ../../node_modules/.pnpm/markdownlint@0.41.
|
|
5463
|
+
//#region ../../node_modules/.pnpm/markdownlint@0.41.1/node_modules/markdownlint/lib/exports.d.mts
|
|
5464
5464
|
type Rule$1 = Rule$2;
|
|
5465
5465
|
//#endregion
|
|
5466
5466
|
//#region src/changesets/markdownlint/rules/content-structure.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/silk-effects",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Shared Effect library for Silk Suite conventions",
|
|
6
6
|
"homepage": "https://github.com/savvy-web/systems/tree/main/packages/silk-effects",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"unified": "^11.0.5",
|
|
48
48
|
"unified-lint-rule": "^3.0.1",
|
|
49
49
|
"unist-util-visit": "^5.1.0",
|
|
50
|
-
"workspaces-effect": "^2.0
|
|
50
|
+
"workspaces-effect": "^2.1.0",
|
|
51
51
|
"yaml": "^2.9.0",
|
|
52
52
|
"yaml-effect": "^0.7.2",
|
|
53
53
|
"yaml-lint": "^1.7.0"
|