Skip to content

Conversation

cmwhited
Copy link
Collaborator

Description

Resolves #28

Update the package names to match the agreed upon convention:

This is the default/top-level pkg that 95% of users will import and use:

  • graph-framework -> @graphprotocol/graph-framework

These are sidecar packages that can be installed individually as needed, and are also re-exported under @graphprotocol/graph-framework

  • graph-framework-identity -> @graph-framework/identity
  • graph-framework-key -> @graph-framework/key
  • graph-framework-messages -> @graph-framework/messages
  • graph-framework-schema -> @graph-framework/schema
  • graph-framework-space-events -> @graph-framework/space-events
  • graph-framework-utils -> @graph-framework/utils

These names are what the packages will be published to npm under

@cmwhited cmwhited requested review from fubhy and nikgraf November 29, 2024 15:09
@cmwhited
Copy link
Collaborator Author

cmwhited commented Nov 29, 2024

This is a prerequisite to #59

Copy link
Collaborator

@nikgraf nikgraf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good 👍

package.json Outdated
"check": "pnpm -r check"
}
},
"packageManager": "[email protected]"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also lock down the node version to e.g. 22+?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. Updating

@cmwhited cmwhited merged commit 29b4f16 into main Nov 29, 2024
1 check passed
@cmwhited cmwhited deleted the chris.whited/feat-publish-pkg-names branch November 29, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update package publishable names

2 participants