Skip to content

Commit c5750e6

Browse files
committedFeb 7, 2023
add --cors.private-network-access option
1 parent e94cea0 commit c5750e6

File tree

5 files changed

+30
-1677
lines changed

5 files changed

+30
-1677
lines changed
 

‎.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'
27-
- run: npm ci
27+
- run: npm install
2828
- run: npm test

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2022 Lloyd Brookes <75pound@gmail.com>
3+
Copyright (c) 2013-2023 Lloyd Brookes <75pound@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ $ npm install -g local-web-server
119119

120120
* * *
121121

122-
&copy; 2013-22 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).
122+
&copy; 2013-23 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

‎package-lock.json

+25-1,672
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lws-body-parser": "^3.0.0",
5252
"lws-compress": "^3.1.0",
5353
"lws-conditional-get": "^2.0.0",
54-
"lws-cors": "^4.1.2",
54+
"lws-cors": "^4.2.0",
5555
"lws-index": "^3.1.1",
5656
"lws-json": "^2.0.0",
5757
"lws-log": "^2.0.0",
@@ -63,7 +63,7 @@
6363
"lws-static": "^3.1.0"
6464
},
6565
"devDependencies": {
66-
"node-fetch": "^3.2.10",
66+
"node-fetch": "^3.3.0",
6767
"test-runner": "^0.10.1"
6868
}
6969
}

0 commit comments

Comments
 (0)
Please sign in to comment.