mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-03-13 10:23:21 +00:00
Compare commits
2 Commits
react-v0.0
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ca94f3c8b | ||
|
|
c8667058a6 |
@ -187,7 +187,7 @@
|
|||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2018 Status Research & Development GmbH
|
Copyright [yyyy] [name of copyright owner]
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
14
LICENSE-MIT
14
LICENSE-MIT
@ -1,21 +1,21 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2021 Status Research & Development GmbH
|
Copyright © 2025-2026 Logos
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the “Software”), to deal
|
||||||
in the Software without restriction, including without limitation the rights
|
in the Software without restriction, including without limitation the rights
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
furnished to do so, subject to the following conditions:
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
The above copyright notice and this permission notice shall be included in
|
||||||
copies or substantial portions of the Software.
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
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
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
SOFTWARE.
|
THE SOFTWARE.
|
||||||
28
package-lock.json
generated
28
package-lock.json
generated
@ -33430,10 +33430,10 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@playwright/test": "^1.51.1",
|
"@playwright/test": "^1.51.1",
|
||||||
"@waku/discovery": "^0.0.11",
|
"@waku/discovery": "*",
|
||||||
"@waku/interfaces": "^0.0.33",
|
"@waku/interfaces": "*",
|
||||||
"@waku/sdk": "^0.0.34",
|
"@waku/sdk": "*",
|
||||||
"@waku/utils": "0.0.27",
|
"@waku/utils": "*",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"dotenv-flow": "^0.4.0",
|
"dotenv-flow": "^0.4.0",
|
||||||
"express": "^4.21.2",
|
"express": "^4.21.2",
|
||||||
@ -34782,26 +34782,6 @@
|
|||||||
"@types/deep-eql": "*"
|
"@types/deep-eql": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/rln/node_modules/@waku/message-encryption": {
|
|
||||||
"version": "0.0.37",
|
|
||||||
"resolved": "https://registry.npmjs.org/@waku/message-encryption/-/message-encryption-0.0.37.tgz",
|
|
||||||
"integrity": "sha512-8WmDxVnitqzxWrKRHdmHmOKk81LBh0OE9uLFzBNxirmH9G4uDx0va3+S4lazgCQ4kT0zKrsN8VldX0BfePTVDQ==",
|
|
||||||
"dev": true,
|
|
||||||
"license": "MIT OR Apache-2.0",
|
|
||||||
"dependencies": {
|
|
||||||
"@noble/secp256k1": "^1.7.1",
|
|
||||||
"@waku/core": "0.0.39",
|
|
||||||
"@waku/interfaces": "0.0.34",
|
|
||||||
"@waku/proto": "0.0.14",
|
|
||||||
"@waku/utils": "0.0.27",
|
|
||||||
"debug": "^4.3.4",
|
|
||||||
"js-sha3": "^0.9.2",
|
|
||||||
"uint8arrays": "^5.0.1"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=22"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"packages/rln/node_modules/@waku/message-encryption/node_modules/@waku/core": {
|
"packages/rln/node_modules/@waku/message-encryption/node_modules/@waku/core": {
|
||||||
"version": "0.0.39",
|
"version": "0.0.39",
|
||||||
"resolved": "https://registry.npmjs.org/@waku/core/-/core-0.0.39.tgz",
|
"resolved": "https://registry.npmjs.org/@waku/core/-/core-0.0.39.tgz",
|
||||||
|
|||||||
@ -18,10 +18,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@playwright/test": "^1.51.1",
|
"@playwright/test": "^1.51.1",
|
||||||
"@waku/discovery": "^0.0.11",
|
"@waku/discovery": "*",
|
||||||
"@waku/interfaces": "^0.0.33",
|
"@waku/interfaces": "*",
|
||||||
"@waku/sdk": "^0.0.34",
|
"@waku/sdk": "*",
|
||||||
"@waku/utils": "0.0.27",
|
"@waku/utils": "*",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"dotenv-flow": "^0.4.0",
|
"dotenv-flow": "^0.4.0",
|
||||||
"express": "^4.21.2",
|
"express": "^4.21.2",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user