create-playcademy 0.4.2 → 0.4.4-alpha.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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,4 +24,4 @@ This is a thin wrapper around `playcademy init`. All arguments are passed throug
|
|
|
24
24
|
|
|
25
25
|
This package enables the `create` command syntax by providing a `create-playcademy` binary that npm/bun/pnpm/yarn can discover and execute.
|
|
26
26
|
|
|
27
|
-
Under the hood, it
|
|
27
|
+
Under the hood, it programmatically imports and runs `runInit()` from `playcademy/cli`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-playcademy",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4-alpha.1",
|
|
4
4
|
"description": "Create a new Playcademy project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"pub": "bun publish.ts"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"playcademy": "0.17.
|
|
17
|
+
"playcademy": "0.17.4"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@inquirer/prompts": "^7.8.6",
|
|
21
21
|
"@playcademy/utils": "0.0.1",
|
|
22
22
|
"@types/bun": "latest",
|
|
23
23
|
"colorette": "^2.0.20",
|
|
24
|
-
"playcademy": "0.17.
|
|
24
|
+
"playcademy": "0.17.4"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"typescript": "^5"
|