Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: deprecates @dfinity/authentication #661

Merged
merged 11 commits into from Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -66,6 +66,17 @@ Until we have an internal process and centrally owned canister, docs can be rele

Note - you may need to ask to be added as a controller for the wallet that owns the docs until this job is moved to CI

### Deprecation

We retain deprecated packages in the packages directory for historical purposes. To deprecate a package, follow these steps

- Remove all contents except the package.json, license, and readme
- Add a note to the README saying `**Warning** this package is deprecated`
- Remove unnecessary content, dependencies, and metadata from the package.json
- add a `"deprecation"` tag to the package.json with instructions you want users to follow in migrating
- remove the package as a workspace from the root `package.json`
- the next time that agent-js releases, manually publish a new version of newly deprecated packages by incrementing the patch version and running `npm publish`

### GitHub Actions

GitHub Actions for this repo are configured in [./.github/workflows](./.github/workflows).
Expand Down
1 change: 0 additions & 1 deletion demos/ledgerhq/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions demos/ledgerhq/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions demos/ledgerhq/package.json

This file was deleted.

163 changes: 0 additions & 163 deletions demos/ledgerhq/src/index.html

This file was deleted.

105 changes: 0 additions & 105 deletions demos/ledgerhq/src/main.js

This file was deleted.

57 changes: 0 additions & 57 deletions demos/ledgerhq/webpack.config.js

This file was deleted.