meadow 2.0.40 → 2.0.41
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/docs/_version.json +3 -3
- package/docs/index.html +6 -5
- package/docs/retold-catalog.json +11 -13
- package/docs/retold-keyword-index.json +3379 -3379
- package/package.json +1 -1
package/docs/_version.json
CHANGED
package/docs/index.html
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
7
|
-
<meta name="description" content="Meadow v2.0.
|
|
7
|
+
<meta name="description" content="Meadow v2.0.41 Documentation — A data access library.">
|
|
8
8
|
|
|
9
|
-
<title>Meadow v2.0.
|
|
9
|
+
<title>Meadow v2.0.41 Documentation</title>
|
|
10
10
|
|
|
11
11
|
<!-- KaTeX stylesheet for LaTeX equation rendering -->
|
|
12
12
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
|
|
@@ -26,12 +26,13 @@
|
|
|
26
26
|
<!-- The root container for the Pict application -->
|
|
27
27
|
<div id="Docuserve-Application-Container"></div>
|
|
28
28
|
|
|
29
|
-
<!-- Mermaid diagram rendering
|
|
29
|
+
<!-- Mermaid diagram rendering. pict-section-content (v0.1.8+) drives
|
|
30
|
+
initialization with theme: 'base' + themeVariables sourced
|
|
31
|
+
from --theme-color-* so diagrams follow the active theme. -->
|
|
30
32
|
<script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
|
|
31
|
-
<script>mermaid.initialize({ startOnLoad: false, theme: 'default' });</script>
|
|
32
33
|
<!-- KaTeX for LaTeX equation rendering -->
|
|
33
34
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.js"></script>
|
|
34
35
|
<!-- Load the Docuserve PICT Application Bundle from jsDelivr CDN -->
|
|
35
|
-
<script src="https://cdn.jsdelivr.net/npm/pict-docuserve@
|
|
36
|
+
<script src="https://cdn.jsdelivr.net/npm/pict-docuserve@1/dist/pict-docuserve.min.js" type="text/javascript"></script>
|
|
36
37
|
</body>
|
|
37
38
|
</html>
|
package/docs/retold-catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Generated": "2026-
|
|
2
|
+
"Generated": "2026-05-21T17:20:48.523Z",
|
|
3
3
|
"GitHubOrg": "stevenvelozo",
|
|
4
4
|
"DefaultBranch": "master",
|
|
5
5
|
"Groups": [
|
|
@@ -55,6 +55,16 @@
|
|
|
55
55
|
"Key": "dist",
|
|
56
56
|
"Description": "",
|
|
57
57
|
"Modules": [
|
|
58
|
+
{
|
|
59
|
+
"Name": "FableTest-RocksDB",
|
|
60
|
+
"Repo": "FableTest-RocksDB",
|
|
61
|
+
"Group": "dist",
|
|
62
|
+
"Branch": "master",
|
|
63
|
+
"HasDocs": false,
|
|
64
|
+
"HasCover": false,
|
|
65
|
+
"Sidebar": [],
|
|
66
|
+
"DocFiles": []
|
|
67
|
+
},
|
|
58
68
|
{
|
|
59
69
|
"Name": "indoctrinate_content_staging",
|
|
60
70
|
"Repo": "indoctrinate_content_staging",
|
|
@@ -106,18 +116,6 @@
|
|
|
106
116
|
"api/validateObject.md"
|
|
107
117
|
]
|
|
108
118
|
},
|
|
109
|
-
{
|
|
110
|
-
"Name": "css",
|
|
111
|
-
"Repo": "css",
|
|
112
|
-
"Group": "docs",
|
|
113
|
-
"Branch": "master",
|
|
114
|
-
"HasDocs": true,
|
|
115
|
-
"HasCover": false,
|
|
116
|
-
"Sidebar": [],
|
|
117
|
-
"DocFiles": [
|
|
118
|
-
"css/docuserve.css"
|
|
119
|
-
]
|
|
120
|
-
},
|
|
121
119
|
{
|
|
122
120
|
"Name": "providers",
|
|
123
121
|
"Repo": "providers",
|