@podlite/diagram 0.0.33 → 0.0.34
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.
- package/README.md +7 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -161,7 +161,7 @@ In order to keep the match between this documentation and the last release, plea
|
|
|
161
161
|
- [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
|
|
162
162
|
- [Issues](https://github.com/podlite/podlite-specs/issues)
|
|
163
163
|
- [Changelog](https://github.com/podlite/podlite-web/releases)
|
|
164
|
-
- [
|
|
164
|
+
- [Practical case: Raku knowledge base ](https://raku-knowledge-base.podlite.org/)
|
|
165
165
|
|
|
166
166
|
</td><td valign=top><div align="center">
|
|
167
167
|
|
|
@@ -172,16 +172,20 @@ In order to keep the match between this documentation and the last release, plea
|
|
|
172
172
|
- [Podlite-desktop](https://github.com/podlite/podlite-desktop)
|
|
173
173
|
- [Releases](https://github.com/podlite/podlite-desktop/releases)
|
|
174
174
|
- [Issues](https://github.com/podlite/podlite-desktop/issues)
|
|
175
|
-
|
|
175
|
+
- Stores:
|
|
176
|
+
- [Linux](https://snapcraft.io/podlite)
|
|
177
|
+
- [Windows](https://www.microsoft.com/store/apps/9NVNT9SNQJM8)
|
|
178
|
+
- [Mac App](https://apps.apple.com/us/app/podlite/id1526511053)
|
|
176
179
|
</td><td valign=top><div align="center">
|
|
177
180
|
|
|
178
181
|
##### online resurces
|
|
179
182
|
|
|
180
183
|
</div>
|
|
181
184
|
|
|
185
|
+
- [Roadmap](https://podlite.org/#Roadmap)
|
|
186
|
+
- [github.com/podlite](https://github.com/podlite/) 🤩
|
|
182
187
|
- [podlite.org](https://podlite.org)
|
|
183
188
|
- [pod6.in](https://pod6.in/)
|
|
184
|
-
- [github.com/podlite](https://github.com/podlite/)
|
|
185
189
|
- [Podlite project updates](https://podlite.org/contents)
|
|
186
190
|
- [Funding the ongoing development](https://opencollective.com/podlite)
|
|
187
191
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podlite/diagram",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.34",
|
|
4
4
|
"description": "Diagram",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"module": "./esm/index.js"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@podlite/schema": "0.0.
|
|
30
|
+
"@podlite/schema": "0.0.30",
|
|
31
31
|
"mermaid": "8.12.1",
|
|
32
|
-
"react-is": "^
|
|
32
|
+
"react-is": "^18.0.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"mermaid": "*",
|
|
36
|
-
"react": "^16.0.0 || ^17.0.0 ",
|
|
37
|
-
"react-dom": "^16.0.0 || ^17.0.0",
|
|
36
|
+
"react": "^16.0.0 || ^17.0.0 || ^18",
|
|
37
|
+
"react-dom": "^16.0.0 || ^17.0.0 || ^18",
|
|
38
38
|
"react-is": "*"
|
|
39
39
|
},
|
|
40
40
|
"module": "./esm/index.js"
|