Skip to content

Commit

Permalink
once again run update-cargo-messages on dist
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Mar 24, 2024
1 parent e4fb3ea commit f634cc4
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 60 deletions.
14 changes: 7 additions & 7 deletions dist/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
},
"homepage": "https://github.com/dherman/neon-rs#readme",
"optionalDependencies": {
"@cargo-messages/android-arm-eabi": "0.1.48",
"@cargo-messages/darwin-arm64": "0.1.48",
"@cargo-messages/darwin-x64": "0.1.48",
"@cargo-messages/linux-arm-gnueabihf": "0.1.48",
"@cargo-messages/linux-x64-gnu": "0.1.48",
"@cargo-messages/win32-arm64-msvc": "0.1.48",
"@cargo-messages/win32-x64-msvc": "0.1.48"
"@cargo-messages/android-arm-eabi": "0.1.51",
"@cargo-messages/darwin-arm64": "0.1.51",
"@cargo-messages/darwin-x64": "0.1.51",
"@cargo-messages/linux-arm-gnueabihf": "0.1.51",
"@cargo-messages/linux-x64-gnu": "0.1.51",
"@cargo-messages/win32-arm64-msvc": "0.1.51",
"@cargo-messages/win32-x64-msvc": "0.1.51"
}
}
18 changes: 9 additions & 9 deletions src/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"bundle": "bash bundle.sh",
"update-cargo-messages": "bash update-cargo-messages.sh",
"dist": "npm run bundle",
"dist": "npm run update-cargo-messages && npm run bundle",
"build": "tsc",
"pretest": "npm run build",
"prepack": "npm run build",
Expand Down Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@neon-rs/load": "^0.0.181",
"@neon-rs/manifest": "^0.0.5",
"cargo-messages": "^0.1.48",
"cargo-messages": "^0.1.51",
"chalk": "^5.2.0",
"command-line-args": "^5.2.1",
"command-line-commands": "^3.0.2",
Expand All @@ -65,12 +65,12 @@
"temp": "^0.9.4"
},
"optionalDependencies": {
"@cargo-messages/android-arm-eabi": "0.1.48",
"@cargo-messages/darwin-arm64": "0.1.48",
"@cargo-messages/darwin-x64": "0.1.48",
"@cargo-messages/linux-arm-gnueabihf": "0.1.48",
"@cargo-messages/linux-x64-gnu": "0.1.48",
"@cargo-messages/win32-arm64-msvc": "0.1.48",
"@cargo-messages/win32-x64-msvc": "0.1.48"
"@cargo-messages/android-arm-eabi": "0.1.51",
"@cargo-messages/darwin-arm64": "0.1.51",
"@cargo-messages/darwin-x64": "0.1.51",
"@cargo-messages/linux-arm-gnueabihf": "0.1.51",
"@cargo-messages/linux-x64-gnu": "0.1.51",
"@cargo-messages/win32-arm64-msvc": "0.1.51",
"@cargo-messages/win32-x64-msvc": "0.1.51"
}
}
2 changes: 1 addition & 1 deletion src/cli/src/commands/dist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createReadStream } from 'node:fs';
import { copyFile } from 'node:fs/promises';
import commandLineArgs from 'command-line-args';
import { Command, CommandDetail, CommandSection } from '../command.js';
import { CargoMessages, CargoReader } from 'cargo-messages';
import { CargoReader } from 'cargo-messages';
import { LibraryManifest } from '@neon-rs/manifest';
import { assertIsNodePlatform } from '@neon-rs/manifest/platform';

Expand Down
86 changes: 43 additions & 43 deletions src/package-lock.json

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

0 comments on commit f634cc4

Please sign in to comment.