@mrshmllw/campfire 2.3.1 → 2.3.3

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.
@@ -1,2 +1,4 @@
1
- export const noColorPropRule: ESLintUtils.RuleModule<"noColorProp", [], unknown, ESLintUtils.RuleListener>;
1
+ export const noColorPropRule: ESLintUtils.RuleModule<"noColorProp", [], unknown, ESLintUtils.RuleListener> & {
2
+ name: string;
3
+ };
2
4
  import { ESLintUtils } from '@typescript-eslint/utils';
@@ -1,2 +1,4 @@
1
- export const noThemeColorsRule: ESLintUtils.RuleModule<"noThemeColors", [], unknown, ESLintUtils.RuleListener>;
1
+ export const noThemeColorsRule: ESLintUtils.RuleModule<"noThemeColors", [], unknown, ESLintUtils.RuleListener> & {
2
+ name: string;
3
+ };
2
4
  import { ESLintUtils } from '@typescript-eslint/utils';
@@ -109,6 +109,9 @@ const config = {
109
109
  [
110
110
  '@semantic-release/npm',
111
111
  {
112
+ registry: 'https://registry.npmjs.org/',
113
+ tag: 'latest',
114
+ provenance: true,
112
115
  npmPublish: true,
113
116
  pkgRoot: '.',
114
117
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrshmllw/campfire",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "Collection of toasty utils and configs used by Marshmallow Technology",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,10 +37,10 @@
37
37
  "@commitlint/types": "^20.0.0",
38
38
  "@semantic-release/changelog": "^6.0.3",
39
39
  "@semantic-release/git": "^10.0.1",
40
- "@semantic-release/github": "^12.0.2",
41
40
  "@typescript-eslint/eslint-plugin": "^8.47.0",
42
41
  "@typescript-eslint/parser": "^8.47.0",
43
42
  "conventional-changelog-conventionalcommits": "^9.1.0",
43
+ "eslint-config-prettier": "^10.1.8",
44
44
  "eslint-plugin-prettier": "^5.5.4"
45
45
  },
46
46
  "peerDependencies": {
@@ -72,8 +72,6 @@
72
72
  "@commitlint/types": "^20.0.0",
73
73
  "@semantic-release/changelog": "^6.0.3",
74
74
  "@semantic-release/git": "^10.0.1",
75
- "@semantic-release/github": "^12.0.2",
76
- "@semantic-release/npm": "^13.1.2",
77
75
  "@typescript-eslint/eslint-plugin": "^8.47.0",
78
76
  "@typescript-eslint/parser": "^8.47.0",
79
77
  "@typescript-eslint/rule-tester": "^8.47.0",