podlite 0.0.38 → 0.0.39
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 +2 -1
- package/package.json +11 -7
package/README.md
CHANGED
|
@@ -34,13 +34,13 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
|
|
|
34
34
|
<div align="center">
|
|
35
35
|
|
|
36
36
|
##### implementation
|
|
37
|
+
|
|
37
38
|
</div>
|
|
38
39
|
|
|
39
40
|
- [Source](https://github.com/podlite/podlite)
|
|
40
41
|
- [Changelog](https://github.com/podlite/podlite/releases)
|
|
41
42
|
- [Issues](https://github.com/podlite/podlite/issues)
|
|
42
43
|
|
|
43
|
-
|
|
44
44
|
</td><td valign=top><div align="center">
|
|
45
45
|
|
|
46
46
|
##### publishing system
|
|
@@ -73,6 +73,7 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
|
|
|
73
73
|
- [pod6.in](https://pod6.in/)
|
|
74
74
|
- [github.com/podlite](https://github.com/podlite/)
|
|
75
75
|
- [Podlite project updates](https://podlite.org/contents)
|
|
76
|
+
- [Funding the ongoing development](https://opencollective.com/podlite)
|
|
76
77
|
|
|
77
78
|
</td></tr></table>
|
|
78
79
|
</div>
|
package/package.json
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "podlite",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.39",
|
|
4
4
|
"description": "Podlite - a lightweight block-based markup language",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
|
+
"funding": {
|
|
7
|
+
"type": "opencollective",
|
|
8
|
+
"url": "https://opencollective.com/podlite"
|
|
9
|
+
},
|
|
6
10
|
"scripts": {
|
|
7
11
|
"test": "yarn g:jest --passWithNoTests",
|
|
8
12
|
"build": "yarn g:build",
|
|
@@ -30,12 +34,12 @@
|
|
|
30
34
|
"url": "https://github.com/podlite/podlite/issues"
|
|
31
35
|
},
|
|
32
36
|
"dependencies": {
|
|
33
|
-
"@podlite/diagram": "^0.0.
|
|
34
|
-
"@podlite/formula": "0.0.
|
|
35
|
-
"@podlite/image": "^0.0.
|
|
36
|
-
"@podlite/markdown": "0.0.
|
|
37
|
-
"@podlite/schema": "^0.0.
|
|
38
|
-
"@podlite/toc": "0.0.
|
|
37
|
+
"@podlite/diagram": "^0.0.30",
|
|
38
|
+
"@podlite/formula": "0.0.8",
|
|
39
|
+
"@podlite/image": "^0.0.25",
|
|
40
|
+
"@podlite/markdown": "0.0.19",
|
|
41
|
+
"@podlite/schema": "^0.0.26",
|
|
42
|
+
"@podlite/toc": "0.0.19",
|
|
39
43
|
"nanoid": "3.1.30"
|
|
40
44
|
},
|
|
41
45
|
"devDependencies": {
|