@runcontext/site 0.4.2 → 0.4.4
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/astro/astro.config.mjs +13 -0
- package/astro/node_modules/.astro/data-store.json +1 -0
- package/astro/node_modules/.vite/deps/_metadata.json +31 -0
- package/astro/node_modules/.vite/deps/astro___aria-query.js +6776 -0
- package/astro/node_modules/.vite/deps/astro___aria-query.js.map +7 -0
- package/astro/node_modules/.vite/deps/astro___axobject-query.js +3754 -0
- package/astro/node_modules/.vite/deps/astro___axobject-query.js.map +7 -0
- package/astro/node_modules/.vite/deps/astro___cssesc.js +99 -0
- package/astro/node_modules/.vite/deps/astro___cssesc.js.map +7 -0
- package/astro/node_modules/.vite/deps/chunk-BUSYA2B4.js +8 -0
- package/astro/node_modules/.vite/deps/chunk-BUSYA2B4.js.map +7 -0
- package/astro/node_modules/.vite/deps/package.json +3 -0
- package/astro/src/components/Sidebar.astro +71 -0
- package/astro/src/components/TierBadge.astro +9 -0
- package/astro/src/components/Topbar.astro +42 -0
- package/astro/src/data/manifest.json +10839 -0
- package/astro/src/data/site-config.json +1 -0
- package/astro/src/layouts/Base.astro +461 -0
- package/astro/src/pages/glossary.astro +37 -0
- package/astro/src/pages/index.astro +98 -0
- package/astro/src/pages/models/[name]/rules.astro +87 -0
- package/astro/src/pages/models/[name]/schema.astro +82 -0
- package/astro/src/pages/models/[name].astro +181 -0
- package/astro/src/pages/owners/[id].astro +65 -0
- package/astro/src/pages/search.astro +108 -0
- package/astro/tsconfig.json +3 -0
- package/dist/build-index-MSTAYUC3.cjs +7 -0
- package/dist/build-index-MSTAYUC3.cjs.map +1 -0
- package/dist/build-index-UCDMZJZP.mjs +7 -0
- package/dist/build-index-UCDMZJZP.mjs.map +1 -0
- package/dist/chunk-BBC5HGNQ.cjs +65 -0
- package/dist/chunk-BBC5HGNQ.cjs.map +1 -0
- package/dist/chunk-WM73L4RO.mjs +65 -0
- package/dist/chunk-WM73L4RO.mjs.map +1 -0
- package/dist/index.cjs +84 -69
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +20 -8
- package/dist/index.d.ts +20 -8
- package/dist/index.mjs +81 -66
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[["Map",1,2],"meta::meta",["Map",3,4,5,6],"astro-version","5.18.0","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"compressHTML\":true,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"static\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"file\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":1},\"server\":{\"open\":false,\"host\":false,\"port\":4321,\"streaming\":true,\"allowedHosts\":[]},\"redirects\":{},\"image\":{\"endpoint\":{\"route\":\"/_image\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[],\"responsiveStyles\":false},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":{\"type\":\"shiki\",\"excludeLangs\":[\"math\"]},\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true,\"allowedDomains\":[],\"actionBodySizeLimit\":1048576},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":false,\"contentIntellisense\":false,\"headingIdCompat\":false,\"preserveScriptOrder\":false,\"liveContentCollections\":false,\"csp\":false,\"staticImportMetaEnv\":false,\"chromeDevtoolsWorkspace\":false,\"failOnPrerenderConflict\":false,\"svgo\":false},\"legacy\":{\"collections\":false}}"]
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"hash": "bc3a0217",
|
|
3
|
+
"configHash": "75ee71e1",
|
|
4
|
+
"lockfileHash": "45aa1399",
|
|
5
|
+
"browserHash": "2e7c7155",
|
|
6
|
+
"optimized": {
|
|
7
|
+
"astro > cssesc": {
|
|
8
|
+
"src": "../../../../../../node_modules/.pnpm/cssesc@3.0.0/node_modules/cssesc/cssesc.js",
|
|
9
|
+
"file": "astro___cssesc.js",
|
|
10
|
+
"fileHash": "5f76b753",
|
|
11
|
+
"needsInterop": true
|
|
12
|
+
},
|
|
13
|
+
"astro > aria-query": {
|
|
14
|
+
"src": "../../../../../../node_modules/.pnpm/aria-query@5.3.2/node_modules/aria-query/lib/index.js",
|
|
15
|
+
"file": "astro___aria-query.js",
|
|
16
|
+
"fileHash": "12933782",
|
|
17
|
+
"needsInterop": true
|
|
18
|
+
},
|
|
19
|
+
"astro > axobject-query": {
|
|
20
|
+
"src": "../../../../../../node_modules/.pnpm/axobject-query@4.1.0/node_modules/axobject-query/lib/index.js",
|
|
21
|
+
"file": "astro___axobject-query.js",
|
|
22
|
+
"fileHash": "99347193",
|
|
23
|
+
"needsInterop": true
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"chunks": {
|
|
27
|
+
"chunk-BUSYA2B4": {
|
|
28
|
+
"file": "chunk-BUSYA2B4.js"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|