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(js-connectors): fix typo in conversion.ts, update JS deps, bump npm version to 0.0.8 #4156

Merged
merged 3 commits into from
Aug 22, 2023

Conversation

jkomyno
Copy link
Contributor

@jkomyno jkomyno commented Aug 22, 2023

No description provided.

@jkomyno jkomyno marked this pull request as ready for review August 22, 2023 08:50
@jkomyno jkomyno requested a review from a team as a code owner August 22, 2023 08:50
@jkomyno jkomyno added this to the 5.2.0 milestone Aug 22, 2023
@@ -1,6 +1,6 @@
{
"name": "@jkomyno/prisma-js-connector-utils",
"version": "0.0.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The npm version was previously incremented locally with no publicly available commits. In fact, the previous published version was 0.0.7

@@ -1,7 +1,7 @@
import { ColumnTypeEnum, type ColumnType } from '@jkomyno/prisma-js-connector-utils'
import { types } from 'pg'

const NeonColumnType = types.builtins
const PgColumnType = types.builtins
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was a typo from a previous PR.

@codspeed-hq
Copy link

codspeed-hq bot commented Aug 22, 2023

CodSpeed Performance Report

Merging #4156 will not alter performance

Comparing chore/js-connectors-typo-and-npm-version (e309345) with main (2804dc9)

Summary

✅ 11 untouched benchmarks

@jkomyno jkomyno merged commit 98bd6d1 into main Aug 22, 2023
25 checks passed
@jkomyno jkomyno deleted the chore/js-connectors-typo-and-npm-version branch August 22, 2023 11:32
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