podlite 0.0.41 → 0.0.43

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 +7 -3
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -51,7 +51,7 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
51
51
  - [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
52
52
  - [Issues](https://github.com/podlite/podlite-specs/issues)
53
53
  - [Changelog](https://github.com/podlite/podlite-web/releases)
54
- - [Example: Knowledge base for <br/> raku programming language](https://raku-knowledge-base.podlite.org/)
54
+ - [Practical case: Raku knowledge base ](https://raku-knowledge-base.podlite.org/)
55
55
 
56
56
  </td><td valign=top><div align="center">
57
57
 
@@ -62,16 +62,20 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
62
62
  - [Podlite-desktop](https://github.com/podlite/podlite-desktop)
63
63
  - [Releases](https://github.com/podlite/podlite-desktop/releases)
64
64
  - [Issues](https://github.com/podlite/podlite-desktop/issues)
65
-
65
+ - Stores:
66
+ - [Linux](https://snapcraft.io/podlite)
67
+ - [Windows](https://www.microsoft.com/store/apps/9NVNT9SNQJM8)
68
+ - [Mac App](https://apps.apple.com/us/app/podlite/id1526511053)
66
69
  </td><td valign=top><div align="center">
67
70
 
68
71
  ##### online resurces
69
72
 
70
73
  </div>
71
74
 
75
+ - [Roadmap](https://podlite.org/#Roadmap)
76
+ - [github.com/podlite](https://github.com/podlite/)&nbsp;🤩
72
77
  - [podlite.org](https://podlite.org)
73
78
  - [pod6.in](https://pod6.in/)
74
- - [github.com/podlite](https://github.com/podlite/)
75
79
  - [Podlite project updates](https://podlite.org/contents)
76
80
  - [Funding the ongoing development](https://opencollective.com/podlite)
77
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podlite",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
4
  "description": "Podlite - a lightweight block-based markup language",
5
5
  "main": "lib/index.js",
6
6
  "funding": {
@@ -34,12 +34,12 @@
34
34
  "url": "https://github.com/podlite/podlite/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@podlite/diagram": "^0.0.32",
38
- "@podlite/formula": "0.0.10",
39
- "@podlite/image": "^0.0.27",
40
- "@podlite/markdown": "0.0.21",
41
- "@podlite/schema": "^0.0.28",
42
- "@podlite/toc": "0.0.21",
37
+ "@podlite/diagram": "^0.0.34",
38
+ "@podlite/formula": "0.0.12",
39
+ "@podlite/image": "^0.0.29",
40
+ "@podlite/markdown": "0.0.23",
41
+ "@podlite/schema": "^0.0.30",
42
+ "@podlite/toc": "0.0.23",
43
43
  "nanoid": "3.1.30"
44
44
  },
45
45
  "devDependencies": {
@@ -49,8 +49,8 @@
49
49
  "typescript": "4.5.5"
50
50
  },
51
51
  "peerDependencies": {
52
- "react": "^16.0.0 || ^17.0.0",
53
- "react-dom": "^16.0.0 || ^17.0.0"
52
+ "react": "^16.0.0 || ^17.0.0 || ^18",
53
+ "react-dom": "^16.0.0 || ^17.0.0 || ^18"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public",