@synapsestudios/eslint-plugin-data-boundaries 2.0.2 → 2.0.4
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/README.md +2 -1
- package/package.json +3 -3
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)
|
|
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.
|
|
3
|
+
"version": "2.0.4",
|
|
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",
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
"@eslint/js": "^10.0.1",
|
|
68
68
|
"@types/eslint": "^9.6.1",
|
|
69
69
|
"@types/jest": "^30.0.0",
|
|
70
|
-
"@types/node": "^25.
|
|
70
|
+
"@types/node": "^25.9.1",
|
|
71
71
|
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
72
72
|
"@typescript-eslint/parser": "^8.56.0",
|
|
73
73
|
"eslint": "^10.0.0",
|
|
74
74
|
"globals": "^17.4.0",
|
|
75
75
|
"jest": "^30.4.1",
|
|
76
76
|
"prettier": "^3.6.2",
|
|
77
|
-
"slonik": "^48.
|
|
77
|
+
"slonik": "^48.19.0",
|
|
78
78
|
"ts-jest": "^29.4.0",
|
|
79
79
|
"typescript": "^6.0.3"
|
|
80
80
|
},
|