@noctcore/eslint-plugin-contracts 0.6.0 → 0.6.1
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2306,7 +2306,7 @@ var rules = {
|
|
|
2306
2306
|
|
|
2307
2307
|
// src/index.ts
|
|
2308
2308
|
var NAMESPACE = "noctcore-contracts";
|
|
2309
|
-
var VERSION = "0.
|
|
2309
|
+
var VERSION = "0.6.1";
|
|
2310
2310
|
var plugin = {
|
|
2311
2311
|
meta: { name: "@noctcore/eslint-plugin-contracts", version: VERSION },
|
|
2312
2312
|
rules,
|
package/dist/index.js
CHANGED
|
@@ -2262,7 +2262,7 @@ var rules = {
|
|
|
2262
2262
|
|
|
2263
2263
|
// src/index.ts
|
|
2264
2264
|
var NAMESPACE = "noctcore-contracts";
|
|
2265
|
-
var VERSION = "0.
|
|
2265
|
+
var VERSION = "0.6.1";
|
|
2266
2266
|
var plugin = {
|
|
2267
2267
|
meta: { name: "@noctcore/eslint-plugin-contracts", version: VERSION },
|
|
2268
2268
|
rules,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noctcore/eslint-plugin-contracts",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "ESLint rules for shared contract, config, error-handling, and money-precision conventions (zod schema naming, wire discriminants, no-direct-process-env, decimal money).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"test": "vitest run"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@noctcore/eslint-utils": "^0.1.
|
|
49
|
+
"@noctcore/eslint-utils": "^0.1.1",
|
|
50
50
|
"@typescript-eslint/utils": "^8.61.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|