@oxy.so/protocol 1.0.0 → 1.1.0
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/LICENSE +675 -201
- package/NOTICE +7 -2
- package/dist/cjs/.tsbuildinfo +1 -1
- package/dist/cjs/auth/registrationPow.js +149 -0
- package/dist/cjs/index.js +9 -1
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/auth/registrationPow.js +143 -0
- package/dist/esm/index.js +4 -0
- package/dist/types/.tsbuildinfo +1 -1
- package/dist/types/auth/registrationPow.d.ts +102 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +3 -3
- package/src/__tests__/registrationPow.test.ts +73 -0
- package/src/auth/registrationPow.ts +146 -0
- package/src/index.ts +10 -0
package/NOTICE
CHANGED
|
@@ -4,8 +4,13 @@
|
|
|
4
4
|
Copyright (c) 2025-present The Oxy Collective, Inc.
|
|
5
5
|
============================================================================
|
|
6
6
|
|
|
7
|
-
This product is licensed under the
|
|
8
|
-
LICENSE file in this directory.
|
|
7
|
+
This product is licensed under the Breathe License 1.0, license identifier
|
|
8
|
+
LicenseRef-Breathe-1.0. See the LICENSE file in this directory. Commercial
|
|
9
|
+
terms are available at
|
|
10
|
+
https://github.com/OxyHQ/.github/blob/main/LICENSE-COMMERCIAL.md
|
|
11
|
+
|
|
12
|
+
Attribution under Section 3.1 of the Breathe License is required of
|
|
13
|
+
everyone, including paying commercial licensees, and cannot be waived.
|
|
9
14
|
|
|
10
15
|
----------------------------------------------------------------------------
|
|
11
16
|
THIRD PARTY COMPONENTS
|