@xmachines/play-solid-router 1.0.0-beta.33 → 1.0.0-beta.34

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 +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -166,8 +166,8 @@ routeMap.getPathByStateId(stateId: string): string | null
166
166
  **Constructor Parameters:**
167
167
 
168
168
  - `mappings` - Array of `{ stateId, path }` entries:
169
- - `stateId` — State machine state ID (e.g., `'#profile'`)
170
- - `path` — SolidJS Router path pattern (e.g., `'/profile/:userId'`)
169
+ - `stateId` — State machine state ID (e.g., `'#profile'`)
170
+ - `path` — SolidJS Router path pattern (e.g., `'/profile/:userId'`)
171
171
 
172
172
  **Methods:**
173
173
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmachines/play-solid-router",
3
- "version": "1.0.0-beta.33",
3
+ "version": "1.0.0-beta.34",
4
4
  "description": "SolidJS Router adapter for XMachines Universal Player Architecture",
5
5
  "license": "MIT",
6
6
  "author": "XMachines Contributors",
@@ -37,16 +37,16 @@
37
37
  "prepublishOnly": "npm run build"
38
38
  },
39
39
  "dependencies": {
40
- "@xmachines/play": "1.0.0-beta.33",
41
- "@xmachines/play-actor": "1.0.0-beta.33",
42
- "@xmachines/play-router": "1.0.0-beta.33",
43
- "@xmachines/play-signals": "1.0.0-beta.33"
40
+ "@xmachines/play": "1.0.0-beta.34",
41
+ "@xmachines/play-actor": "1.0.0-beta.34",
42
+ "@xmachines/play-router": "1.0.0-beta.34",
43
+ "@xmachines/play-signals": "1.0.0-beta.34"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@solidjs/router": "^0.16.1",
47
47
  "@solidjs/testing-library": "^0.8.10",
48
- "@xmachines/play-xstate": "1.0.0-beta.33",
49
- "@xmachines/shared": "1.0.0-beta.33",
48
+ "@xmachines/play-xstate": "1.0.0-beta.34",
49
+ "@xmachines/shared": "1.0.0-beta.34",
50
50
  "jsdom": "^29.0.2",
51
51
  "oxfmt": "^0.45.0",
52
52
  "oxlint": "^1.60.0",