wowok 1.6.79 → 1.6.80

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 (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,8 +28,9 @@ The protocol address may change due to protocol upgrade. Please update the SDK t
28
28
  * Encrypted personal information transfer and order management
29
29
  * Support compensation and dispute voting arbitration
30
30
 
31
- #### [How can social resources collaborate to meet a Kenya 10-day personalized travel dream](https://github.com/wowok-ai/examples/tree/main/kenya)
32
- * Demand + Service + Machine/Progress + Order + Permission + Treasury + Arbitration
31
+ #### [How can social resources collaborate to meet an Iceland personalized travel dream](https://github.com/wowok-ai/examples/tree/main/travel)
32
+ * Service + Machine/Progress + Order + Permission + Treasury + Arbitration
33
+ * Multi-Services, and Travel's supply chain is integrated with the purchase of insurance on behalf of Travel
33
34
 
34
35
  #### [See more examples...](https://github.com/wowok-ai/examples)
35
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wowok",
3
- "version": "1.6.79",
3
+ "version": "1.6.80",
4
4
  "description": "Create, collaborate, and transact on your own terms with the AI-driven web3 collaboration protocol.",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",