@cappitolian/http-local-server-swifter 0.0.1 → 0.0.3

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @cappitolian/http-local-server
1
+ # @cappitolian/http-local-server-swifter
2
2
 
3
3
  A Capacitor plugin to run a local HTTP server on your device, allowing you to receive and respond to HTTP requests directly from Angular/JavaScript.
4
4
 
@@ -17,7 +17,7 @@ A Capacitor plugin to run a local HTTP server on your device, allowing you to re
17
17
 
18
18
  ## Installation
19
19
  ```bash
20
- npm install @cappitolian/http-local-server
20
+ npm install @cappitolian/http-local-server-swifter
21
21
  npx cap sync
22
22
  ```
23
23
 
@@ -27,7 +27,7 @@ npx cap sync
27
27
 
28
28
  ### Import
29
29
  ```typescript
30
- import { HttpLocalServerSwifter } from '@cappitolian/http-local-server';
30
+ import { HttpLocalServerSwifter } from '@cappitolian/http-local-server-swifter';
31
31
  ```
32
32
 
33
33
  ### Listen and Respond
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cappitolian/http-local-server-swifter",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Runs a local HTTP server on your device, accessible over LAN. Supports connect, disconnect, GET, and POST methods with IP and port discovery.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",