Skip to content

Commit

Permalink
v0.0.168
Browse files Browse the repository at this point in the history
  • Loading branch information
David Herman committed Nov 27, 2023
1 parent 3cff3d3 commit 99ea58b
Show file tree
Hide file tree
Showing 21 changed files with 49 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.167",
"version": "0.0.168",
"description": "@neon-rs monorepo root",
"workspaces": [],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/npm/android-arm-eabi/package.json
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.167",
"version": "0.0.168",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/npm/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.167",
"version": "0.0.168",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/npm/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.167",
"version": "0.0.168",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/npm/linux-arm-gnueabihf/package.json
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.167",
"version": "0.0.168",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/npm/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.167",
"version": "0.0.168",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/npm/win32-arm64-msvc/package.json
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.167",
"version": "0.0.168",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/npm/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.167",
"version": "0.0.168",
"os": [
"win32"
],
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.167",
"version": "0.0.168",
"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,6 +1,6 @@
{
"name": "@neon-rs/cli",
"version": "0.0.167",
"version": "0.0.168",
"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.167",
"version": "0.0.168",
"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.167",
"version": "0.0.168",
"description": "Utilities for loading Neon modules.",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
112 changes: 23 additions & 89 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.167",
"version": "0.0.168",
"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.167",
"version": "0.0.168",
"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.167",
"version": "0.0.168",
"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.167",
"version": "0.0.168",
"workspaces": [
"cli",
"install"
Expand Down

0 comments on commit 99ea58b

Please sign in to comment.