@vybestack/llxprt-code-agents 0.10.0-nightly.260613.bda4680cd
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/README.md +4 -0
- package/index.js +1 -0
- package/package.json +11 -0
package/README.md
ADDED
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
throw new Error('Placeholder nightly package created only to configure npm trusted publishing. Use a later nightly or release build.');
|
package/package.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@vybestack/llxprt-code-agents",
|
|
3
|
+
"version": "0.10.0-nightly.260613.bda4680cd",
|
|
4
|
+
"description": "Placeholder nightly package created to configure npm trusted publishing for llxprt-code.",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"private": false,
|
|
7
|
+
"type": "module",
|
|
8
|
+
"main": "index.js",
|
|
9
|
+
"files": ["index.js", "README.md"],
|
|
10
|
+
"publishConfig": { "access": "public" }
|
|
11
|
+
}
|