@unispechq/unispec-core 0.2.12 → 0.2.13

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.
@@ -396,7 +396,7 @@ exports.GENERATED_SCHEMAS = {
396
396
  "Identifier": {
397
397
  "type": "string",
398
398
  "description": "Identifier for services, operations, channels, etc.",
399
- "pattern": "^[A-Za-z_][A-Za-z0-9_.-]*$"
399
+ "pattern": "^[A-Za-z_][A-Za-z0-9_.:-]*$"
400
400
  },
401
401
  "Description": {
402
402
  "type": "string",
@@ -393,7 +393,7 @@ export const GENERATED_SCHEMAS = {
393
393
  "Identifier": {
394
394
  "type": "string",
395
395
  "description": "Identifier for services, operations, channels, etc.",
396
- "pattern": "^[A-Za-z_][A-Za-z0-9_.-]*$"
396
+ "pattern": "^[A-Za-z_][A-Za-z0-9_.:-]*$"
397
397
  },
398
398
  "Description": {
399
399
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unispechq/unispec-core",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "description": "Central UniSpec Core Engine providing parsing, validation, normalization, diffing, and conversion of UniSpec specs.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -49,7 +49,7 @@
49
49
  "release:major": "node scripts/release.js major"
50
50
  },
51
51
  "dependencies": {
52
- "@unispechq/unispec-schema": "^0.3.5",
52
+ "@unispechq/unispec-schema": "^0.3.6",
53
53
  "ajv": "^8.12.0"
54
54
  },
55
55
  "optionalDependencies": {