@goodbones/oxlint 0.1.0-beta.13 → 0.1.0-beta.14

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@goodbones/oxlint",
3
- "version": "0.1.0-beta.13",
3
+ "version": "0.1.0-beta.14",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
- "description": "The oxlint plugin for @goodbones/core: the imports, exports, members, structure and surface families as five oxlint rules, evaluated in the editor and in CI from the same manifest the CLI reads.",
6
+ "description": "The oxlint plugin for @goodbones/core: the imports, exports, members, structure, surface and campaigns families as six oxlint rules, evaluated in the editor and in CI from the same manifest the CLI reads.",
7
7
  "author": "zacharyweidenbach",
8
8
  "keywords": [
9
9
  "architecture",
@@ -44,10 +44,10 @@
44
44
  ],
45
45
  "dependencies": {
46
46
  "effect": "4.0.0-beta.94",
47
- "@goodbones/ast-grep": "0.1.3-beta.2",
48
- "@goodbones/campaigns": "0.1.1-beta.2",
49
- "@goodbones/typescript": "0.1.0-beta.13",
50
- "@goodbones/core": "0.1.0-beta.13"
47
+ "@goodbones/ast-grep": "0.1.3-beta.3",
48
+ "@goodbones/core": "0.1.0-beta.14",
49
+ "@goodbones/typescript": "0.1.0-beta.14",
50
+ "@goodbones/campaigns": "0.1.1-beta.3"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "oxlint": ">=1.77.0"