@atproto/pds 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/LICENSE +1 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atproto/pds
2
2
 
3
+ ## 0.1.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80)]:
8
+ - @atproto/syntax@0.1.1
9
+ - @atproto/api@0.6.14
10
+ - @atproto/lexicon@0.2.1
11
+ - @atproto/repo@0.3.1
12
+ - @atproto/xrpc@0.3.1
13
+ - @atproto/xrpc-server@0.3.1
14
+
3
15
  ## 0.1.13
4
16
 
5
17
  ### Patch Changes
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022-2023 Bluesky PBLLC
3
+ Copyright (c) 2022-2023 Bluesky PBC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/pds",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,15 +38,15 @@
38
38
  "typed-emitter": "^2.1.0",
39
39
  "uint8arrays": "3.0.0",
40
40
  "zod": "^3.21.4",
41
- "@atproto/api": "^0.6.13",
41
+ "@atproto/api": "^0.6.14",
42
42
  "@atproto/common": "^0.3.0",
43
43
  "@atproto/crypto": "^0.2.2",
44
44
  "@atproto/identity": "^0.2.0",
45
- "@atproto/lexicon": "^0.2.0",
46
- "@atproto/repo": "^0.3.0",
47
- "@atproto/syntax": "^0.1.0",
48
- "@atproto/xrpc": "^0.3.0",
49
- "@atproto/xrpc-server": "^0.3.0"
45
+ "@atproto/lexicon": "^0.2.1",
46
+ "@atproto/repo": "^0.3.1",
47
+ "@atproto/syntax": "^0.1.1",
48
+ "@atproto/xrpc": "^0.3.1",
49
+ "@atproto/xrpc-server": "^0.3.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@did-plc/server": "^0.0.1",
@@ -59,10 +59,10 @@
59
59
  "@types/qs": "^6.9.7",
60
60
  "@types/sharp": "^0.31.0",
61
61
  "axios": "^0.27.2",
62
- "@atproto/api": "^0.6.13",
63
- "@atproto/bsky": "^0.0.4",
64
- "@atproto/dev-env": "^0.2.4",
65
- "@atproto/lex-cli": "^0.2.0"
62
+ "@atproto/api": "^0.6.14",
63
+ "@atproto/bsky": "^0.0.5",
64
+ "@atproto/dev-env": "^0.2.5",
65
+ "@atproto/lex-cli": "^0.2.1"
66
66
  },
67
67
  "scripts": {
68
68
  "codegen": "lex gen-server ./src/lexicon ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/*",