@lambdacurry/arbor 0.13.0 → 0.13.1
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.
- package/dist/arbor.js +1 -1
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -17002,7 +17002,7 @@ var ACTIONS = [
|
|
|
17002
17002
|
{
|
|
17003
17003
|
name: "get_artifact",
|
|
17004
17004
|
title: "Read an artifact",
|
|
17005
|
-
description: "Read an artifact: current source + version +
|
|
17005
|
+
description: "Read an artifact: current source + version + immutable versions[].id (artv_…), plus who edited and via what. READ BEFORE YOU EDIT — the version number you read is the baseVersion your edit must name. Use the matching versions[].id as artifactVersionId when publishing an AppBundle. Pass --version to read an old snapshot.",
|
|
17006
17006
|
inputSchema: {
|
|
17007
17007
|
artifactId: exports_external.string().describe("the artifact, art_…"),
|
|
17008
17008
|
version: exports_external.number().optional().describe("read this old snapshot instead of the current")
|
package/package.json
CHANGED