piral-cycle 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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +3 -8
package/README.md CHANGED
@@ -74,7 +74,11 @@ export function setup(piral: PiletApi) {
74
74
 
75
75
  ::: summary: For Piral instance developers
76
76
 
77
- Using Cycle.js with Piral is as simple as installing `piral-cycle` and Cycle.js.
77
+ Using Cycle.js with Piral is as simple as installing `piral-cycle` and Cycle.js:
78
+
79
+ - `@cycle/dom`: 22.x
80
+ - `@cycle/run`: 5.x
81
+ - `xstream`: 11.x
78
82
 
79
83
  ```ts
80
84
  import { createCycleApi } from 'piral-cycle';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-cycle",
3
- "version": "1.0.0",
3
+ "version": "1.0.1-beta.5650",
4
4
  "description": "Plugin for integrating Cycle.js components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -66,13 +66,8 @@
66
66
  "devDependencies": {
67
67
  "@cycle/dom": "^22.7.0",
68
68
  "@cycle/run": "^5.4.0",
69
- "piral-core": "^1.0.0",
69
+ "piral-core": "1.0.1-beta.5650",
70
70
  "xstream": "^11.12.0"
71
71
  },
72
- "peerDependencies": {
73
- "@cycle/dom": "^22.0.0",
74
- "@cycle/run": "^5.0.0",
75
- "xstream": "^11.0.0"
76
- },
77
- "gitHead": "67d9a2920bd5231baf10bc87ae8985666b18fa3a"
72
+ "gitHead": "79ba6a56d34f43c4ac76ed680bf131d009a9cd47"
78
73
  }