@millstone/synapse-site 0.1.0 → 0.5.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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@millstone/synapse-site",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Quartz 4 configuration for Synapse documentation site",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"build:decap-config": "tsx decap/build-config.ts",
|
|
18
18
|
"build:decap": "npm run build:decap-config && tsx decap/build-vault-index.ts && npm run build:validate-bundle",
|
|
19
19
|
"build:validate-bundle": "esbuild decap/validate-browser.ts --bundle --format=esm --outfile=static/edit/validate.bundle.js --platform=browser --target=es2020",
|
|
20
|
-
"build": "npm run sync-plugins && npm run build:decap && cd quartz && npx quartz build && npm run copy:decap",
|
|
20
|
+
"build": "npm run sync-plugins && npm run build:decap && (cd quartz && npx quartz build) && npm run copy:decap",
|
|
21
21
|
"copy:decap": "cp -r static/edit quartz/quartz/static/",
|
|
22
22
|
"serve": "npm run sync-plugins && npm run build:decap && cd quartz && npx quartz build --serve",
|
|
23
23
|
"dev": "npm run sync-plugins && npm run build:decap && npm run copy:decap && cd quartz && npx quartz build --serve --port 8080",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/node": "^20.0.0",
|
|
50
50
|
"chalk": "^5.3.0",
|
|
51
|
-
"esbuild": "^0.
|
|
51
|
+
"esbuild": "^0.25.0",
|
|
52
52
|
"tsx": "^4.0.0",
|
|
53
53
|
"typescript": "^5.3.0"
|
|
54
54
|
},
|