@stacksjs/docs 0.61.14 → 0.61.16

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {server as server2} from "@stacksjs/server";
7
7
  import {withPwa} from "@vite-pwa/vitepress";
8
8
  import {defineConfig} from "vitepress";
9
9
  // package.json
10
- var version = "0.61.14";
10
+ var version = "0.61.16";
11
11
 
12
12
  // src/scripts/pwa.ts
13
13
  import {docs} from "@stacksjs/config";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
- "version": "0.61.14",
4
+ "version": "0.61.16",
5
5
  "description": "The Stacks way to document.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",