@redush/sysconst-validator 1.0.1 → 1.0.2

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 +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,9 +3,9 @@
3
3
  **Validation library for System Constitution**
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@redush/sysconst-validator.svg)](https://www.npmjs.com/package/@redush/sysconst-validator)
6
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/nicholasoxford/system-constitution/blob/main/LICENSE)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/redush-com/System-Constitution/blob/main/LICENSE)
7
7
 
8
- Part of [System Constitution](https://github.com/nicholasoxford/system-constitution) — an architectural governance layer for autonomous software evolution.
8
+ Part of [System Constitution](https://github.com/redush-com/System-Constitution) — an architectural governance layer for autonomous software evolution.
9
9
 
10
10
  ## Installation
11
11
 
@@ -100,7 +100,7 @@ interface ValidationError {
100
100
  | `INVALID_ZONE` | 5 | Unknown generation zone |
101
101
  | `UNCOVERED_SCENARIO` | 6 | Node not covered by any scenario |
102
102
 
103
- See [full error reference](https://github.com/nicholasoxford/system-constitution/blob/main/docs/v1/reference/error-codes.md).
103
+ See [full error reference](https://github.com/redush-com/System-Constitution/blob/main/docs/v1/reference/error-codes.md).
104
104
 
105
105
  ## Related Packages
106
106
 
@@ -109,8 +109,8 @@ See [full error reference](https://github.com/nicholasoxford/system-constitution
109
109
  ## Links
110
110
 
111
111
  - [Documentation](https://redush.com)
112
- - [GitHub](https://github.com/nicholasoxford/system-constitution)
113
- - [Full Specification](https://github.com/nicholasoxford/system-constitution/blob/main/docs/v1/spec/01-introduction.md)
112
+ - [GitHub](https://github.com/redush-com/System-Constitution)
113
+ - [Full Specification](https://github.com/redush-com/System-Constitution/blob/main/docs/v1/spec/01-introduction.md)
114
114
 
115
115
  ## License
116
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redush/sysconst-validator",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Validator for System Constitution - Enforces architectural governance and structural integrity",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -37,7 +37,7 @@
37
37
  "license": "MIT",
38
38
  "repository": {
39
39
  "type": "git",
40
- "url": "https://github.com/nicholasoxford/system-constitution.git",
40
+ "url": "https://github.com/redush-com/System-Constitution.git",
41
41
  "directory": "validator"
42
42
  },
43
43
  "dependencies": {