@atproto/syntax
Advanced tools
Comparing version 0.1.3 to 0.1.4
# @atproto/syntax | ||
## 0.1.4 | ||
### Patch Changes | ||
- [#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" | ||
- Updated dependencies [[`84e2d4d2`](https://github.com/bluesky-social/atproto/commit/84e2d4d2b6694f344d80c18672c78b650189d423)]: | ||
- @atproto/common-web@0.2.3 | ||
## 0.1.3 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@atproto/syntax", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "MIT", | ||
@@ -20,3 +20,3 @@ "description": "Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc", | ||
"dependencies": { | ||
"@atproto/common-web": "^0.2.2" | ||
"@atproto/common-web": "^0.2.3" | ||
}, | ||
@@ -23,0 +23,0 @@ "browser": { |
@@ -72,2 +72,7 @@ # @atproto/syntax: validation helpers for identifier strings | ||
MIT | ||
This project is dual-licensed under MIT and Apache 2.0 terms: | ||
- MIT license ([LICENSE-MIT.txt](https://github.com/bluesky-social/atproto/blob/main/LICENSE-MIT.txt) or http://opensource.org/licenses/MIT) | ||
- 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) | ||
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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98763
78
1
80
Updated@atproto/common-web@^0.2.3