@atproto/lex-installer 0.0.15 → 0.0.17

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,25 @@
1
1
  # @atproto/lex-installer
2
2
 
3
+ ## 0.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`39dea03`](https://github.com/bluesky-social/atproto/commit/39dea03c417a1da069962560505427a7aa25ad7a), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`39dea03`](https://github.com/bluesky-social/atproto/commit/39dea03c417a1da069962560505427a7aa25ad7a), [`39dea03`](https://github.com/bluesky-social/atproto/commit/39dea03c417a1da069962560505427a7aa25ad7a), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`39dea03`](https://github.com/bluesky-social/atproto/commit/39dea03c417a1da069962560505427a7aa25ad7a), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`cd9deb6`](https://github.com/bluesky-social/atproto/commit/cd9deb6f210b91661595398cb2ef70bc40eccabe), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df), [`ea5df64`](https://github.com/bluesky-social/atproto/commit/ea5df64db9e408d2b320f5f75eb2878aef6bc6df)]:
8
+ - @atproto/lex-schema@0.0.13
9
+ - @atproto/lex-document@0.0.14
10
+ - @atproto/lex-builder@0.0.16
11
+ - @atproto/lex-data@0.0.12
12
+ - @atproto/lex-resolver@0.0.15
13
+ - @atproto/lex-cbor@0.0.12
14
+
15
+ ## 0.0.16
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`619068f`](https://github.com/bluesky-social/atproto/commit/619068fb81203b3b43b632892bdcb0a5067f7fe4)]:
20
+ - @atproto/lex-builder@0.0.15
21
+ - @atproto/lex-resolver@0.0.14
22
+
3
23
  ## 0.0.15
4
24
 
5
25
  ### Patch Changes
@@ -92,7 +92,7 @@ export declare class LexInstaller implements AsyncDisposable {
92
92
  [x: string]: {
93
93
  type: "permission-set";
94
94
  permissions: {
95
- [x: string]: string | number | boolean | (string | number | boolean)[];
95
+ [x: string]: string | number | boolean | boolean[] | number[] | string[];
96
96
  type: "permission";
97
97
  resource: string;
98
98
  }[];
@@ -1234,7 +1234,7 @@ export declare class LexInstaller implements AsyncDisposable {
1234
1234
  main?: {
1235
1235
  type: "permission-set";
1236
1236
  permissions: {
1237
- [x: string]: string | number | boolean | (string | number | boolean)[];
1237
+ [x: string]: string | number | boolean | boolean[] | number[] | string[];
1238
1238
  type: "permission";
1239
1239
  resource: string;
1240
1240
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/lex-installer",
3
- "version": "0.0.15",
3
+ "version": "0.0.17",
4
4
  "license": "MIT",
5
5
  "description": "Lexicon document packet manager for AT Lexicons",
6
6
  "keywords": [
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "tslib": "^2.8.1",
40
- "@atproto/lex-cbor": "^0.0.11",
41
- "@atproto/lex-builder": "^0.0.14",
42
- "@atproto/lex-data": "^0.0.11",
43
- "@atproto/lex-document": "^0.0.13",
44
- "@atproto/lex-resolver": "^0.0.14",
45
- "@atproto/lex-schema": "^0.0.12",
40
+ "@atproto/lex-builder": "^0.0.16",
41
+ "@atproto/lex-cbor": "^0.0.12",
42
+ "@atproto/lex-data": "^0.0.12",
43
+ "@atproto/lex-document": "^0.0.14",
44
+ "@atproto/lex-resolver": "^0.0.15",
45
+ "@atproto/lex-schema": "^0.0.13",
46
46
  "@atproto/syntax": "^0.4.3"
47
47
  },
48
48
  "devDependencies": {