Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yukotayuki committed Aug 8, 2024
1 parent db27992 commit 5c0aec2
Show file tree
Hide file tree
Showing 20 changed files with 8,106 additions and 5,773 deletions.
53 changes: 26 additions & 27 deletions THIRD_PARTY_LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@skyway-sdk/[email protected]beta3
@skyway-sdk/[email protected]beta4

MIT

Expand Down Expand Up @@ -29,7 +29,7 @@ SOFTWARE.

---

@skyway-sdk/[email protected].6
@skyway-sdk/[email protected].7

MIT

Expand Down Expand Up @@ -60,7 +60,7 @@ SOFTWARE.

---

@skyway-sdk/[email protected].0
@skyway-sdk/[email protected].1

MIT

Expand Down Expand Up @@ -122,7 +122,7 @@ SOFTWARE.

---

@skyway-sdk/[email protected].0
@skyway-sdk/[email protected].1

MIT

Expand Down Expand Up @@ -153,7 +153,7 @@ SOFTWARE.

---

@skyway-sdk/[email protected].0
@skyway-sdk/[email protected].1

MIT

Expand Down Expand Up @@ -184,7 +184,7 @@ SOFTWARE.

---

@skyway-sdk/[email protected].0
@skyway-sdk/[email protected].1

MIT

Expand Down Expand Up @@ -215,7 +215,7 @@ SOFTWARE.

---

@skyway-sdk/[email protected].6
@skyway-sdk/[email protected].7

MIT

Expand Down Expand Up @@ -246,7 +246,7 @@ SOFTWARE.

---

@skyway-sdk/[email protected].0
@skyway-sdk/[email protected].1

MIT

Expand Down Expand Up @@ -277,7 +277,7 @@ SOFTWARE.

---

@skyway-sdk/[email protected].4
@skyway-sdk/[email protected].5

MIT

Expand Down Expand Up @@ -308,7 +308,7 @@ SOFTWARE.

---

@skyway-sdk/[email protected].0
@skyway-sdk/[email protected].1

MIT

Expand Down Expand Up @@ -457,7 +457,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

---

[email protected].2
[email protected].3

MIT

Expand Down Expand Up @@ -552,7 +552,7 @@ THE SOFTWARE.

---

[email protected].5
[email protected].6

MIT

Expand Down Expand Up @@ -1336,33 +1336,32 @@ https://github.com/jsdom/whatwg-url

---

ws@7.5.9
ws@8.18.0

MIT

https://github.com/websockets/ws

The MIT License (MIT)

Copyright (c) 2011 Einar Otto Stangvik <[email protected]>
Copyright (c) 2013 Arnout Kazemier and contributors
Copyright (c) 2016 Luigi Pinca and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


---
Expand Down
2 changes: 1 addition & 1 deletion bundler/license.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { appendFile, readFile, unlink } from 'fs/promises';
import https from 'https';

export async function createLicenses() {
await $`npm i`;
await $`npm i --ws false`; // ignore npm's workspace to create node_modules; license-checker needs to read node_modules.

const deps = JSON.parse(
(await $`npx license-checker --json --production`).stdout
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/*"],
"version": "independent",
"npmClient": "npm",
"useWorkspaces": true
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading

0 comments on commit 5c0aec2

Please sign in to comment.