@dereekb/util 13.13.0 → 13.15.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.
@@ -8939,7 +8939,7 @@ function collectRuleCompanions(parsed) {
8939
8939
  /**
8940
8940
  * ESLint rule enforcing `@dbxRule` companion tags on enum members in
8941
8941
  * `codes.ts` files. Mirrors the extractor at
8942
- * `packages/dbx-components-mcp/scripts/extract-rule-catalog.mjs`.
8942
+ * `packages/dbx-cli/validate/scripts/extract-rule-catalog.mjs`.
8943
8943
  */ var UTIL_REQUIRE_DBX_RULE_COMPANION_TAGS_RULE = {
8944
8944
  meta: {
8945
8945
  type: 'suggestion',
@@ -8937,7 +8937,7 @@ function collectRuleCompanions(parsed) {
8937
8937
  /**
8938
8938
  * ESLint rule enforcing `@dbxRule` companion tags on enum members in
8939
8939
  * `codes.ts` files. Mirrors the extractor at
8940
- * `packages/dbx-components-mcp/scripts/extract-rule-catalog.mjs`.
8940
+ * `packages/dbx-cli/validate/scripts/extract-rule-catalog.mjs`.
8941
8941
  */ var UTIL_REQUIRE_DBX_RULE_COMPANION_TAGS_RULE = {
8942
8942
  meta: {
8943
8943
  type: 'suggestion',
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@dereekb/util/eslint",
3
- "version": "13.13.0",
3
+ "version": "13.15.0",
4
4
  "peerDependencies": {
5
- "@dereekb/util": "13.13.0",
5
+ "@dereekb/util": "13.15.0",
6
6
  "@typescript-eslint/utils": "8.59.3"
7
7
  },
8
8
  "devDependencies": {
@@ -38,7 +38,7 @@ export interface UtilRequireDbxRuleCompanionTagsRuleDefinition {
38
38
  /**
39
39
  * ESLint rule enforcing `@dbxRule` companion tags on enum members in
40
40
  * `codes.ts` files. Mirrors the extractor at
41
- * `packages/dbx-components-mcp/scripts/extract-rule-catalog.mjs`.
41
+ * `packages/dbx-cli/validate/scripts/extract-rule-catalog.mjs`.
42
42
  */
43
43
  export declare const UTIL_REQUIRE_DBX_RULE_COMPANION_TAGS_RULE: UtilRequireDbxRuleCompanionTagsRuleDefinition;
44
44
  export {};
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@dereekb/util/fetch",
3
- "version": "13.13.0",
3
+ "version": "13.15.0",
4
4
  "peerDependencies": {
5
- "@dereekb/util": "13.13.0",
5
+ "@dereekb/util": "13.15.0",
6
6
  "make-error": "^1.3.6",
7
7
  "fast-content-type-parse": "^3.0.0"
8
8
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/util",
3
- "version": "13.13.0",
3
+ "version": "13.15.0",
4
4
  "sideEffects": false,
5
5
  "exports": {
6
6
  "./test": {
package/test/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@dereekb/util/test",
3
- "version": "13.13.0",
3
+ "version": "13.15.0",
4
4
  "peerDependencies": {
5
- "@dereekb/util": "13.13.0",
5
+ "@dereekb/util": "13.15.0",
6
6
  "make-error": "^1.3.6"
7
7
  },
8
8
  "exports": {