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

Replace SimplifiedJSON format with new JSON format #2

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

artwyman
Copy link
Collaborator

This is a placeholder WIP PR and won't build until a new @pcd/pod package is available.
This just changes the existing functionality to work as it is, but use the new rather than old JSON format, which affects the /api/mintPOD endpoint as well as the input of new template PODs.

This won't build until a new @pcd/pod package is available.
Fix errors from `deno check src/index.ts`
@artwyman
Copy link
Collaborator Author

I tried updating the dependencies and testing this, to see if it can run with the latest POD/GPC packages.

I was able to resolve all the compile errors flagged by deno check src/index.ts
However when I try to deno task dev there's still an import issue:

error: [ERR_MODULE_NOT_FOUND] Cannot find module 'file:///Users/artwyman/dev/pod-issuer/node_modules/.deno/[email protected]/node_modules/lodash/isEqual' imported from 'file:///Users/artwyman/dev/pod-issuer/node_modules/.deno/@[email protected]/node_modules/@pcd/gpc/dist/esm/src/gpcChecks.js'

Seems like something in deno isn't happy with the individual submodule imports for lodash? @ax0 any idea what's going on here?

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.

1 participant