Skip to content

Commit

Permalink
v0.0.183
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Dec 24, 2023
1 parent 19d9f6b commit cbc4d17
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 115 deletions.
4 changes: 2 additions & 2 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.182",
"version": "0.0.183",
"description": "@neon-rs monorepo root",
"workspaces": [],
"scripts": {
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.

4 changes: 2 additions & 2 deletions 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.182",
"version": "0.0.183",
"description": "A streaming reader for JSON messages emitted from Cargo.",
"type": "module",
"exports": {
Expand Down Expand Up @@ -68,4 +68,4 @@
"@cargo-messages/win32-arm64-msvc": "0.0.182",
"@cargo-messages/win32-x64-msvc": "0.0.182"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cargo-messages/android-arm-eabi",
"description": "Prebuilt binary package for `cargo-messages` on `android-arm-eabi`.",
"version": "0.0.182",
"version": "0.0.183",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/platforms/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cargo-messages/darwin-arm64",
"description": "Prebuilt binary package for `cargo-messages` on `darwin-arm64`.",
"version": "0.0.182",
"version": "0.0.183",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/platforms/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cargo-messages/darwin-x64",
"description": "Prebuilt binary package for `cargo-messages` on `darwin-x64`.",
"version": "0.0.182",
"version": "0.0.183",
"os": [
"darwin"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cargo-messages/linux-arm-gnueabihf",
"description": "Prebuilt binary package for `cargo-messages` on `linux-arm-gnueabihf`.",
"version": "0.0.182",
"version": "0.0.183",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/platforms/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cargo-messages/linux-x64-gnu",
"description": "Prebuilt binary package for `cargo-messages` on `linux-x64-gnu`.",
"version": "0.0.182",
"version": "0.0.183",
"os": [
"linux"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cargo-messages/win32-arm64-msvc",
"description": "Prebuilt binary package for `cargo-messages` on `win32-arm64-msvc`.",
"version": "0.0.182",
"version": "0.0.183",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/platforms/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cargo-messages/win32-x64-msvc",
"description": "Prebuilt binary package for `cargo-messages` on `win32-x64-msvc`.",
"version": "0.0.182",
"version": "0.0.183",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neon-rs/cli",
"version": "0.0.182",
"version": "0.0.183",
"description": "Command-line build tool for Neon modules.",
"type": "module",
"exports": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion pkgs/install/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "install",
"private": true,
"version": "0.0.182",
"version": "0.0.183",
"description": "Command-line tool to recursively run npm i or npm ci on a subfolder",
"main": "index.js"
}
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.182",
"version": "0.0.183",
"description": "Utilities for loading Neon modules.",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
115 changes: 27 additions & 88 deletions pkgs/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/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pkgs",
"private": true,
"version": "0.0.182",
"version": "0.0.183",
"description": "workspace root for all publishable @neon-rs and related packages",
"workspaces": [
"install",
Expand Down
4 changes: 2 additions & 2 deletions src/cli/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 src/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neon-rs/cli",
"private": true,
"version": "0.0.182",
"version": "0.0.183",
"description": "Command-line build tool for Neon modules.",
"type": "module",
"exports": "./dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/install/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "install",
"private": true,
"version": "0.0.182",
"version": "0.0.183",
"description": "Command-line tool to recursively run npm i or npm ci on a subfolder",
"main": "./dist/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions src/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 src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "src",
"description": "Workspace tree of source packages to be bundled with ncc",
"private": true,
"version": "0.0.182",
"version": "0.0.183",
"workspaces": [
"cli",
"install"
Expand Down

0 comments on commit cbc4d17

Please sign in to comment.