piral-inferno 1.0.0 → 1.0.1-beta.5640

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 +4 -1
  2. package/package.json +3 -7
package/README.md CHANGED
@@ -59,7 +59,10 @@ export function setup(piral: PiletApi) {
59
59
 
60
60
  ::: summary: For Piral instance developers
61
61
 
62
- Using Inferno with Piral is as simple as installing `piral-inferno` and `inferno`.
62
+ Using Inferno with Piral is as simple as installing `piral-inferno` and the Inferno packages:
63
+
64
+ - `inferno`
65
+ - `inferno-create-element`
63
66
 
64
67
  ```ts
65
68
  import { createInfernoApi } from 'piral-inferno';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-inferno",
3
- "version": "1.0.0",
3
+ "version": "1.0.1-beta.5640",
4
4
  "description": "Plugin for integrating Inferno components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -66,11 +66,7 @@
66
66
  "devDependencies": {
67
67
  "inferno": "^7.3.2",
68
68
  "inferno-create-element": "^7.3.2",
69
- "piral-core": "^1.0.0"
69
+ "piral-core": "1.0.1-beta.5640"
70
70
  },
71
- "peerDependencies": {
72
- "inferno": "^7.0.0",
73
- "inferno-create-element": "^7.0.0"
74
- },
75
- "gitHead": "67d9a2920bd5231baf10bc87ae8985666b18fa3a"
71
+ "gitHead": "fa0a72b28fd0a20afec7ef491ec19e93c090fc72"
76
72
  }