@storylite/renderer-preact 1.1.0 → 1.2.0

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 +9 -0
  2. package/package.json +12 -2
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @storylite/renderer-preact
2
+
3
+ Preact renderer adapter for StoryLite.
4
+
5
+ - Repository: [github.com/itsjavi/storylite](https://github.com/itsjavi/storylite)
6
+ - Package source:
7
+ [packages/renderer-preact](https://github.com/itsjavi/storylite/tree/main/packages/renderer-preact)
8
+ - Documentation: [StoryLite README](https://github.com/itsjavi/storylite#readme)
9
+ - Issues: [github.com/itsjavi/storylite/issues](https://github.com/itsjavi/storylite/issues)
package/package.json CHANGED
@@ -1,7 +1,17 @@
1
1
  {
2
2
  "name": "@storylite/renderer-preact",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Preact renderer for StoryLite",
5
+ "homepage": "https://itsjavi.com/storylite",
6
+ "bugs": {
7
+ "url": "https://github.com/itsjavi/storylite/issues"
8
+ },
9
+ "license": "MIT",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/itsjavi/storylite.git",
13
+ "directory": "packages/renderer-preact"
14
+ },
5
15
  "files": [
6
16
  "dist"
7
17
  ],
@@ -31,7 +41,7 @@
31
41
  "access": "public"
32
42
  },
33
43
  "dependencies": {
34
- "@storylite/contracts": "1.1.0"
44
+ "@storylite/contracts": "1.2.0"
35
45
  },
36
46
  "devDependencies": {
37
47
  "@preact/preset-vite": "^2.10.5",