@linkforty/core 1.4.1 → 1.4.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,7 +60,7 @@ git clone https://github.com/linkforty/core.git
60
60
  cd core/examples
61
61
 
62
62
  # Start services
63
- docker-compose up -d
63
+ docker compose up -d
64
64
 
65
65
  # Server will be available at http://localhost:3000
66
66
  ```
@@ -386,7 +386,7 @@ For local development or self-managed infrastructure:
386
386
  ```bash
387
387
  git clone https://github.com/linkforty/core.git
388
388
  cd core/examples
389
- docker-compose up -d
389
+ docker compose up -d
390
390
  ```
391
391
 
392
392
  See [`examples/docker-compose.yml`](examples/docker-compose.yml) for complete Docker setup.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linkforty/core",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "type": "module",
5
5
  "description": "Open-source deeplink management engine with device detection and analytics",
6
6
  "main": "dist/index.js",