@atproto/bsky 0.0.12 → 0.0.13

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atproto/bsky
2
2
 
3
+ ## 0.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1788](https://github.com/bluesky-social/atproto/pull/1788) [`84e2d4d2`](https://github.com/bluesky-social/atproto/commit/84e2d4d2b6694f344d80c18672c78b650189d423) Thanks [@bnewbold](https://github.com/bnewbold)! - update license to "MIT or Apache2"
8
+
9
+ - Updated dependencies [[`ce49743d`](https://github.com/bluesky-social/atproto/commit/ce49743d7f8800d33116b88001d7b512553c2c89), [`84e2d4d2`](https://github.com/bluesky-social/atproto/commit/84e2d4d2b6694f344d80c18672c78b650189d423)]:
10
+ - @atproto/lexicon@0.3.0
11
+ - @atproto/xrpc-server@0.4.0
12
+ - @atproto/identity@0.3.1
13
+ - @atproto/common@0.3.3
14
+ - @atproto/crypto@0.2.3
15
+ - @atproto/syntax@0.1.4
16
+ - @atproto/repo@0.3.4
17
+ - @atproto/api@0.6.22
18
+
3
19
  ## 0.0.12
4
20
 
5
21
  ### Patch Changes
package/LICENSE.txt ADDED
@@ -0,0 +1,7 @@
1
+ Dual MIT/Apache-2.0 License
2
+
3
+ Copyright (c) 2022-2023 Bluesky PBC, and Contributors
4
+
5
+ Except as otherwise noted in individual files, this software is licensed under the MIT license (<http://opensource.org/licenses/MIT>), or the Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>).
6
+
7
+ Downstream projects and end users may chose either license individually, or both together, at their discretion. The motivation for this dual-licensing is the additional software patent assurance provided by Apache 2.0.
package/README.md CHANGED
@@ -7,4 +7,9 @@ TypeScript implementation of the `app.bsky` Lexicons backing the https://bsky.ap
7
7
 
8
8
  ## License
9
9
 
10
- MIT License
10
+ This project is dual-licensed under MIT and Apache 2.0 terms:
11
+
12
+ - MIT license ([LICENSE-MIT.txt](https://github.com/bluesky-social/atproto/blob/main/LICENSE-MIT.txt) or http://opensource.org/licenses/MIT)
13
+ - Apache License, Version 2.0, ([LICENSE-APACHE.txt](https://github.com/bluesky-social/atproto/blob/main/LICENSE-APACHE.txt) or http://www.apache.org/licenses/LICENSE-2.0)
14
+
15
+ Downstream projects and end users may chose either license individually, or both together, at their discretion. The motivation for this dual-licensing is the additional software patent assurance provided by Apache 2.0.
package/dist/index.js CHANGED
@@ -121307,7 +121307,7 @@ var schemaDict = {
121307
121307
  encoding: "application/json",
121308
121308
  schema: {
121309
121309
  type: "object",
121310
- required: ["handle", "email", "password"],
121310
+ required: ["handle"],
121311
121311
  properties: {
121312
121312
  email: {
121313
121313
  type: "string"
@@ -121330,7 +121330,7 @@ var schemaDict = {
121330
121330
  type: "string"
121331
121331
  },
121332
121332
  plcOp: {
121333
- type: "bytes"
121333
+ type: "unknown"
121334
121334
  }
121335
121335
  }
121336
121336
  }
@@ -121985,6 +121985,18 @@ var schemaDict = {
121985
121985
  main: {
121986
121986
  type: "procedure",
121987
121987
  description: "Reserve a repo signing key for account creation.",
121988
+ input: {
121989
+ encoding: "application/json",
121990
+ schema: {
121991
+ type: "object",
121992
+ properties: {
121993
+ did: {
121994
+ type: "string",
121995
+ description: "The did to reserve a new did:key for"
121996
+ }
121997
+ }
121998
+ }
121999
+ },
121988
122000
  output: {
121989
122001
  encoding: "application/json",
121990
122002
  schema: {
@@ -132358,7 +132370,7 @@ var schemaDict2 = {
132358
132370
  encoding: "application/json",
132359
132371
  schema: {
132360
132372
  type: "object",
132361
- required: ["handle", "email", "password"],
132373
+ required: ["handle"],
132362
132374
  properties: {
132363
132375
  email: {
132364
132376
  type: "string"
@@ -132381,7 +132393,7 @@ var schemaDict2 = {
132381
132393
  type: "string"
132382
132394
  },
132383
132395
  plcOp: {
132384
- type: "bytes"
132396
+ type: "unknown"
132385
132397
  }
132386
132398
  }
132387
132399
  }
@@ -133036,6 +133048,18 @@ var schemaDict2 = {
133036
133048
  main: {
133037
133049
  type: "procedure",
133038
133050
  description: "Reserve a repo signing key for account creation.",
133051
+ input: {
133052
+ encoding: "application/json",
133053
+ schema: {
133054
+ type: "object",
133055
+ properties: {
133056
+ did: {
133057
+ type: "string",
133058
+ description: "The did to reserve a new did:key for"
133059
+ }
133060
+ }
133061
+ }
133062
+ },
133039
133063
  output: {
133040
133064
  encoding: "application/json",
133041
133065
  schema: {