piral-cycle 0.15.9-beta.5415 → 0.15.9-beta.5420

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 +6 -6
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -94,12 +94,12 @@ The `@cycle/run`, `@cycle/dom` and `xstream` packages should be shared with the
94
94
 
95
95
  ```json
96
96
  {
97
- "pilets": {
98
- "externals": [
99
- "@cycle/run",
100
- "@cycle/dom",
101
- "xstream"
102
- ]
97
+ "importmap": {
98
+ "imports": {
99
+ "@cycle/run": "",
100
+ "@cycle/dom": "",
101
+ "xstream": ""
102
+ }
103
103
  }
104
104
  }
105
105
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-cycle",
3
- "version": "0.15.9-beta.5415",
3
+ "version": "0.15.9-beta.5420",
4
4
  "description": "Plugin for integrating Cycle.js components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -66,7 +66,7 @@
66
66
  "devDependencies": {
67
67
  "@cycle/dom": "^22.7.0",
68
68
  "@cycle/run": "^5.4.0",
69
- "piral-core": "0.15.9-beta.5415",
69
+ "piral-core": "0.15.9-beta.5420",
70
70
  "xstream": "^11.12.0"
71
71
  },
72
72
  "peerDependencies": {
@@ -74,5 +74,5 @@
74
74
  "@cycle/run": "^5.0.0",
75
75
  "xstream": "^11.0.0"
76
76
  },
77
- "gitHead": "85149fa812581dc049a38da51944099330f332db"
77
+ "gitHead": "a4b6f7cb2d3285e0d486c7951ad6c3d6484b11f8"
78
78
  }