Skip to content

Commit

Permalink
Merge pull request #44 from RegestaItalia/fixes
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
simonegaffurini authored Dec 4, 2024
2 parents 51bcfba + 14129a2 commit 7080231
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
18 changes: 9 additions & 9 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trm-client",
"version": "4.0.0",
"version": "4.0.1",
"description": "TRM (Transport Request Manager) Client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"ini": "^4.1.1",
"node-html-parser": "^6.1.13",
"semver": "^7.5.4",
"trm-core": "^6.1.14",
"trm-core": "^6.1.15",
"trm-registry-types": "^1.2.0",
"xml2js": "^0.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/commands/view.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ViewArguments } from "./arguments";
import { Logger, SystemConnector, TrmManifestDependency, TrmPackage } from "trm-core";
import { Logger, SystemConnector, TrmManifest, TrmManifestDependency, TrmPackage } from "trm-core";
import { CommandContext, viewRegistryPackage } from "./commons";
import { eq } from "semver";
import { View } from "trm-registry-types";
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ When a release is already published, the latest available manifest is used but c
Translation transport is only generated for packages that contain one or more objects with translations (unless skipped by flag).
Customizing transport is only generated if a valid list of customizing transports is provided (unless skipped by flag).
If a default manifest with dependencies is provided in conjunction with the automatic dependency generation, results will be merged.`)
.option(`-p, --private`, `Publish package with private visibility.`)
.option(`-np, --noPrompts`, `No prompts (will force some decisions).`, false)
.option(`-km, --keepLatestReleaseManifestValues`, `Keep the latest release (if exists) manifest values as defaults.`, true)
.option(`-nl, --noLanguageTransport`, `Skip language (translations) transport publish.`, false)
Expand Down

0 comments on commit 7080231

Please sign in to comment.