osury 0.17.2 → 0.17.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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -158,9 +158,11 @@ The library uses **sury-ppx** for code-first approach — `@schema` annotation a
158
158
 
159
159
  ## Demo Playground
160
160
 
161
- This repository includes a local demo website for codegen exploration.
161
+ Try it online: **[osury-production.up.railway.app](https://osury-production.up.railway.app/)**
162
162
 
163
- ### Run demo
163
+ This repository also includes a local demo for development:
164
+
165
+ ### Run locally
164
166
 
165
167
  ```bash
166
168
  npm run demo
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "osury",
3
3
  "type": "module",
4
4
  "description": "Generate ReScript types with Sury schemas from OpenAPI specifications",
5
- "version": "0.17.2",
5
+ "version": "0.17.3",
6
6
  "license": "MIT",
7
7
  "bin": {
8
8
  "osury": "bin/osury.mjs"