piral-solid 1.0.0 → 1.0.1-beta.5650
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.
- package/README.md +1 -1
- package/package.json +3 -6
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ export function setup(piral: PiletApi) {
|
|
|
59
59
|
|
|
60
60
|
::: summary: For Piral instance developers
|
|
61
61
|
|
|
62
|
-
Using Solid with Piral is as simple as installing `piral-solid` and `solid-js`.
|
|
62
|
+
Using Solid with Piral is as simple as installing `piral-solid` and `solid-js@^1`.
|
|
63
63
|
|
|
64
64
|
```ts
|
|
65
65
|
import { createSolidApi } from 'piral-solid';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-solid",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-beta.5650",
|
|
4
4
|
"description": "Plugin for integrating Solid components in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -64,11 +64,8 @@
|
|
|
64
64
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"piral-core": "
|
|
67
|
+
"piral-core": "1.0.1-beta.5650",
|
|
68
68
|
"solid-js": "^1.7.3"
|
|
69
69
|
},
|
|
70
|
-
"
|
|
71
|
-
"solid-js": "^1.0.0"
|
|
72
|
-
},
|
|
73
|
-
"gitHead": "67d9a2920bd5231baf10bc87ae8985666b18fa3a"
|
|
70
|
+
"gitHead": "79ba6a56d34f43c4ac76ed680bf131d009a9cd47"
|
|
74
71
|
}
|