@trustify-da/trustify-da-javascript-client 0.3.0-ea.d84439a → 0.3.0-ea.dcb2120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -63,10 +63,8 @@ export default class Base_pyproject {
|
|
|
63
63
|
protected _cmdName(): string;
|
|
64
64
|
/**
|
|
65
65
|
* Resolve dependencies using the tool-specific command and parser.
|
|
66
|
-
*
|
|
67
66
|
* @param {string} manifestDir - directory containing the target pyproject.toml
|
|
68
|
-
* @param {string} workspaceDir - workspace root (where the lock file lives)
|
|
69
|
-
* only used by providers that need workspace-level resolution (e.g. uv)
|
|
67
|
+
* @param {string} workspaceDir - workspace root (where the lock file lives), or same as manifestDir for standalone projects
|
|
70
68
|
* @param {object} parsed - parsed pyproject.toml
|
|
71
69
|
* @param {Object} opts
|
|
72
70
|
* @returns {Promise<DependencyData>}
|
|
@@ -146,10 +146,8 @@ export default class Base_pyproject {
|
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
148
|
* Resolve dependencies using the tool-specific command and parser.
|
|
149
|
-
*
|
|
150
149
|
* @param {string} manifestDir - directory containing the target pyproject.toml
|
|
151
|
-
* @param {string} workspaceDir - workspace root (where the lock file lives)
|
|
152
|
-
* only used by providers that need workspace-level resolution (e.g. uv)
|
|
150
|
+
* @param {string} workspaceDir - workspace root (where the lock file lives), or same as manifestDir for standalone projects
|
|
153
151
|
* @param {object} parsed - parsed pyproject.toml
|
|
154
152
|
* @param {Object} opts
|
|
155
153
|
* @returns {Promise<DependencyData>}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trustify-da/trustify-da-javascript-client",
|
|
3
|
-
"version": "0.3.0-ea.
|
|
3
|
+
"version": "0.3.0-ea.dcb2120",
|
|
4
4
|
"description": "Code-Ready Dependency Analytics JavaScript API.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/guacsec/trustify-da-javascript-client#README.md",
|