@localess/react 3.0.7-dev.20260512203425 → 3.0.7-dev.20260513180146

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 +2 -2
package/README.md CHANGED
@@ -110,7 +110,7 @@ localessInit({
110
110
  | `origin` | `string` | ✅ | — | Fully qualified domain with protocol (e.g., `https://my-localess.web.app`) |
111
111
  | `spaceId` | `string` | ✅ | — | Localess Space ID, found in Space settings |
112
112
  | `token` | `string` | ✅ | — | Localess API token (keep secret — server-side only) |
113
- | `version` | `'draft' \| string` | ❌ | `'published'` | Default content version |
113
+ | `version` | `'draft'` | ❌ | `'published'` | Default content version |
114
114
  | `debug` | `boolean` | ❌ | `false` | Enable debug logging |
115
115
  | `cacheTTL` | `number \| false` | ❌ | `300` | Cache TTL in **seconds** (default: 5 minutes). Set `false` to disable caching entirely — takes precedence over `fileSystemCache` |
116
116
  | `fileSystemCache` | `boolean` | ❌ | `false` | Use a file-system cache instead of the default in-memory cache. Shared across all processes pointing to the same working directory (e.g. Next.js parallel build workers). Respects `cacheTTL` for TTL value |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localess/react",
3
- "version": "3.0.7-dev.20260512203425",
3
+ "version": "3.0.7-dev.20260513180146",
4
4
  "description": "ReactJS JavaScript/TypeScript SDK for Localess's API.",
5
5
  "keywords": [
6
6
  "localess",
@@ -61,7 +61,7 @@
61
61
  "react-dom": "^17 || ^18 || ^19"
62
62
  },
63
63
  "dependencies": {
64
- "@localess/client": "3.0.7-dev.20260512203425",
64
+ "@localess/client": "3.0.7-dev.20260513180146",
65
65
  "@tiptap/extension-bold": "^3.22.5",
66
66
  "@tiptap/extension-bullet-list": "^3.22.5",
67
67
  "@tiptap/extension-code": "^3.22.5",