@xmachines/play-tanstack-solid-router 1.0.0-beta.6 → 1.0.0-beta.7

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 +3 -6
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -419,10 +419,7 @@ See `examples/demo/` for the maintained integration example and tests.
419
419
 
420
420
  ## License
421
421
 
422
- MIT
422
+ Copyright (c) 2016 [Mikael Karon](mailto:mikael@karon.se). All rights reserved.
423
423
 
424
- ---
425
-
426
- **Package:** @xmachines/play-tanstack-solid-router
427
- **Pattern:** RouterBridge (~220 lines, 2 flags)
428
- **Framework:** TanStack Solid Router 1.0+ with SolidJS 1.8+
424
+ This work is licensed under the terms of the MIT license.
425
+ For a copy, see <https://opensource.org/licenses/MIT>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmachines/play-tanstack-solid-router",
3
- "version": "1.0.0-beta.6",
3
+ "version": "1.0.0-beta.7",
4
4
  "description": "TanStack Solid Router adapter for XMachines Universal Player Architecture",
5
5
  "license": "MIT",
6
6
  "author": "XMachines Contributors",
@@ -35,15 +35,15 @@
35
35
  "prepublishOnly": "npm run build"
36
36
  },
37
37
  "dependencies": {
38
- "@xmachines/play": "1.0.0-beta.6",
39
- "@xmachines/play-actor": "1.0.0-beta.6",
40
- "@xmachines/play-router": "1.0.0-beta.6",
41
- "@xmachines/play-signals": "1.0.0-beta.6"
38
+ "@xmachines/play": "1.0.0-beta.7",
39
+ "@xmachines/play-actor": "1.0.0-beta.7",
40
+ "@xmachines/play-router": "1.0.0-beta.7",
41
+ "@xmachines/play-signals": "1.0.0-beta.7"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@solidjs/testing-library": "^0.8.10",
45
45
  "@tanstack/solid-router": "^1.167.5",
46
- "@xmachines/shared": "1.0.0-beta.6",
46
+ "@xmachines/shared": "1.0.0-beta.7",
47
47
  "solid-js": "^1.9.11",
48
48
  "vite-plugin-solid": "^2.11.11"
49
49
  },