@podlite/toc 0.0.22 → 0.0.24
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 +7 -7
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
|
|
|
53
53
|
- [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
|
|
54
54
|
- [Issues](https://github.com/podlite/podlite-specs/issues)
|
|
55
55
|
- [Changelog](https://github.com/podlite/podlite-web/releases)
|
|
56
|
-
- [
|
|
56
|
+
- [Practical case: Raku knowledge base ](https://raku-knowledge-base.podlite.org/)
|
|
57
57
|
|
|
58
58
|
</td><td valign=top><div align="center">
|
|
59
59
|
|
|
@@ -64,16 +64,20 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
|
|
|
64
64
|
- [Podlite-desktop](https://github.com/podlite/podlite-desktop)
|
|
65
65
|
- [Releases](https://github.com/podlite/podlite-desktop/releases)
|
|
66
66
|
- [Issues](https://github.com/podlite/podlite-desktop/issues)
|
|
67
|
-
|
|
67
|
+
- Stores:
|
|
68
|
+
- [Linux](https://snapcraft.io/podlite)
|
|
69
|
+
- [Windows](https://www.microsoft.com/store/apps/9NVNT9SNQJM8)
|
|
70
|
+
- [Mac App](https://apps.apple.com/us/app/podlite/id1526511053)
|
|
68
71
|
</td><td valign=top><div align="center">
|
|
69
72
|
|
|
70
73
|
##### online resurces
|
|
71
74
|
|
|
72
75
|
</div>
|
|
73
76
|
|
|
77
|
+
- [Roadmap](https://podlite.org/#Roadmap)
|
|
78
|
+
- [github.com/podlite](https://github.com/podlite/) 🤩
|
|
74
79
|
- [podlite.org](https://podlite.org)
|
|
75
80
|
- [pod6.in](https://pod6.in/)
|
|
76
|
-
- [github.com/podlite](https://github.com/podlite/)
|
|
77
81
|
- [Podlite project updates](https://podlite.org/contents)
|
|
78
82
|
- [Funding the ongoing development](https://opencollective.com/podlite)
|
|
79
83
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podlite/toc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.24",
|
|
4
4
|
"description": "'Table of contents' plugin for Podlite markup language",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"markup-language"
|
|
35
35
|
],
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"react": "^16.0.0 || ^17.0.0 ",
|
|
38
|
-
"react-dom": "^16.0.0 || ^17.0.0"
|
|
37
|
+
"react": "^16.0.0 || ^17.0.0 || ^18",
|
|
38
|
+
"react-dom": "^16.0.0 || ^17.0.0 || ^18"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@podlite/schema": "0.0.
|
|
42
|
-
"react": "^16.0.0 || ^17.0.0 ",
|
|
43
|
-
"react-dom": "^16.0.0 || ^17.0.0",
|
|
44
|
-
"react-is": "^
|
|
41
|
+
"@podlite/schema": "0.0.31",
|
|
42
|
+
"react": "^16.0.0 || ^17.0.0 || ^18",
|
|
43
|
+
"react-dom": "^16.0.0 || ^17.0.0 || ^18",
|
|
44
|
+
"react-is": "^18.0.0"
|
|
45
45
|
},
|
|
46
46
|
"module": "./esm/index.js"
|
|
47
47
|
}
|