@contember/react-client
Advanced tools
Comparing version 0.8.0-alpha.2.1 to 0.8.0-alpha.2.2
{ | ||
"name": "@contember/react-client", | ||
"license": "Apache-2.0", | ||
"version": "0.8.0-alpha.2.1", | ||
"version": "0.8.0-alpha.2.2", | ||
"type": "module", | ||
@@ -21,3 +21,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@contember/client": "0.8.0-alpha.2.1" | ||
"@contember/client": "0.8.0-alpha.2.2" | ||
}, | ||
@@ -31,3 +31,4 @@ "peerDependencies": { | ||
"build:api:prod": "api-extractor run" | ||
} | ||
}, | ||
"readme": "# `@contember/react-client`\n\n## Usage\nIf you wish to communicate with any Contember API, wrap your code with the `ContemberClient` component:\n```tsx\nimport { ContemberClient } from '@contember/react-client'\n\n<ContemberClient\n\tapiBaseUrl=\"https://api.example.com\"\n\tproject=\"PROJECT-SLUG\"\n\tsessionToken=\"SESSION-TOKEN\"\n\tstage=\"STAGE-SLUG\"\n>\n ...\n</ContemberClient>\n```\n\n## Notable APIs\nYou'll have to look at the code for now, sorry.\n- `<RichTextRenderer />`\n- `useFileUpload`\n- `useContentApiRequest` / `useTenantApiRequest` / `useSystemApiRequest`\n" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
245681
8
0
+ Added@contember/client@0.8.0-alpha.2.2(transitive)
- Removed@contember/client@0.8.0-alpha.2.1(transitive)