create-rstack
Advanced tools
+10
-0
@@ -16,2 +16,7 @@ export declare type Argv = { | ||
| /** | ||
| * Collect AGENTS.md files from template directories | ||
| */ | ||
| export declare function collectAgentsFiles(agentsMdSearchDirs: string[]): string[]; | ||
| /** | ||
| * Copy files from one folder to another. | ||
@@ -51,2 +56,7 @@ * @param from Source folder | ||
| /** | ||
| * Merge AGENTS.md files from multiple sources | ||
| */ | ||
| export declare function mergeAgentsFiles(agentsFiles: string[]): string; | ||
| /** | ||
| * Merge two package.json files and keep the order of keys. | ||
@@ -53,0 +63,0 @@ * @param targetPackage Path to the base package.json file |
+1
-1
| { | ||
| "name": "create-rstack", | ||
| "version": "1.7.10", | ||
| "version": "1.7.11", | ||
| "description": "Create a new Rstack project", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
109102
0.3%2246
0.36%