agntcy-dir 0.5.6 → 0.6.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -120,7 +120,7 @@ const jwtClient = new Client(jwtConfig, jwtTransport);
120
120
 
121
121
  ```bash
122
122
  # Clone the repository and start the server using Taskfile
123
- task server:start
123
+ DIRECTORY_SERVER_OASF_API_VALIDATION_SCHEMA_URL="https://schema.oasf.outshift.com/" task server:start
124
124
  ```
125
125
 
126
126
  **Option B: Custom Server**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agntcy-dir",
3
- "version": "0.5.6",
3
+ "version": "0.6.1",
4
4
  "description": "Directory SDK",
5
5
  "homepage": "https://github.com/agntcy/dir",
6
6
  "bugs": {