Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Apr 30, 2023
1 parent 049cb28 commit c5bd0cf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neon-rs",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"description": "@neon-rs workspace root",
"workspaces": [
"pkgs/cargo-messages",
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cargo-messages/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgs/cargo-messages/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cargo-messages",
"private": false,
"version": "0.0.8",
"version": "0.0.9",
"description": "A streaming reader for JSON messages emitted from Cargo.",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neon-rs/cli-source",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"description": "Command-line build tool for Neon modules.",
"type": "module",
"exports": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pkgs/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neon-rs/load",
"version": "0.0.8",
"version": "0.0.9",
"description": "Utilities for loading Neon modules.",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit c5bd0cf

Please sign in to comment.