@stacksjs/docs 0.63.0 → 0.63.1
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/dist/index.js +3 -208
- package/dist/index.js.map +2 -2
- package/package.json +2 -9
package/dist/index.js
CHANGED
|
@@ -1,210 +1,5 @@
|
|
|
1
|
-
//
|
|
2
|
-
import
|
|
3
|
-
import {kolorist as c} from "@stacksjs/cli";
|
|
4
|
-
import {docs as docs2} from "@stacksjs/config";
|
|
5
|
-
import {path as p} from "@stacksjs/path";
|
|
6
|
-
import {server as server2} from "@stacksjs/server";
|
|
7
|
-
import {withPwa} from "@vite-pwa/vitepress";
|
|
8
|
-
import {defineConfig} from "vitepress";
|
|
9
|
-
// package.json
|
|
10
|
-
var version = "0.63.0";
|
|
1
|
+
// @bun
|
|
2
|
+
import{alias as o}from"@stacksjs/alias";import{kolorist as t}from"@stacksjs/cli";import{docs as h}from"@stacksjs/config";import{path as s}from"@stacksjs/path";import{server as j}from"@stacksjs/server";import{withPwa as p}from"@vite-pwa/vitepress";import{defineConfig as y}from"vitepress";var e="0.63.1";import{docs as i}from"@stacksjs/config";import{frameworkPath as n}from"@stacksjs/path";var x="https://fonts.googleapis.com",C="https://fonts.gstatic.com",I="https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;400;600&display=swap",O="https://stacksjs.org/",c="https://stacksjs.org/og.png",q="https://github.com/stacksjs/stacks",z="https://github.com/stacksjs/stacks/releases",A="https://github.com/stacksjs/stacks/blob/main/CONTRIBUTING.md",D="https://chat.stacksjs.org",G="https://twitter.com/stacksjs",H=["https://fonts.googleapis.com","https://fonts.gstatic.com"],J=["https://fonts.googleapis.com","https://fonts.gstatic.com"],u=new RegExp("^https://fonts.googleapis.com/.*","i"),d=new RegExp("^https://fonts.gstatic.com/.*","i"),r=/^https:\/\/((i.ibb.co)|((raw|user-images).githubusercontent.com))\/.*/i;var b={outDir:n("docs/dist"),registerType:"autoUpdate",manifest:{id:"/",name:i.title,short_name:i.title,description:i.description,theme_color:"#ffffff",start_url:"/",lang:"en-US",dir:"ltr",orientation:"natural",display:"standalone",display_override:["window-controls-overlay"],categories:["development","developer tools"],icons:[{src:"pwa-64x64.png",sizes:"64x64",type:"image/png"},{src:"pwa-192x192.png",sizes:"192x192",type:"image/png"},{src:"pwa-512x512.png",sizes:"512x512",type:"image/png",purpose:"any"},{src:"maskable-icon.png",sizes:"512x512",type:"image/png",purpose:"maskable"}],screenshots:[{src:"og.png",sizes:"2258x1185",type:"image/png",label:`Screenshot of ${i.title}`}],handle_links:"preferred",launch_handler:{client_mode:["navigate-existing","auto"]},edge_side_panel:{preferred_width:480}},workbox:{navigateFallbackDenylist:[/^\/new$/],maximumFileSizeToCacheInBytes:3145728,globPatterns:["**/*.{css,js,html,png,svg,ico,txt,woff2,json}"],dontCacheBustURLsMatching:/^assets\//,runtimeCaching:[{urlPattern:u,handler:"CacheFirst",options:{cacheName:"google-fonts-cache",expiration:{maxEntries:10,maxAgeSeconds:31536000},cacheableResponse:{statuses:[0,200]}}},{urlPattern:d,handler:"CacheFirst",options:{cacheName:"gstatic-fonts-cache",expiration:{maxEntries:10,maxAgeSeconds:31536000},cacheableResponse:{statuses:[0,200]}}},{urlPattern:r,handler:"CacheFirst",options:{cacheName:"githubusercontent-images-cache",expiration:{maxEntries:10,maxAgeSeconds:31536000},cacheableResponse:{statuses:[0,200]}}}]},experimental:{includeAllowlist:!0}};import{transformerTwoslash as X}from"vitepress-plugin-twoslash";import Z from"vitepress-plugin-twoslash/client";var E={base:"/docs/",cleanUrls:!0,srcDir:s.projectPath("docs"),outDir:s.projectStoragePath("framework/docs"),cacheDir:s.projectStoragePath("framework/cache/docs"),assetsDir:s.assetsPath(),vite:{envDir:s.projectPath(),envPrefix:"FRONTEND_",server:j({type:"docs"}),resolve:{alias:o},plugins:[{name:"stacks-plugin",configureServer(m){m.printUrls=()=>{console.log(` ${t.blue(t.bold("STACKS"))} ${t.blue(e)}`),console.log(` ${t.green("\u279C")} ${t.bold("Docs")}: ${t.green("https://stacks.localhost/docs")}`),console.log(` ${t.green("\u279C")} ${t.bold("Temp URL")}: ${t.green("http://stacksjs.test:3000")}`)}}}]},pwa:b},B={...E,...h},$=p(y(B));export{G as twitter,X as transformerTwoslash,z as releases,u as pwaFontsRegex,d as pwaFontStylesRegex,b as pwaDocs,H as preconnectLinks,J as preconnectHomeLinks,O as ogUrl,c as ogImage,C as gstatic,x as googleapis,r as githubusercontentRegex,q as github,E as frameworkDefaults,I as font,D as discord,$ as default,A as contributing,Z as TwoSlashFloatingVue};
|
|
11
3
|
|
|
12
|
-
|
|
13
|
-
import {docs} from "@stacksjs/config";
|
|
14
|
-
import {frameworkPath} from "@stacksjs/path";
|
|
15
|
-
|
|
16
|
-
// src/meta.ts
|
|
17
|
-
var googleapis = "https://fonts.googleapis.com";
|
|
18
|
-
var gstatic = "https://fonts.gstatic.com";
|
|
19
|
-
var font = `${googleapis}/css2?family=Readex+Pro:wght@200;400;600&display=swap`;
|
|
20
|
-
var ogUrl = "https://stacksjs.org/";
|
|
21
|
-
var ogImage = `${ogUrl}og.png`;
|
|
22
|
-
var github = "https://github.com/stacksjs/stacks";
|
|
23
|
-
var releases = "https://github.com/stacksjs/stacks/releases";
|
|
24
|
-
var contributing = "https://github.com/stacksjs/stacks/blob/main/CONTRIBUTING.md";
|
|
25
|
-
var discord = "https://chat.stacksjs.org";
|
|
26
|
-
var twitter = "https://twitter.com/stacksjs";
|
|
27
|
-
var preconnectLinks = [googleapis, gstatic];
|
|
28
|
-
var preconnectHomeLinks = [googleapis, gstatic];
|
|
29
|
-
var pwaFontsRegex = new RegExp(`^${googleapis}/.*`, "i");
|
|
30
|
-
var pwaFontStylesRegex = new RegExp(`^${gstatic}/.*`, "i");
|
|
31
|
-
var githubusercontentRegex = /^https:\/\/((i.ibb.co)|((raw|user-images).githubusercontent.com))\/.*/i;
|
|
32
|
-
|
|
33
|
-
// src/scripts/pwa.ts
|
|
34
|
-
var pwaDocs = {
|
|
35
|
-
outDir: frameworkPath("docs/dist"),
|
|
36
|
-
registerType: "autoUpdate",
|
|
37
|
-
manifest: {
|
|
38
|
-
id: "/",
|
|
39
|
-
name: docs.title,
|
|
40
|
-
short_name: docs.title,
|
|
41
|
-
description: docs.description,
|
|
42
|
-
theme_color: "#ffffff",
|
|
43
|
-
start_url: "/",
|
|
44
|
-
lang: "en-US",
|
|
45
|
-
dir: "ltr",
|
|
46
|
-
orientation: "natural",
|
|
47
|
-
display: "standalone",
|
|
48
|
-
display_override: ["window-controls-overlay"],
|
|
49
|
-
categories: ["development", "developer tools"],
|
|
50
|
-
icons: [
|
|
51
|
-
{
|
|
52
|
-
src: "pwa-64x64.png",
|
|
53
|
-
sizes: "64x64",
|
|
54
|
-
type: "image/png"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
src: "pwa-192x192.png",
|
|
58
|
-
sizes: "192x192",
|
|
59
|
-
type: "image/png"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
src: "pwa-512x512.png",
|
|
63
|
-
sizes: "512x512",
|
|
64
|
-
type: "image/png",
|
|
65
|
-
purpose: "any"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
src: "maskable-icon.png",
|
|
69
|
-
sizes: "512x512",
|
|
70
|
-
type: "image/png",
|
|
71
|
-
purpose: "maskable"
|
|
72
|
-
}
|
|
73
|
-
],
|
|
74
|
-
screenshots: [
|
|
75
|
-
{
|
|
76
|
-
src: "og.png",
|
|
77
|
-
sizes: "2258x1185",
|
|
78
|
-
type: "image/png",
|
|
79
|
-
label: `Screenshot of ${docs.title}`
|
|
80
|
-
}
|
|
81
|
-
],
|
|
82
|
-
handle_links: "preferred",
|
|
83
|
-
launch_handler: {
|
|
84
|
-
client_mode: ["navigate-existing", "auto"]
|
|
85
|
-
},
|
|
86
|
-
edge_side_panel: {
|
|
87
|
-
preferred_width: 480
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
workbox: {
|
|
91
|
-
navigateFallbackDenylist: [/^\/new$/],
|
|
92
|
-
maximumFileSizeToCacheInBytes: 3 * 1024 * 1024,
|
|
93
|
-
globPatterns: ["**/*.{css,js,html,png,svg,ico,txt,woff2,json}"],
|
|
94
|
-
dontCacheBustURLsMatching: /^assets\//,
|
|
95
|
-
runtimeCaching: [
|
|
96
|
-
{
|
|
97
|
-
urlPattern: pwaFontsRegex,
|
|
98
|
-
handler: "CacheFirst",
|
|
99
|
-
options: {
|
|
100
|
-
cacheName: "google-fonts-cache",
|
|
101
|
-
expiration: {
|
|
102
|
-
maxEntries: 10,
|
|
103
|
-
maxAgeSeconds: 60 * 60 * 24 * 365
|
|
104
|
-
},
|
|
105
|
-
cacheableResponse: {
|
|
106
|
-
statuses: [0, 200]
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
urlPattern: pwaFontStylesRegex,
|
|
112
|
-
handler: "CacheFirst",
|
|
113
|
-
options: {
|
|
114
|
-
cacheName: "gstatic-fonts-cache",
|
|
115
|
-
expiration: {
|
|
116
|
-
maxEntries: 10,
|
|
117
|
-
maxAgeSeconds: 60 * 60 * 24 * 365
|
|
118
|
-
},
|
|
119
|
-
cacheableResponse: {
|
|
120
|
-
statuses: [0, 200]
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
urlPattern: githubusercontentRegex,
|
|
126
|
-
handler: "CacheFirst",
|
|
127
|
-
options: {
|
|
128
|
-
cacheName: "githubusercontent-images-cache",
|
|
129
|
-
expiration: {
|
|
130
|
-
maxEntries: 10,
|
|
131
|
-
maxAgeSeconds: 60 * 60 * 24 * 365
|
|
132
|
-
},
|
|
133
|
-
cacheableResponse: {
|
|
134
|
-
statuses: [0, 200]
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
]
|
|
139
|
-
},
|
|
140
|
-
experimental: {
|
|
141
|
-
includeAllowlist: true
|
|
142
|
-
}
|
|
143
|
-
};
|
|
144
|
-
|
|
145
|
-
// src/plugins.ts
|
|
146
|
-
import {transformerTwoslash} from "vitepress-plugin-twoslash";
|
|
147
|
-
import TwoSlashFloatingVue from "vitepress-plugin-twoslash/client";
|
|
148
|
-
|
|
149
|
-
// src/index.ts
|
|
150
|
-
var frameworkDefaults = {
|
|
151
|
-
base: "/docs/",
|
|
152
|
-
cleanUrls: true,
|
|
153
|
-
srcDir: p.projectPath("docs"),
|
|
154
|
-
outDir: p.projectStoragePath("framework/docs"),
|
|
155
|
-
cacheDir: p.projectStoragePath("framework/cache/docs"),
|
|
156
|
-
assetsDir: p.assetsPath(),
|
|
157
|
-
vite: {
|
|
158
|
-
envDir: p.projectPath(),
|
|
159
|
-
envPrefix: "FRONTEND_",
|
|
160
|
-
server: server2({
|
|
161
|
-
type: "docs"
|
|
162
|
-
}),
|
|
163
|
-
resolve: {
|
|
164
|
-
alias: alias2
|
|
165
|
-
},
|
|
166
|
-
plugins: [
|
|
167
|
-
{
|
|
168
|
-
name: "stacks-plugin",
|
|
169
|
-
configureServer(server3) {
|
|
170
|
-
server3.printUrls = () => {
|
|
171
|
-
console.log(` ${c.blue(c.bold("STACKS"))} ${c.blue(version)}`);
|
|
172
|
-
console.log(` ${c.green("\u279C")} ${c.bold("Docs")}: ${c.green("https://stacks.localhost/docs")}`);
|
|
173
|
-
console.log(` ${c.green("\u279C")} ${c.bold("Temp URL")}: ${c.green("http://stacksjs.test:3000")}`);
|
|
174
|
-
};
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
]
|
|
178
|
-
},
|
|
179
|
-
pwa: pwaDocs
|
|
180
|
-
};
|
|
181
|
-
var config3 = {
|
|
182
|
-
...frameworkDefaults,
|
|
183
|
-
...docs2
|
|
184
|
-
};
|
|
185
|
-
var src_default = withPwa(defineConfig(config3));
|
|
186
|
-
export {
|
|
187
|
-
twitter,
|
|
188
|
-
transformerTwoslash,
|
|
189
|
-
releases,
|
|
190
|
-
pwaFontsRegex,
|
|
191
|
-
pwaFontStylesRegex,
|
|
192
|
-
pwaDocs,
|
|
193
|
-
preconnectLinks,
|
|
194
|
-
preconnectHomeLinks,
|
|
195
|
-
ogUrl,
|
|
196
|
-
ogImage,
|
|
197
|
-
gstatic,
|
|
198
|
-
googleapis,
|
|
199
|
-
githubusercontentRegex,
|
|
200
|
-
github,
|
|
201
|
-
frameworkDefaults,
|
|
202
|
-
font,
|
|
203
|
-
discord,
|
|
204
|
-
src_default as default,
|
|
205
|
-
contributing,
|
|
206
|
-
TwoSlashFloatingVue
|
|
207
|
-
};
|
|
208
|
-
|
|
209
|
-
//# debugId=3900EE4EA64EB65B64756E2164756E21
|
|
4
|
+
//# debugId=617DBAB67F298E4264756E2164756E21
|
|
210
5
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"// noinspection ES6PreferShortImport: IntelliJ IDE hint to avoid warning to use `~/contributors`, will fail on build if changed\n\n/* Texts */\n// export const stacksName = 'Stacks'\n// export const stacksShortName = 'Stacks'\n// export const stacksDescription = 'Rapid application, cloud & library development framework'\n\n/* CDN fonts and styles */\nexport const googleapis = 'https://fonts.googleapis.com'\nexport const gstatic = 'https://fonts.gstatic.com'\nexport const font = `${googleapis}/css2?family=Readex+Pro:wght@200;400;600&display=swap`\n\n/* vitepress head */\nexport const ogUrl = 'https://stacksjs.org/'\nexport const ogImage = `${ogUrl}og.png`\n\n/* GitHub and social links */\nexport const github = 'https://github.com/stacksjs/stacks'\nexport const releases = 'https://github.com/stacksjs/stacks/releases'\nexport const contributing = 'https://github.com/stacksjs/stacks/blob/main/CONTRIBUTING.md'\nexport const discord = 'https://chat.stacksjs.org'\nexport const twitter = 'https://twitter.com/stacksjs'\n\n/* Avatar/Image/Sponsors servers */\nexport const preconnectLinks = [googleapis, gstatic]\nexport const preconnectHomeLinks = [googleapis, gstatic]\n\n/* PWA runtime caching urlPattern regular expressions */\nexport const pwaFontsRegex = new RegExp(`^${googleapis}/.*`, 'i')\nexport const pwaFontStylesRegex = new RegExp(`^${gstatic}/.*`, 'i')\nexport const githubusercontentRegex = /^https:\\/\\/((i.ibb.co)|((raw|user-images).githubusercontent.com))\\/.*/i\n",
|
|
8
8
|
"import { transformerTwoslash } from 'vitepress-plugin-twoslash'\nimport TwoSlashFloatingVue from 'vitepress-plugin-twoslash/client'\n\nexport { TwoSlashFloatingVue, transformerTwoslash }\n"
|
|
9
9
|
],
|
|
10
|
-
"mappings": ";AAAA,
|
|
11
|
-
"debugId": "
|
|
10
|
+
"mappings": "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",
|
|
11
|
+
"debugId": "617DBAB67F298E4264756E2164756E21",
|
|
12
12
|
"names": []
|
|
13
13
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/docs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.63.
|
|
4
|
+
"version": "0.63.1",
|
|
5
5
|
"description": "The Stacks way to document.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -46,14 +46,6 @@
|
|
|
46
46
|
"typecheck": "bun --bun tsc --noEmit",
|
|
47
47
|
"prepublishOnly": "bun run build"
|
|
48
48
|
},
|
|
49
|
-
"peerDependencies": {
|
|
50
|
-
"@stacksjs/alias": "latest",
|
|
51
|
-
"@stacksjs/config": "latest",
|
|
52
|
-
"@stacksjs/path": "latest",
|
|
53
|
-
"@stacksjs/server": "latest",
|
|
54
|
-
"vitepress": "1.3.3",
|
|
55
|
-
"vitepress-plugin-twoslash": "^0.10.2"
|
|
56
|
-
},
|
|
57
49
|
"dependencies": {
|
|
58
50
|
"@stacksjs/alias": "latest",
|
|
59
51
|
"@stacksjs/config": "latest",
|
|
@@ -64,6 +56,7 @@
|
|
|
64
56
|
},
|
|
65
57
|
"devDependencies": {
|
|
66
58
|
"@stacksjs/development": "latest",
|
|
59
|
+
"@vite-pwa/assets-generator": "^0.2.4",
|
|
67
60
|
"@vite-pwa/vitepress": "^0.5.0"
|
|
68
61
|
}
|
|
69
62
|
}
|