@podlite/diagram 0.0.28 → 0.0.29
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 +53 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -130,19 +130,66 @@ In order to keep the match between this documentation and the last release, plea
|
|
|
130
130
|
|
|
131
131
|
## Useful links
|
|
132
132
|
|
|
133
|
-
|
|
133
|
+
<div align="center">
|
|
134
|
+
<table border=0><tr><td valign=top><div align="center">
|
|
134
135
|
|
|
135
|
-
|
|
136
|
+
##### specification
|
|
136
137
|
|
|
137
|
-
|
|
138
|
+
</div>
|
|
138
139
|
|
|
139
|
-
|
|
140
|
+
- [Source](https://github.com/podlite/podlite-specs)
|
|
141
|
+
- [in HTML](https://podlite.org/specification)
|
|
142
|
+
- [Discussions](https://github.com/podlite/podlite-specs/discussions)
|
|
140
143
|
|
|
141
|
-
|
|
144
|
+
<div align="center">
|
|
145
|
+
|
|
146
|
+
##### implementation
|
|
147
|
+
</div>
|
|
148
|
+
|
|
149
|
+
- [Source](https://github.com/podlite/podlite)
|
|
150
|
+
- [Changelog](https://github.com/podlite/podlite/releases)
|
|
151
|
+
- [Issues](https://github.com/podlite/podlite/issues)
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
</td><td valign=top><div align="center">
|
|
155
|
+
|
|
156
|
+
##### publishing system
|
|
157
|
+
|
|
158
|
+
</div>
|
|
159
|
+
|
|
160
|
+
- [Podlite-web](https://github.com/podlite/podlite-web)
|
|
161
|
+
- [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
|
|
162
|
+
- [Issues](https://github.com/podlite/podlite-specs/issues)
|
|
163
|
+
- [Changelog](https://github.com/podlite/podlite-web/releases)
|
|
164
|
+
- [Example: Knowledge base for <br/> raku programming language](https://raku-knowledge-base.podlite.org/)
|
|
165
|
+
|
|
166
|
+
</td><td valign=top><div align="center">
|
|
167
|
+
|
|
168
|
+
##### desktop viewer/editor
|
|
169
|
+
|
|
170
|
+
</div>
|
|
171
|
+
|
|
172
|
+
- [Podlite-desktop](https://github.com/podlite/podlite-desktop)
|
|
173
|
+
- [Releases](https://github.com/podlite/podlite-desktop/releases)
|
|
174
|
+
- [Issues](https://github.com/podlite/podlite-desktop/issues)
|
|
175
|
+
|
|
176
|
+
</td><td valign=top><div align="center">
|
|
177
|
+
|
|
178
|
+
##### online resurces
|
|
179
|
+
|
|
180
|
+
</div>
|
|
181
|
+
|
|
182
|
+
- [podlite.org](https://podlite.org)
|
|
183
|
+
- [pod6.in](https://pod6.in/)
|
|
184
|
+
- [github.com/podlite](https://github.com/podlite/)
|
|
185
|
+
- [Podlite project updates](https://podlite.org/contents)
|
|
186
|
+
|
|
187
|
+
</td></tr></table>
|
|
188
|
+
</div>
|
|
142
189
|
|
|
143
190
|
## AUTHOR
|
|
144
191
|
|
|
145
|
-
Copyright (c) 2021-
|
|
192
|
+
Copyright (c) 2021-2025 Aliaksandr Zahatski
|
|
146
193
|
|
|
147
194
|
## License
|
|
148
195
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podlite/diagram",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.29",
|
|
4
4
|
"description": "Diagram",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"module": "./esm/index.js"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@podlite/schema": "0.0.
|
|
26
|
+
"@podlite/schema": "0.0.25",
|
|
27
27
|
"mermaid": "8.12.1",
|
|
28
28
|
"react-is": "^17.0.2"
|
|
29
29
|
},
|