@linear/sdk 65.0.0 → 65.2.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.
package/README.md CHANGED
@@ -44,7 +44,7 @@ The Linear Client uses custom [GraphQL Code Generator](https://graphql-code-gene
44
44
 
45
45
  ### Structure
46
46
 
47
- This monorepo uses `yarn workspaces` and `lerna` to publish packages.
47
+ This monorepo uses `yarn workspaces` to manage and publish packages.
48
48
 
49
49
  Generated code uses file prefix `_generated` and should never be manually updated.
50
50
 
@@ -57,6 +57,8 @@ Open source packages:
57
57
 
58
58
  ### Get Started
59
59
 
60
+ Make sure you have Node 18+ and Corepack enabled (`corepack enable`).
61
+
60
62
  ```shell
61
63
  # install dependencies
62
64
  yarn