diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index d2f0aa1..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,33 +0,0 @@ -# Changelog - - -## v1.0.2 - - -### 🩹 Fixes - -- **ci:** Fix release command ([e1f5fcb](https://github.com/radyakaze/nuxt-proxy-party/commit/e1f5fcb)) - -### 🏡 Chore - -- **release:** V1.0.1 ([2990b63](https://github.com/radyakaze/nuxt-proxy-party/commit/2990b63)) - -### 🤖 CI - -- Add release ci/cd ([69d344a](https://github.com/radyakaze/nuxt-proxy-party/commit/69d344a)) - -### ❤️ Contributors - -- Pringgo Radianto - -## v1.0.1 - - -### 🤖 CI - -- Add release ci/cd ([69d344a](https://github.com/radyakaze/nuxt-proxy-party/commit/69d344a)) - -### ❤️ Contributors - -- Pringgo Radianto - diff --git a/README.md b/README.md index 38dbc76..dbbdff5 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ To install `Nuxt Proxy Party`, run the following command: ```bash -yarn add -D nuxt-proxy-party +yarn add -D @radya/nuxt-proxy-party ``` After installation, add the module to your `nuxt.config.ts`: ```typescript export default defineNuxtConfig({ - modules: ['nuxt-proxy-party'], + modules: ['@radya/nuxt-proxy-party'], }) ``` @@ -35,7 +35,7 @@ To use Nuxt Proxy Party, you need to define your proxy routes within the `server ## Simple ```typescript import { getCookie } from 'h3' -import { defineProxyParty } from 'nuxt-proxy-party/core' +import { defineProxyParty } from '@radya/nuxt-proxy-party/core' export default defineProxyParty([ { @@ -50,7 +50,7 @@ export default defineProxyParty([ ```typescript import { getCookie } from 'h3' -import { defineProxyParty } from 'nuxt-proxy-party/core' +import { defineProxyParty } from '@radya/nuxt-proxy-party/core' export default defineProxyParty([ { diff --git a/package.json b/package.json index 50954f3..041ee1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "nuxt-proxy-party", - "version": "1.0.2", + "name": "@radya/nuxt-proxy-party", + "version": "1.0.0", "description": "Nuxt HTTP proxy based on H3", "repository": "radyakaze/nuxt-proxy-party", "license": "MIT", diff --git a/template/server.config.tmpl b/template/server.config.tmpl index 8b5244c..ad1fb53 100644 --- a/template/server.config.tmpl +++ b/template/server.config.tmpl @@ -1,5 +1,5 @@ import { getCookie } from 'h3' -import { defineProxyParty } from 'nuxt-proxy-party/core' +import { defineProxyParty } from '@radya/nuxt-proxy-party/core' export default defineProxyParty([ { diff --git a/yarn.lock b/yarn.lock index 41ec980..586dfb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1824,6 +1824,30 @@ __metadata: languageName: node linkType: hard +"@radya/nuxt-proxy-party@workspace:.": + version: 0.0.0-use.local + resolution: "@radya/nuxt-proxy-party@workspace:." + dependencies: + "@nuxt/devtools": "npm:^1.3.9" + "@nuxt/eslint-config": "npm:^0.3.13" + "@nuxt/kit": "npm:^3.12.4" + "@nuxt/module-builder": "npm:^0.8.1" + "@nuxt/schema": "npm:^3.12.4" + "@nuxt/test-utils": "npm:^3.14.0" + "@types/node": "npm:^20.14.11" + "@vitest/ui": "npm:^2.0.5" + changelogen: "npm:^0.5.5" + citty: "npm:^0.1.6" + eslint: "npm:^9.7.0" + nuxt: "npm:^3.12.4" + typescript: "npm:latest" + vitest: "npm:^2.0.5" + vue-tsc: "npm:^2.0.26" + bin: + nuxt-proxy-party: ./dist/bin/index.mjs + languageName: unknown + linkType: soft + "@rollup/plugin-alias@npm:^5.0.0, @rollup/plugin-alias@npm:^5.1.0": version: 5.1.0 resolution: "@rollup/plugin-alias@npm:5.1.0" @@ -7140,30 +7164,6 @@ __metadata: languageName: node linkType: hard -"nuxt-proxy-party@workspace:.": - version: 0.0.0-use.local - resolution: "nuxt-proxy-party@workspace:." - dependencies: - "@nuxt/devtools": "npm:^1.3.9" - "@nuxt/eslint-config": "npm:^0.3.13" - "@nuxt/kit": "npm:^3.12.4" - "@nuxt/module-builder": "npm:^0.8.1" - "@nuxt/schema": "npm:^3.12.4" - "@nuxt/test-utils": "npm:^3.14.0" - "@types/node": "npm:^20.14.11" - "@vitest/ui": "npm:^2.0.5" - changelogen: "npm:^0.5.5" - citty: "npm:^0.1.6" - eslint: "npm:^9.7.0" - nuxt: "npm:^3.12.4" - typescript: "npm:latest" - vitest: "npm:^2.0.5" - vue-tsc: "npm:^2.0.26" - bin: - nuxt-proxy-party: ./dist/bin/index.mjs - languageName: unknown - linkType: soft - "nuxt@npm:^3.12.4": version: 3.12.4 resolution: "nuxt@npm:3.12.4"