diff --git a/packages/config/package.json b/packages/config/package.json index e49e4c6..b792e0c 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@mcflyjs/config", - "version": "0.2.6", + "version": "0.2.7", "description": "Nitro configuration for McFly apps", "type": "module", "main": "index.js", @@ -11,13 +11,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ayoayco/McFly.git", + "url": "https://git.sr.ht/~ayoayco/mcfly", "directory": "packages/config" }, "author": "Ayo Ayco", "license": "MIT", "bugs": { - "url": "https://github.com/ayoayco/McFly/issues" + "url": "https://todo.sr.ht/~ayoayco/mcfly-todo" }, "homepage": "https://mcfly.js.org", "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index c0f242f..1734ba1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mcflyjs/core", - "version": "0.8.4", + "version": "0.8.5", "description": "McFly core package", "type": "module", "main": "index.js", @@ -15,13 +15,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ayoayco/McFly.git", + "url": "https://git.sr.ht/~ayoayco/mcfly", "directory": "packages/core" }, "author": "Ayo Ayco", "license": "MIT", "bugs": { - "url": "https://github.com/ayoayco/McFly/issues" + "url": "https://todo.sr.ht/~ayoayco/mcfly-todo" }, "homepage": "https://mcfly.js.org", "dependencies": { diff --git a/packages/create-mcfly/index.js b/packages/create-mcfly/index.js index 21daa9d..9579a0f 100755 --- a/packages/create-mcfly/index.js +++ b/packages/create-mcfly/index.js @@ -174,7 +174,7 @@ function showResults(directory, installDeps) { nextActions = nextActions.concat([ `Start the dev server with ${colorize('yellow', 'npm start')}`, - `Join us at ${colorize('blue', 'https://ayco.io/gh/McFly')}`, + `Join us at ${colorize('blue', 'https://ayco.io/sh/mcfly')}`, ]) const result = `🎉 Your new ${colorize( diff --git a/packages/create-mcfly/package.json b/packages/create-mcfly/package.json index e93053c..67f8215 100644 --- a/packages/create-mcfly/package.json +++ b/packages/create-mcfly/package.json @@ -1,6 +1,6 @@ { "name": "create-mcfly", - "version": "0.4.2", + "version": "0.4.3", "description": "Create a new McFly app", "type": "module", "bin": { @@ -17,13 +17,13 @@ }, "repository": { "type": "git", - "url": "https://github.com/ayoayco/McFly.git", + "url": "https://git.sr.ht/~ayoayco/mcfly", "directory": "packages/create-mcfly" }, "author": "Ayo Ayco", "license": "MIT", "bugs": { - "url": "https://github.com/ayoayco/McFly/issues" + "url": "https://todo.sr.ht/~ayoayco/mcfly-todo" }, "homepage": "https://mcfly.js.org", "dependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6260290..2a78315 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -120,8 +120,8 @@ importers: version: link:../packages/core devDependencies: typescript: - specifier: ^5 - version: 5.7.2 + specifier: ^5.7.3 + version: 5.7.3 templates/basic: dependencies: @@ -5313,11 +5313,6 @@ packages: typedarray-to-buffer@3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} - typescript@5.7.2: - resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.7.3: resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} engines: {node: '>=14.17'} @@ -11370,8 +11365,6 @@ snapshots: dependencies: is-typedarray: 1.0.0 - typescript@5.7.2: {} - typescript@5.7.3: {} ufo@1.4.0: {}