piral-solid 0.15.9-beta.5417 → 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 +5 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -79,11 +79,11 @@ The `solid-js` and `solid-js/dom` packages should be shared with the pilets via
79
79
 
80
80
  ```json
81
81
  {
82
- "pilets": {
83
- "externals": [
84
- "solid-js",
85
- "solid-js/dom"
86
- ]
82
+ "importmap": {
83
+ "imports": {
84
+ "solid-js": "",
85
+ "solid-js/dom": ""
86
+ }
87
87
  }
88
88
  }
89
89
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-solid",
3
- "version": "0.15.9-beta.5417",
3
+ "version": "0.15.9-beta.5420",
4
4
  "description": "Plugin for integrating Solid components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -64,11 +64,11 @@
64
64
  "test": "echo \"Error: run tests from root\" && exit 1"
65
65
  },
66
66
  "devDependencies": {
67
- "piral-core": "0.15.9-beta.5417",
67
+ "piral-core": "0.15.9-beta.5420",
68
68
  "solid-js": "^0.18.7"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "solid-js": "^0.18.0"
72
72
  },
73
- "gitHead": "dde0a115d916010beb178e29abe04fbe116f63f1"
73
+ "gitHead": "a4b6f7cb2d3285e0d486c7951ad6c3d6484b11f8"
74
74
  }