@synapsestudios/eslint-plugin-data-boundaries 2.0.1 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +11 -8
package/README.md CHANGED
@@ -623,7 +623,8 @@ src/
623
623
 
624
624
  ## Contributing
625
625
 
626
- Issues and pull requests are welcome! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
626
+ Issues and pull requests are welcome! Please see our [Contributing Guide](CONTRIBUTING.md)
627
+ for development setup, code style, and the release process.
627
628
 
628
629
  ## License
629
630
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synapsestudios/eslint-plugin-data-boundaries",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "ESLint plugin to enforce data boundary policies in modular monoliths",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,6 +19,9 @@
19
19
  "README.md",
20
20
  "LICENSE"
21
21
  ],
22
+ "publishConfig": {
23
+ "access": "public"
24
+ },
22
25
  "scripts": {
23
26
  "build": "tsc",
24
27
  "build:watch": "tsc --watch",
@@ -51,9 +54,9 @@
51
54
  "eslint": ">=9.0.0"
52
55
  },
53
56
  "dependencies": {
54
- "@mrleebo/prisma-ast": "^0.14.0",
57
+ "@mrleebo/prisma-ast": "^0.16.0",
55
58
  "@typescript-eslint/utils": "^8.56.0",
56
- "glob": "^12.0.0"
59
+ "glob": "^13.0.6"
57
60
  },
58
61
  "overrides": {
59
62
  "@mrleebo/prisma-ast": {
@@ -63,17 +66,17 @@
63
66
  "devDependencies": {
64
67
  "@eslint/js": "^10.0.1",
65
68
  "@types/eslint": "^9.6.1",
66
- "@types/jest": "^29.5.14",
67
- "@types/node": "^24.1.0",
69
+ "@types/jest": "^30.0.0",
70
+ "@types/node": "^25.9.1",
68
71
  "@typescript-eslint/eslint-plugin": "^8.56.0",
69
72
  "@typescript-eslint/parser": "^8.56.0",
70
73
  "eslint": "^10.0.0",
71
74
  "globals": "^17.4.0",
72
- "jest": "^29.7.0",
75
+ "jest": "^30.4.1",
73
76
  "prettier": "^3.6.2",
74
- "slonik": "^47.3.2",
77
+ "slonik": "^48.14.1",
75
78
  "ts-jest": "^29.4.0",
76
- "typescript": "^5.8.3"
79
+ "typescript": "^6.0.3"
77
80
  },
78
81
  "engines": {
79
82
  "node": ">=18.18.0"