@gaearon/lex-builder 0.0.13 → 0.0.14

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/LICENSE.txt +7 -0
  2. package/package.json +5 -5
package/LICENSE.txt ADDED
@@ -0,0 +1,7 @@
1
+ Dual MIT/Apache-2.0 License
2
+
3
+ Copyright (c) 2022-2026 Bluesky Social 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gaearon/lex-builder",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "license": "MIT",
5
5
  "description": "TypeScript schema builder for AT Lexicons",
6
6
  "keywords": [
@@ -36,11 +36,11 @@
36
36
  }
37
37
  },
38
38
  "dependencies": {
39
- "@atproto/lex-document": "workspace:^",
40
- "@atproto/lex-schema": "workspace:^",
41
39
  "prettier": "^3.2.5",
42
40
  "ts-morph": "^27.0.0",
43
- "tslib": "^2.8.1"
41
+ "tslib": "^2.8.1",
42
+ "@atproto/lex-document": "^0.0.12",
43
+ "@atproto/lex-schema": "^0.0.11"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@ts-morph/common": "^0.28.0",
@@ -50,4 +50,4 @@
50
50
  "build": "tsc --build tsconfig.build.json",
51
51
  "test": "vitest run"
52
52
  }
53
- }
53
+ }