@farcaster/create-mini-app 0.1.1 → 0.1.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/CHANGELOG.md +6 -0
- package/package.json +7 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @farcaster/create-mini-app
|
|
2
2
|
|
|
3
|
+
## 0.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#559](https://github.com/farcasterxyz/miniapps/pull/559) [`5e466f0`](https://github.com/farcasterxyz/miniapps/commit/5e466f0649c3daddac75271993e540ee0daf8435) Thanks [@tybook](https://github.com/tybook)! - Test deploy via new CI auth method
|
|
8
|
+
|
|
3
9
|
## 0.1.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@farcaster/create-mini-app",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Create Farcaster Mini Apps with one command",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -15,10 +15,15 @@
|
|
|
15
15
|
"cli"
|
|
16
16
|
],
|
|
17
17
|
"license": "MIT",
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/farcasterxyz/miniapps.git",
|
|
21
|
+
"directory": "packages/create-mini-app"
|
|
22
|
+
},
|
|
18
23
|
"devDependencies": {
|
|
19
24
|
"@types/fs-extra": "^11.0.4",
|
|
20
25
|
"typescript": "^5.8.3",
|
|
21
|
-
"@farcaster/tsconfig": "0.1.
|
|
26
|
+
"@farcaster/tsconfig": "0.1.1"
|
|
22
27
|
},
|
|
23
28
|
"dependencies": {
|
|
24
29
|
"@clack/prompts": "^0.10.0",
|