coralite-scripts 0.37.0 → 0.37.2

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 (2) hide show
  1. package/libs/server.js +1 -0
  2. package/package.json +2 -2
package/libs/server.js CHANGED
@@ -496,6 +496,7 @@ async function server (config, options) {
496
496
  }
497
497
 
498
498
  pageCache.clear()
499
+ coralite.clearCache()
499
500
 
500
501
  isCompiling = true
501
502
  let dash = colours.gray(' ─ ')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coralite-scripts",
3
- "version": "0.37.0",
3
+ "version": "0.37.2",
4
4
  "description": "Configuration and scripts for Create Coralite.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -61,7 +61,7 @@
61
61
  "portfinder": "^1.0.38",
62
62
  "postcss": "^8.5.6",
63
63
  "sass": "^1.91.0",
64
- "coralite": "0.37.0"
64
+ "coralite": "0.37.2"
65
65
  },
66
66
  "scripts": {
67
67
  "build": "premove dist && pnpm build-types",