piral-inferno 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 `inferno` and `inferno-create-element` package should be shared with the pil
79
79
 
80
80
  ```json
81
81
  {
82
- "pilets": {
83
- "externals": [
84
- "inferno",
85
- "inferno-create-element"
86
- ]
82
+ "importmap": {
83
+ "imports": {
84
+ "inferno": "",
85
+ "inferno-create-element": ""
86
+ }
87
87
  }
88
88
  }
89
89
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-inferno",
3
- "version": "0.15.9-beta.5417",
3
+ "version": "0.15.9-beta.5420",
4
4
  "description": "Plugin for integrating Inferno components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -66,11 +66,11 @@
66
66
  "devDependencies": {
67
67
  "inferno": "^7.3.2",
68
68
  "inferno-create-element": "^7.3.2",
69
- "piral-core": "0.15.9-beta.5417"
69
+ "piral-core": "0.15.9-beta.5420"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "inferno": "^7.0.0",
73
73
  "inferno-create-element": "^7.0.0"
74
74
  },
75
- "gitHead": "dde0a115d916010beb178e29abe04fbe116f63f1"
75
+ "gitHead": "a4b6f7cb2d3285e0d486c7951ad6c3d6484b11f8"
76
76
  }