@lemonppt/cli 0.2.1 → 0.2.2
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/SKILL.md +1 -1
- package/dist/install-skill.js +2 -2
- package/package.json +5 -5
package/SKILL.md
CHANGED
package/dist/install-skill.js
CHANGED
|
@@ -48,8 +48,8 @@ function resolveCliWrapper(repoRoot) {
|
|
|
48
48
|
}
|
|
49
49
|
return {
|
|
50
50
|
type: 'published',
|
|
51
|
-
sh: `#!/bin/bash\nset -e\nexec npx
|
|
52
|
-
ps1: `#Requires -Version 5.1\n& npx
|
|
51
|
+
sh: `#!/bin/bash\nset -e\nexec npx lemonppt "$@"\n`,
|
|
52
|
+
ps1: `#Requires -Version 5.1\n& npx lemonppt @args\n`,
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
55
|
function resolveCliMarker(wrapper) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemonppt/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/lemonforme/lemonPPT#readme",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@lemonppt/agent-prompts": "0.2.
|
|
35
|
-
"@lemonppt/core": "0.2.
|
|
36
|
-
"@lemonppt/
|
|
37
|
-
"@lemonppt/
|
|
34
|
+
"@lemonppt/agent-prompts": "0.2.2",
|
|
35
|
+
"@lemonppt/core": "0.2.2",
|
|
36
|
+
"@lemonppt/themes": "0.2.2",
|
|
37
|
+
"@lemonppt/renderer": "0.2.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^20.0.0",
|