@podlite/publisher 0.0.6 → 0.0.7

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/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## 0.0.6
6
6
 
7
- - implement resolvers for `=include` block
7
+ - implement resolvers for `=include` block
8
8
 
9
9
  ## 0.0.5
10
10
 
package/README.md CHANGED
@@ -36,13 +36,13 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
36
36
  <div align="center">
37
37
 
38
38
  ##### implementation
39
+
39
40
  </div>
40
41
 
41
42
  - [Source](https://github.com/podlite/podlite)
42
43
  - [Changelog](https://github.com/podlite/podlite/releases)
43
44
  - [Issues](https://github.com/podlite/podlite/issues)
44
45
 
45
-
46
46
  </td><td valign=top><div align="center">
47
47
 
48
48
  ##### publishing system
@@ -75,6 +75,7 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
75
75
  - [pod6.in](https://pod6.in/)
76
76
  - [github.com/podlite](https://github.com/podlite/)
77
77
  - [Podlite project updates](https://podlite.org/contents)
78
+ - [Funding the ongoing development](https://opencollective.com/podlite)
78
79
 
79
80
  </td></tr></table>
80
81
  </div>
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@podlite/publisher",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Library that powers publishing and CLI tools for the Podlite markup language",
5
5
  "main": "lib/index.js",
6
6
  "license": "MIT",
7
+ "funding": {
8
+ "type": "opencollective",
9
+ "url": "https://opencollective.com/podlite"
10
+ },
7
11
  "files": [
8
12
  "lib/**/*.js",
9
13
  "lib/**/*.d.ts",
@@ -33,7 +37,7 @@
33
37
  "markup-language"
34
38
  ],
35
39
  "dependencies": {
36
- "@podlite/schema": "0.0.25",
40
+ "@podlite/schema": "0.0.26",
37
41
  "crc-32": "^1.2.2",
38
42
  "gray-matter": "^4.0.3",
39
43
  "iso_9": "^1.0.4",