Skip to content

Datastore fixes#171

Merged
calebjclark merged 3 commits intomainfrom
fixes
Feb 1, 2023
Merged

Datastore fixes#171
calebjclark merged 3 commits intomainfrom
fixes

Conversation

@blakebyrnes
Copy link
Contributor

@blakebyrnes blakebyrnes commented Feb 1, 2023

  • Fix datastore stack traces to reference the original path and not the temporary path
  • Fix schema validation of strings with format
  • Fix moment js rollups
  • Allow "safe" native node modules
  • Add typing to ulixee client
  • Fix fetch of tables with a query

seedlings: [
{ firstName: 'Caleb', lastName: 'Clark', isTester: true },
{ firstName: 'Blake', lastName: 'Byrnes' },
{ firstName: 'Caleb', lastName: 'Clark', birthdate: new Date('1982/09/30') },
Copy link
Contributor

Choose a reason for hiding this comment

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

YES!

Copy link
Contributor

@calebjclark calebjclark Feb 1, 2023

Choose a reason for hiding this comment

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

Although we might as well drop a full 10 years.

fix(datastore): fix datastore stack traces
feat(client): datastore typing
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.

2 participants

Comments