pfwr 0.7.3 → 0.9.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.
Files changed (5) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/bin/cli.js +10 -57
  4. package/dist/index.js +57983 -24955
  5. package/package.json +27 -21
package/package.json CHANGED
@@ -1,16 +1,17 @@
1
1
  {
2
2
  "name": "pfwr",
3
- "version": "0.7.3",
3
+ "version": "0.9.0",
4
4
  "description": "The last markdown to HTML slide show generator you need",
5
5
  "module": "dist/index.js",
6
6
  "bin": "./bin/cli.js",
7
7
  "type": "module",
8
8
  "scripts": {
9
- "all": "npm run bundle && npm run test",
9
+ "all": "run-s lint bundle test",
10
10
  "bundle": "rollup -c",
11
11
  "dev": "chokidar --initial \"browser/*.*\" \"dist/*.*\" \"example/*.md\" --command \"npm start\"",
12
12
  "start": "node bin/cli.js example/presentation.md example/presentation.html",
13
13
  "version": "./tasks/bump-examples",
14
+ "lint": "eslint .",
14
15
  "test": "node bin/cli.js example/presentation.md example/presentation.html",
15
16
  "prepare": "npm run bundle"
16
17
  },
@@ -27,33 +28,38 @@
27
28
  "bin"
28
29
  ],
29
30
  "devDependencies": {
30
- "@rollup/plugin-commonjs": "^23.0.0",
31
- "@rollup/plugin-json": "^5.0.0",
32
- "@rollup/plugin-node-resolve": "^15.0.0",
31
+ "@rollup/plugin-commonjs": "^28.0.3",
32
+ "@rollup/plugin-json": "^6.1.0",
33
+ "@rollup/plugin-node-resolve": "^16.0.0",
34
+ "@types/node": "^20.17.24",
33
35
  "chokidar-cli": "^3.0.0",
36
+ "eslint": "^9.22.0",
37
+ "eslint-plugin-bpmn-io": "^2.2.0",
34
38
  "js-yaml": "^4.1.0",
35
- "mdast-comment-marker": "^2.0.0",
36
- "rehype-document": "^6.0.0",
37
- "rehype-format": "^4.0.0",
38
- "rehype-meta": "^3.1.0",
39
- "rehype-stringify": "^9.0.2",
39
+ "mdast-comment-marker": "^3.0.0",
40
+ "min-dash": "^4.2.3",
41
+ "npm-run-all2": "^7.0.2",
42
+ "rehype-document": "^7.0.3",
43
+ "rehype-format": "^5.0.1",
44
+ "rehype-meta": "^4.0.1",
45
+ "rehype-stringify": "^10.0.1",
40
46
  "rehype-wrap": "^1.0.10",
41
- "remark-breaks": "^3.0.1",
42
- "remark-emoji": "^3.0.1",
47
+ "remark-breaks": "^4.0.0",
48
+ "remark-emoji": "^5.0.1",
43
49
  "remark-external-links": "^9.0.1",
44
- "remark-frontmatter": "^4.0.0",
45
- "remark-gfm": "^3.0.1",
46
- "remark-parse": "^10.0.0",
47
- "remark-rehype": "^10.1.0",
48
- "rollup": "^2.79.1",
50
+ "remark-frontmatter": "^5.0.0",
51
+ "remark-gfm": "^4.0.1",
52
+ "remark-parse": "^11.0.0",
53
+ "remark-rehype": "^11.1.1",
54
+ "rollup": "^4.35.0",
49
55
  "rollup-plugin-string": "^3.0.0",
50
56
  "twemoji": "^14.0.2",
51
- "unified": "^10.1.0",
52
- "unist-util-visit-parents": "^5.0.0",
53
- "vfile": "^5.1.0"
57
+ "unified": "^11.0.5",
58
+ "unist-util-visit-parents": "^6.0.1",
59
+ "vfile": "^6.0.3"
54
60
  },
55
61
  "engines": {
56
- "node": ">= 16"
62
+ "node": ">= 20"
57
63
  },
58
64
  "dependencies": {
59
65
  "mri": "^1.1.6",