w-converhp 1.0.32 → 1.0.33
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/README.md +1 -1
- package/dist/w-converhp-client.umd.js +2 -8856
- package/dist/w-converhp-client.umd.js.map +1 -1
- package/dist/w-converhp-server.umd.js +2 -9034
- package/dist/w-converhp-server.umd.js.map +1 -1
- package/docs/WConverhpClient.html +4 -4
- package/docs/WConverhpClient.mjs.html +10 -4
- package/docs/WConverhpServer.html +1 -1
- package/docs/WConverhpServer.mjs.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +3 -3
- package/scla.mjs +3 -1
- package/sclb.mjs +2 -0
- package/src/WConverhpClient.mjs +9 -3
- package/toolg/gDistRollup.mjs +0 -1
package/README.md
CHANGED
|
@@ -224,7 +224,7 @@ wo.on('deliver', function(data) {
|
|
|
224
224
|
|
|
225
225
|
[Necessary] Add script for w-converhp-client.
|
|
226
226
|
```alias
|
|
227
|
-
<script src="https://cdn.jsdelivr.net/npm/w-converhp@1.0.
|
|
227
|
+
<script src="https://cdn.jsdelivr.net/npm/w-converhp@1.0.33/dist/w-converhp-client.umd.js"></script>
|
|
228
228
|
```
|
|
229
229
|
#### Example for w-converhp-client:
|
|
230
230
|
> **Link:** [[dev source code](https://github.com/yuda-lyu/w-converhp/blob/master/web.html)]
|