w-converhp 1.0.29 → 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/.github/workflows/ci-test.yml +2 -1
- package/README.md +1 -2
- package/SECURITY.md +5 -0
- package/dist/w-converhp-client.umd.js +2 -8485
- package/dist/w-converhp-client.umd.js.map +1 -1
- package/dist/w-converhp-server.umd.js +2 -9013
- 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 +9 -9
- package/scla.mjs +3 -1
- package/sclb.mjs +2 -0
- package/src/WConverhpClient.mjs +9 -3
- package/toolg/gDistRollup.mjs +0 -1
- package/web.html +1 -1
- package/zdata.b1 +1 -0
|
@@ -9,7 +9,7 @@ jobs:
|
|
|
9
9
|
|
|
10
10
|
strategy:
|
|
11
11
|
matrix:
|
|
12
|
-
node-version: [
|
|
12
|
+
node-version: [16.x]
|
|
13
13
|
|
|
14
14
|
steps:
|
|
15
15
|
- uses: actions/checkout@v2
|
|
@@ -17,6 +17,7 @@ jobs:
|
|
|
17
17
|
uses: actions/setup-node@v1
|
|
18
18
|
with:
|
|
19
19
|
node-version: ${{ matrix.node-version }}
|
|
20
|
+
- run: npm cache clean -f
|
|
20
21
|
- run: npm install
|
|
21
22
|
- run: npm test
|
|
22
23
|
env:
|
package/README.md
CHANGED
|
@@ -3,7 +3,6 @@ An operator for hapi in nodejs and browser.
|
|
|
3
3
|
|
|
4
4
|

|
|
5
5
|
[](https://npmjs.org/package/w-converhp)
|
|
6
|
-
[](https://travis-ci.org/yuda-lyu/w-converhp)
|
|
7
6
|
[](https://npmjs.org/package/w-converhp)
|
|
8
7
|
[](https://github.com/yuda-lyu/w-converhp)
|
|
9
8
|
[](https://npmjs.org/package/w-converhp)
|
|
@@ -225,7 +224,7 @@ wo.on('deliver', function(data) {
|
|
|
225
224
|
|
|
226
225
|
[Necessary] Add script for w-converhp-client.
|
|
227
226
|
```alias
|
|
228
|
-
<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>
|
|
229
228
|
```
|
|
230
229
|
#### Example for w-converhp-client:
|
|
231
230
|
> **Link:** [[dev source code](https://github.com/yuda-lyu/w-converhp/blob/master/web.html)]
|