Skip to content

Commit

Permalink
modify: update pks
Browse files Browse the repository at this point in the history
  • Loading branch information
yuda-lyu committed Mar 20, 2024
1 parent c41bcfb commit 5f506fc
Show file tree
Hide file tree
Showing 17 changed files with 345 additions and 321 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -50,5 +50,6 @@ module.exports = {
'prefer-regex-literals': 'off',
'array-callback-return': 'off',
'no-unreachable-loop': 'off',
'vue/multi-word-component-names': 'off',
}
}
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -6,6 +6,7 @@ An operator for socket.io in nodejs and browser.
[![license](https://img.shields.io/npm/l/w-conversi.svg?style=flat)](https://npmjs.org/package/w-conversi)
[![gzip file size](http://img.badgesize.io/yuda-lyu/w-conversi/master/dist/w-conversi-server.umd.js.svg?compression=gzip)](https://github.com/yuda-lyu/w-conversi)
[![npm download](https://img.shields.io/npm/dt/w-conversi.svg)](https://npmjs.org/package/w-conversi)
[![npm download](https://img.shields.io/npm/dm/w-conversi.svg)](https://npmjs.org/package/w-conversi)
[![jsdelivr download](https://img.shields.io/jsdelivr/npm/hm/w-conversi.svg)](https://www.jsdelivr.com/package/npm/w-conversi)

## Documentation
Expand Down Expand Up @@ -154,7 +155,7 @@ wo.on('broadcast', function(data) {
[Necessary] Add script for w-conversi-client.
```alias
<script src="https://cdn.jsdelivr.net/npm/w-conversi@1.0.16/dist/w-conversi-client.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-conversi@1.0.17/dist/w-conversi-client.umd.js"></script>
```
#### Example for w-conversi-client:
> **Link:** [[dev source code](https://github.com/yuda-lyu/w-conversi/blob/master/web.html)]
Expand Down
4 changes: 2 additions & 2 deletions dist/w-conversi-client.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/w-conversi-client.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/w-conversi-server.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/w-conversi-server.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/WConversiClient.html
Expand Up @@ -1709,7 +1709,7 @@ <h5 class="h5-examples">Example</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Fri Mar 31 2023 15:12:07 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Mar 20 2024 23:53:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/WConversiClient.mjs.html
Expand Up @@ -46,7 +46,7 @@ <h1 class="page-title">WConversiClient.mjs</h1>
<section>
<article>
<pre class="prettyprint source linenums"><code>import SocketIOClient from 'socket.io-client'
import get from 'lodash/get'
import get from 'lodash-es/get'
import genPm from 'wsemi/src/genPm.mjs'
import genID from 'wsemi/src/genID.mjs'
import Evem from 'wsemi/src/evem.mjs'
Expand Down Expand Up @@ -558,7 +558,7 @@ <h1 class="page-title">WConversiClient.mjs</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Fri Mar 31 2023 15:12:07 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Mar 20 2024 23:53:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/WConversiServer.html
Expand Up @@ -1383,7 +1383,7 @@ <h5 class="h5-examples">Example</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Fri Mar 31 2023 15:12:07 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Mar 20 2024 23:53:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/WConversiServer.mjs.html
Expand Up @@ -49,7 +49,7 @@ <h1 class="page-title">WConversiServer.mjs</h1>
import Inert from '@hapi/inert' //提供靜態檔案
import { Server } from 'socket.io'
import events from 'events'
import get from 'lodash/get'
import get from 'lodash-es/get'
import ispint from 'wsemi/src/ispint.mjs'
import isestr from 'wsemi/src/isestr.mjs'
import cint from 'wsemi/src/cint.mjs'
Expand Down Expand Up @@ -510,7 +510,7 @@ <h1 class="page-title">WConversiServer.mjs</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Fri Mar 31 2023 15:12:07 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Mar 20 2024 23:53:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -71,7 +71,7 @@ <h3> </h3>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Fri Mar 31 2023 15:12:07 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Mar 20 2024 23:53:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down

0 comments on commit 5f506fc

Please sign in to comment.