@atproto/syntax 0.2.1-next.0 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -5
  2. package/package.json +2 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,17 @@
1
1
  # @atproto/syntax
2
2
 
3
- ## 0.2.1-next.0
3
+ ## 0.3.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
+
7
+ - [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies.
6
8
 
7
- - Overhaul of package builds, no longer bundling deps.
9
+ ## 0.2.1
10
+
11
+ ### Patch Changes
8
12
 
9
- - Updated dependencies []:
10
- - @atproto/common-web@0.2.4-next.0
13
+ - Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
14
+ - @atproto/common-web@0.2.4
11
15
 
12
16
  ## 0.2.0
13
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/syntax",
3
- "version": "0.2.1-next.0",
3
+ "version": "0.3.0",
4
4
  "license": "MIT",
5
5
  "description": "Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc",
6
6
  "keywords": [
@@ -17,9 +17,7 @@
17
17
  },
18
18
  "main": "dist/index.js",
19
19
  "types": "dist/index.d.ts",
20
- "dependencies": {
21
- "@atproto/common-web": "^0.2.4-next.0"
22
- },
20
+ "dependencies": {},
23
21
  "devDependencies": {
24
22
  "jest": "^28.1.2"
25
23
  },