w-orm-lmdb 1.0.22 → 1.0.24
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/.editorconfig +1 -1
- package/.jsdoc +24 -24
- package/dist/w-orm-lmdb.umd.js +1 -1
- package/docs/WOrmLmdb.html +1 -1
- package/docs/WOrmLmdb.mjs.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +3 -3
package/.editorconfig
CHANGED
package/.jsdoc
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tags": {
|
|
3
|
-
"allowUnknownTags":
|
|
4
|
-
},
|
|
5
|
-
"source": {
|
|
6
|
-
"include": ["src/", "server/"],
|
|
7
|
-
"includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
|
|
8
|
-
"excludePattern": "(node_modules/|docs)"
|
|
9
|
-
},
|
|
10
|
-
"plugins": [
|
|
11
|
-
"plugins/markdown",
|
|
12
|
-
"node_modules/jsdoc-vuejs"
|
|
13
|
-
],
|
|
14
|
-
"opts": {
|
|
15
|
-
"template": "node_modules/docdash",
|
|
16
|
-
"encoding": "utf8",
|
|
17
|
-
"destination": "docs/",
|
|
18
|
-
"recurse": true,
|
|
19
|
-
"verbose": true
|
|
20
|
-
},
|
|
21
|
-
"templates": {
|
|
22
|
-
"cleverLinks": false,
|
|
23
|
-
"monospaceLinks": false
|
|
24
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"allowUnknownTags": true
|
|
4
|
+
},
|
|
5
|
+
"source": {
|
|
6
|
+
"include": ["src/", "server/"],
|
|
7
|
+
"includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
|
|
8
|
+
"excludePattern": "(node_modules/|docs)"
|
|
9
|
+
},
|
|
10
|
+
"plugins": [
|
|
11
|
+
"plugins/markdown",
|
|
12
|
+
"node_modules/jsdoc-vuejs"
|
|
13
|
+
],
|
|
14
|
+
"opts": {
|
|
15
|
+
"template": "node_modules/docdash",
|
|
16
|
+
"encoding": "utf8",
|
|
17
|
+
"destination": "docs/",
|
|
18
|
+
"recurse": true,
|
|
19
|
+
"verbose": true
|
|
20
|
+
},
|
|
21
|
+
"templates": {
|
|
22
|
+
"cleverLinks": false,
|
|
23
|
+
"monospaceLinks": false
|
|
24
|
+
}
|
|
25
25
|
}
|
package/dist/w-orm-lmdb.umd.js
CHANGED
package/docs/WOrmLmdb.html
CHANGED
|
@@ -1937,7 +1937,7 @@ err為錯誤訊息字串,內容與正規管道所送出者一致。
|
|
|
1937
1937
|
<br class="clear">
|
|
1938
1938
|
|
|
1939
1939
|
<footer>
|
|
1940
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026
|
|
1940
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 23:34:01 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1941
1941
|
</footer>
|
|
1942
1942
|
|
|
1943
1943
|
<script>prettyPrint();</script>
|
package/docs/WOrmLmdb.mjs.html
CHANGED
|
@@ -1102,7 +1102,7 @@ export default WOrmLmdb
|
|
|
1102
1102
|
<br class="clear">
|
|
1103
1103
|
|
|
1104
1104
|
<footer>
|
|
1105
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026
|
|
1105
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 23:34:01 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1106
1106
|
</footer>
|
|
1107
1107
|
|
|
1108
1108
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<br class="clear">
|
|
72
72
|
|
|
73
73
|
<footer>
|
|
74
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 23:34:01 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-orm-lmdb",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"main": "dist/w-orm-lmdb.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"lmdb": "^3.5.6",
|
|
7
7
|
"mingo": "^7.2.4",
|
|
8
|
-
"wsemi": "^1.8.
|
|
8
|
+
"wsemi": "^1.8.77"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"w-package-tools": "^1.1.
|
|
11
|
+
"w-package-tools": "^1.1.13"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"test": "mocha --parallel --timeout 60000",
|