@bcts/envelope-pattern 1.0.0-alpha.15 → 1.0.0-alpha.16

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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Introduction
6
6
 
7
- `@bcts/envelope-pattern` provides a powerful pattern matching language for querying and extracting data from [Gordian Envelope](../envelope) structures. It extends the dCBOR pattern matching capabilities with envelope-specific patterns for subjects, predicates, objects, assertions, and wrapped envelopes.
7
+ `@bcts/envelope-pattern` provides a powerful pattern matching language for querying and extracting data from [Gordian Envelope](https://github.com/leonardocustodio/bcts/tree/main/packages/envelope) structures. It extends the dCBOR pattern matching capabilities with envelope-specific patterns for subjects, predicates, objects, assertions, and wrapped envelopes.
8
8
 
9
9
  The pattern language is designed to be expressive yet concise, allowing you to match complex nested envelope structures with simple pattern expressions.
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcts/envelope-pattern",
3
- "version": "1.0.0-alpha.15",
3
+ "version": "1.0.0-alpha.16",
4
4
  "type": "module",
5
5
  "description": "Pattern matching for Gordian Envelope structures",
6
6
  "license": "BSD-2-Clause-Patent",
@@ -66,10 +66,10 @@
66
66
  "vitest": "^4.0.16"
67
67
  },
68
68
  "dependencies": {
69
- "@bcts/dcbor": "^1.0.0-alpha.15",
70
- "@bcts/dcbor-parse": "^1.0.0-alpha.15",
71
- "@bcts/dcbor-pattern": "^1.0.0-alpha.15",
72
- "@bcts/envelope": "^1.0.0-alpha.15",
73
- "@bcts/known-values": "^1.0.0-alpha.15"
69
+ "@bcts/dcbor": "^1.0.0-alpha.16",
70
+ "@bcts/dcbor-parse": "^1.0.0-alpha.16",
71
+ "@bcts/dcbor-pattern": "^1.0.0-alpha.16",
72
+ "@bcts/envelope": "^1.0.0-alpha.16",
73
+ "@bcts/known-values": "^1.0.0-alpha.16"
74
74
  }
75
75
  }