@hpcc-js/markdown-it-plugins 1.5.11 → 1.5.12

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 (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/markdown-it-plugins",
3
- "version": "1.5.11",
3
+ "version": "1.5.12",
4
4
  "description": "markdown-it plugins",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
@@ -32,12 +32,14 @@
32
32
  "scripts": {
33
33
  "clean": "rimraf --glob lib* types dist dist-test .vitepress/cache .vitepress/dist *.tsbuildinfo .turbo",
34
34
  "bundle": "vite build",
35
- "bundle-watch": "vite --port 5513",
35
+ "bundle-watch": "vite build --watch",
36
+ "bundle-serve": "vite --port 5513",
36
37
  "bundle2": "node esbuild.js",
37
38
  "bundle2-watch": "npm run bundle2 -- --development --watch",
38
39
  "gen-types": "tsc --project tsconfig.json",
39
40
  "gen-types-watch": "npm run gen-types -- --watch",
40
41
  "build": "npm-run-all --parallel gen-types bundle --serial bundle2",
42
+ "watch": "run-p gen-types-watch bundle-watch",
41
43
  "dev-docs": "vitepress dev",
42
44
  "build-docs": "vitepress build",
43
45
  "preview-docs": "vitepress preview",
@@ -52,7 +54,7 @@
52
54
  "update-major": "npx --yes npm-check-updates -u"
53
55
  },
54
56
  "dependencies": {
55
- "@hpcc-js/observablehq-compiler": "^3.7.9",
57
+ "@hpcc-js/observablehq-compiler": "^3.7.10",
56
58
  "@observablehq/framework": "1.13.4",
57
59
  "@observablehq/runtime": "5.9.9",
58
60
  "@types/markdown-it": "14.1.2"
@@ -63,7 +65,7 @@
63
65
  "shiki": "2.5.0"
64
66
  },
65
67
  "devDependencies": {
66
- "@hpcc-js/esbuild-plugins": "^1.8.7",
68
+ "@hpcc-js/esbuild-plugins": "^1.8.8",
67
69
  "d3-dsv": "3.0.1",
68
70
  "d3-fetch": "3.0.1",
69
71
  "dotenv": "16.6.1",
@@ -80,5 +82,5 @@
80
82
  "url": "https://github.com/hpcc-systems/Visualization/issues"
81
83
  },
82
84
  "homepage": "https://github.com/hpcc-systems/Visualization/tree/main/packages/markdown-it-plugins",
83
- "gitHead": "6f134126379fe058a052986758b792d7b4ddb84b"
85
+ "gitHead": "630e839917f1cc38f6e3324db5a9ac991234599a"
84
86
  }