Skip to content

Commit

Permalink
v0.1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 24, 2024
1 parent 799c9e6 commit 8ef8a82
Show file tree
Hide file tree
Showing 24 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion dist/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neon-rs/cli",
"version": "0.1.74",
"version": "0.1.75",
"description": "Command-line build tool for Neon modules.",
"type": "module",
"exports": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion dist/install/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "install",
"private": true,
"version": "0.1.74",
"version": "0.1.75",
"description": "Command-line tool to recursively run npm i or npm ci on a subfolder",
"main": "index.js"
}
8 changes: 4 additions & 4 deletions dist/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 dist/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dist",
"private": true,
"version": "0.1.74",
"version": "0.1.75",
"description": "Workspace tree for @neon-rs packages generated by a `dist` step.",
"workspaces": [
"install",
Expand Down
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.1.74",
"version": "0.1.75",
"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.

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.1.74",
"version": "0.1.75",
"description": "A streaming reader for JSON messages emitted from Cargo.",
"type": "module",
"exports": {
Expand Down
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.1.74",
"version": "0.1.75",
"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.1.74",
"version": "0.1.75",
"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.1.74",
"version": "0.1.75",
"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.1.74",
"version": "0.1.75",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/platforms/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cargo-messages/linux-arm64-gnu",
"description": "Prebuilt binary package for `cargo-messages` on `linux-arm64-gnu`.",
"version": "0.1.74",
"version": "0.1.75",
"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.1.74",
"version": "0.1.75",
"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.1.74",
"version": "0.1.75",
"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.1.74",
"version": "0.1.75",
"os": [
"win32"
],
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.1.74",
"version": "0.1.75",
"description": "Utilities for loading Neon modules.",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
8 changes: 4 additions & 4 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.1.74",
"version": "0.1.75",
"description": "Workspace tree for @neon-rs and related packages not requiring a `dist` step",
"workspaces": [
"load",
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.1.74",
"version": "0.1.75",
"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.1.74",
"version": "0.1.75",
"description": "Command-line tool to recursively run npm i or npm ci on a subfolder",
"main": "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 requiring a `dist` step",
"private": true,
"version": "0.1.74",
"version": "0.1.75",
"workspaces": [
"cli",
"install"
Expand Down

0 comments on commit 8ef8a82

Please sign in to comment.