w-orm-lmdb 1.0.23 → 1.0.25

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 CHANGED
@@ -4,6 +4,6 @@ root = true
4
4
  charset = utf-8
5
5
  indent_style = space
6
6
  indent_size = 4
7
- end_of_line = lf
7
+ end_of_line = crlf
8
8
  insert_final_newline = true
9
9
  trim_trailing_whitespace = true
package/.jsdoc CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "tags": {
3
- "allowUnknownTags": false
3
+ "allowUnknownTags": true
4
4
  },
5
5
  "source": {
6
- "include": ["src/", "server/"],
6
+ "include": ["src/"],
7
7
  "includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
8
8
  "excludePattern": "(node_modules/|docs)"
9
9
  },
@@ -22,4 +22,4 @@
22
22
  "cleverLinks": false,
23
23
  "monospaceLinks": false
24
24
  }
25
- }
25
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-orm-lmdb v1.0.23
2
+ * w-orm-lmdb v1.0.25
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -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 16:11:27 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1940
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 23:50:59 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1941
1941
  </footer>
1942
1942
 
1943
1943
  <script>prettyPrint();</script>
@@ -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 16:11:27 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1105
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 23:50:59 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 16:11:27 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
74
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 23:50:59 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.23",
3
+ "version": "1.0.25",
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.76"
8
+ "wsemi": "^1.8.78"
9
9
  },
10
10
  "devDependencies": {
11
- "w-package-tools": "^1.1.12"
11
+ "w-package-tools": "^1.1.14"
12
12
  },
13
13
  "scripts": {
14
14
  "test": "mocha --parallel --timeout 60000",