pfwr 0.5.1 → 0.7.0

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/package.json CHANGED
@@ -1,54 +1,61 @@
1
1
  {
2
2
  "name": "pfwr",
3
- "version": "0.5.1",
3
+ "version": "0.7.0",
4
4
  "description": "The last markdown to HTML slide show generator you need",
5
- "main": "dist/index.js",
5
+ "module": "dist/index.js",
6
6
  "bin": "./bin/cli.js",
7
+ "type": "module",
7
8
  "scripts": {
8
9
  "all": "npm run bundle && npm run test",
9
10
  "bundle": "rollup -c",
10
11
  "dev": "chokidar --initial \"browser/*.*\" \"dist/*.*\" \"example/*.md\" --command \"npm start\"",
11
12
  "start": "node bin/cli.js example/presentation.md example/presentation.html",
12
- "pretest": "npm run bundle",
13
13
  "version": "./tasks/bump-examples",
14
- "test": "node bin/cli.js example/presentation.md example/presentation.html"
14
+ "test": "node bin/cli.js example/presentation.md example/presentation.html",
15
+ "prepare": "npm run bundle"
15
16
  },
16
17
  "author": "Nico Rehwaldt<https://github.com/nikku>",
17
18
  "license": "MIT",
18
- "devDependencies": {
19
- "@rollup/plugin-commonjs": "^17.0.0",
20
- "@rollup/plugin-json": "^4.1.0",
21
- "@rollup/plugin-node-resolve": "^11.0.1",
22
- "chokidar-cli": "^2.1.0",
23
- "js-yaml": "^4.1.0",
24
- "mdast-comment-marker": "^1.1.2",
25
- "rehype-document": "^5.1.0",
26
- "rehype-format": "^3.1.0",
27
- "rehype-meta": "^2.0.0",
28
- "rehype-stringify": "^8.0.0",
29
- "rehype-wrap": "^1.0.10",
30
- "remark-breaks": "^2.0.2",
31
- "remark-emoji": "^2.2.0",
32
- "remark-external-links": "^8.0.0",
33
- "remark-frontmatter": "^3.0.0",
34
- "remark-gfm": "^1.0.0",
35
- "remark-parse": "^9.0.0",
36
- "remark-rehype": "^8.1.0",
37
- "rollup": "^2.36.1",
38
- "rollup-plugin-string": "^3.0.0",
39
- "twemoji": "^13.0.2",
40
- "unified": "^9.2.1",
41
- "unist-util-visit-parents": "^3.1.1",
42
- "vfile": "^4.2.1"
43
- },
44
19
  "keywords": [
45
20
  "markdown-to-html",
46
21
  "markdown",
47
22
  "presentation",
48
23
  "cli"
49
24
  ],
25
+ "files": [
26
+ "dist",
27
+ "bin"
28
+ ],
29
+ "devDependencies": {
30
+ "@rollup/plugin-commonjs": "^23.0.0",
31
+ "@rollup/plugin-json": "^5.0.0",
32
+ "chokidar-cli": "^3.0.0",
33
+ "rollup": "^2.79.1",
34
+ "rollup-plugin-string": "^3.0.0"
35
+ },
36
+ "engines": {
37
+ "node": ">= 16"
38
+ },
50
39
  "dependencies": {
40
+ "js-yaml": "^4.1.0",
41
+ "mdast-comment-marker": "^2.1.0",
51
42
  "mri": "^1.1.6",
52
- "opener": "^1.5.2"
43
+ "opener": "^1.5.2",
44
+ "rehype-document": "^6.1.0",
45
+ "rehype-format": "^4.0.1",
46
+ "rehype-meta": "^3.3.0",
47
+ "rehype-stringify": "^9.0.3",
48
+ "rehype-wrap": "^1.1.0",
49
+ "remark-breaks": "^3.0.2",
50
+ "remark-emoji": "^3.0.2",
51
+ "remark-external-links": "^9.0.1",
52
+ "remark-frontmatter": "^4.0.1",
53
+ "remark-gfm": "^3.0.1",
54
+ "remark-parse": "^10.0.1",
55
+ "remark-rehype": "^10.1.0",
56
+ "twemoji": "^14.0.2",
57
+ "unified": "^10.1.2",
58
+ "unist-util-visit-parents": "^5.1.1",
59
+ "vfile": "^5.3.5"
53
60
  }
54
61
  }
package/CHANGELOG.md DELETED
@@ -1,47 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to [pfwr](https://github.com/nikku/pfwr) are documented here. We use [semantic versioning](http://semver.org/) for releases.
4
-
5
- ## Unreleased
6
-
7
- ___Note:__ Yet to be released changes appear here._
8
-
9
- ## 0.5.1
10
-
11
- * `FIX`: add `og` and `twitter` meta tags to presentations
12
- * `DEPS`: bump dependencies
13
-
14
- ## 0.5.0
15
-
16
- * `FEAT`: add navigation widget
17
- * `FEAT`: document keyboard shortcuts on mouse navigation widget
18
- * `FEAT`: change slide on URL hash changes
19
- * `FEAT`: recognize `Spacebar` to go to next slide
20
-
21
- ## 0.4.1
22
-
23
- * `CHORE`: minor additional color improvements
24
-
25
- ## 0.4.0
26
-
27
- * `FEAT`: add `eco` theme
28
- * `CHORE`: slightly improve colors
29
-
30
- ## 0.3.1
31
-
32
- * `FIX`: mark boolean cli switches
33
-
34
- ## 0.3.0
35
-
36
- * `FEAT`: add `--open` switch
37
-
38
- ## 0.2.0
39
-
40
- _First recorded release._
41
-
42
- * `FEAT`: make output file optional
43
- * `FEAT`: add watch mode (`--watch`) to rebuild on changes
44
-
45
- ## ...
46
-
47
- Check `git log` for earlier history.
Binary file