@xmachines/play-pattern 5.0.0 → 5.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The route pattern language of the XMachines Play Architecture.
4
4
 
5
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Version](https://img.shields.io/badge/version-5.0.0-blue)](https://www.npmjs.com/package/@xmachines/play-pattern)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Version](https://img.shields.io/badge/version-5.0.1-blue)](https://www.npmjs.com/package/@xmachines/play-pattern)
6
6
 
7
7
  One parse of the URLPattern pathname grammar, and the path that it builds back.
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmachines/play-pattern",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "private": false,
5
5
  "description": "The route pattern language of XMachines: one parse of the URLPattern pathname grammar, and the path that it builds back",
6
6
  "keywords": [
@@ -48,7 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@testing-library/jest-dom": "^7.0.1",
50
50
  "@types/node": "^26.6.2",
51
- "@xmachines/play": "5.0.0",
51
+ "@xmachines/play": "5.0.1",
52
52
  "oxfmt": "^0.70.0",
53
53
  "oxlint": "^1.85.0",
54
54
  "urlpattern-polyfill": "^10.1.0",