-
Notifications
You must be signed in to change notification settings - Fork 6
Test QueryByExample queries against sibling credentials. #129
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
base: main
Are you sure you want to change the base?
Conversation
Got missed when `glob` was moved into `dependencies`.
Deploying vc-examples with
|
| Latest commit: |
e3cb3cd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://20996a1f.vc-examples.pages.dev |
| Branch Preview URL: | https://test-querybyexample.vc-examples.pages.dev |
8788d2c to
da1c5f9
Compare
da1c5f9 to
e3cb3cd
Compare
| console.error(e); | ||
| console.dir(credential); | ||
| console.dir(pointers); | ||
| process.exit(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be better to see all the errors. Can use the bail option to exit early.
| "devDependencies": { | ||
| "@11ty/eleventy-fetch": "^5.1.0", | ||
| "@digitalbazaar/eslint-config": "^7.0.1", | ||
| "@digitalbazaar/vc-querybyexample": "github:digitalbazaar/vc-querybyexample", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the plan to release that package first? It currently lacks some package infrastructure bits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, I see that was in the PR comment. Will leave here as reminder.
QueryByExampletests.Uses digitalbazaar/vc-querybyexample#1 so the
package.jsonreference will need to change once that's published.