wowok 2.2.8 → 2.2.10

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.
Files changed (48) hide show
  1. package/NOTICE +4 -4
  2. package/README.md +0 -10
  3. package/THIRD_PARTY_LICENSES/MIT_LICENSE.txt +2 -2
  4. package/dist/cjs/w/call/guard-ins.js +1 -1
  5. package/dist/cjs/w/call/guard.d.ts +1 -1
  6. package/dist/cjs/w/call/guard.js +1 -1
  7. package/dist/cjs/w/call/permission.js +1 -1
  8. package/dist/cjs/w/call/service.d.ts +3 -3
  9. package/dist/cjs/w/call/service.js +1 -1
  10. package/dist/cjs/w/exception.js +1 -1
  11. package/dist/cjs/w/local/storage.d.ts +1 -1
  12. package/dist/cjs/w/local/storage.js +1 -1
  13. package/dist/cjs/w/messenger/pq/store-adapter.d.ts +1 -1
  14. package/dist/cjs/w/messenger/storage.d.ts +1 -1
  15. package/dist/cjs/w/messenger/storage.js +1 -1
  16. package/dist/cjs/w/query/object.d.ts +1 -1
  17. package/dist/cjs/w/query/object.js +1 -1
  18. package/dist/esm/w/call/guard-ins.js +1 -1
  19. package/dist/esm/w/call/guard.d.ts +1 -1
  20. package/dist/esm/w/call/guard.js +1 -1
  21. package/dist/esm/w/call/permission.js +1 -1
  22. package/dist/esm/w/call/service.d.ts +3 -3
  23. package/dist/esm/w/call/service.js +1 -1
  24. package/dist/esm/w/exception.js +1 -1
  25. package/dist/esm/w/local/storage.d.ts +1 -1
  26. package/dist/esm/w/local/storage.js +1 -1
  27. package/dist/esm/w/messenger/pq/store-adapter.d.ts +1 -1
  28. package/dist/esm/w/messenger/storage.d.ts +1 -1
  29. package/dist/esm/w/messenger/storage.js +1 -1
  30. package/dist/esm/w/query/object.d.ts +1 -1
  31. package/dist/esm/w/query/object.js +1 -1
  32. package/package.json +2 -15
  33. package/prebuilds/better-sqlite3-v12.9.0-node-v115-darwin-arm64.node +0 -0
  34. package/prebuilds/better-sqlite3-v12.9.0-node-v115-darwin-x64.node +0 -0
  35. package/prebuilds/better-sqlite3-v12.9.0-node-v115-linux-arm.node +0 -0
  36. package/prebuilds/better-sqlite3-v12.9.0-node-v115-linux-arm64.node +0 -0
  37. package/prebuilds/better-sqlite3-v12.9.0-node-v115-linux-x64.node +0 -0
  38. package/prebuilds/better-sqlite3-v12.9.0-node-v115-win32-arm64.node +0 -0
  39. package/prebuilds/better-sqlite3-v12.9.0-node-v115-win32-x64.node +0 -0
  40. package/prebuilds/better-sqlite3-v12.9.0-node-v127-darwin-arm64.node +0 -0
  41. package/prebuilds/better-sqlite3-v12.9.0-node-v127-darwin-x64.node +0 -0
  42. package/prebuilds/better-sqlite3-v12.9.0-node-v127-linux-arm.node +0 -0
  43. package/prebuilds/better-sqlite3-v12.9.0-node-v127-linux-arm64.node +0 -0
  44. package/prebuilds/better-sqlite3-v12.9.0-node-v127-linux-x64.node +0 -0
  45. package/prebuilds/better-sqlite3-v12.9.0-node-v127-win32-arm64.node +0 -0
  46. package/prebuilds/better-sqlite3-v12.9.0-node-v127-win32-x64.node +0 -0
  47. package/scripts/download-prebuilds.js +0 -252
  48. package/scripts/install-better-sqlite3.js +0 -377
package/NOTICE CHANGED
@@ -45,10 +45,10 @@ following components are used under their respective licenses:
45
45
  License: BSD-3-Clause
46
46
  Source: https://github.com/gildas-lormeau/zip.js
47
47
 
48
- 6. better-sqlite3
49
- Copyright: Joshua Wise
48
+ 6. libsql (libSQL)
49
+ Copyright: Turso and contributors
50
50
  License: MIT License
51
- Source: https://github.com/WiseLibs/better-sqlite3
51
+ Source: https://github.com/tursodatabase/libsql
52
52
 
53
53
  7. lodash
54
54
  Copyright: OpenJS Foundation and other contributors
@@ -85,7 +85,7 @@ The following components are licensed under the MIT License:
85
85
  - @scure/base
86
86
  - @scure/bip32
87
87
  - @scure/bip39
88
- - better-sqlite3
88
+ - libsql
89
89
  - lodash
90
90
  - valibot
91
91
 
package/README.md CHANGED
@@ -36,13 +36,3 @@ Skills help AI assistants use WoWok tools correctly:
36
36
  - **Safety & authorization** — User confirmation for important operations
37
37
 
38
38
  Once installed, Claude Code will automatically use these skills when working with WoWok.
39
-
40
- ## For Developers
41
-
42
- If you're building applications with WoWok, install the SDK:
43
-
44
- ```bash
45
- npm install wowok
46
- ```
47
-
48
- See [Documentation](https://github.com/wowok-ai/docs/) for detailed API reference.
@@ -22,8 +22,8 @@ The following software components are licensed under the MIT License:
22
22
  6. @scure/bip39 (https://github.com/paulmillr/scure-bip39)
23
23
  Copyright (c) 2022 Paul Miller (https://paulmillr.com)
24
24
 
25
- 7. better-sqlite3 (https://github.com/WiseLibs/better-sqlite3)
26
- Copyright (c) 2017 Joshua Wise
25
+ 7. libsql (https://github.com/tursodatabase/libsql)
26
+ Copyright (c) Turso and contributors
27
27
 
28
28
  8. lodash (https://github.com/lodash/lodash)
29
29
  Copyright (c) OpenJS Foundation and other contributors