@contentful/optimization-api-client 0.1.0-alpha11 → 0.1.0-alpha12

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center">
2
2
  <a href="https://www.contentful.com/developers/docs/personalization/">
3
- <img alt="Contentful Logo" title="Contentful" src="https://raw.githubusercontent.com/contentful/optimization/v0.1.0-alpha11/contentful-icon.png" width="150">
3
+ <img alt="Contentful Logo" title="Contentful" src="https://raw.githubusercontent.com/contentful/optimization/v0.1.0-alpha12/contentful-icon.png" width="150">
4
4
  </a>
5
5
  </p>
6
6
 
@@ -11,7 +11,7 @@
11
11
  <div align="center">
12
12
 
13
13
  [Guides](https://contentful.github.io/optimization/documents/Guides.html) ·
14
- [Reference](https://contentful.github.io/optimization) · [Contributing](https://github.com/contentful/optimization/blob/v0.1.0-alpha11/CONTRIBUTING.md)
14
+ [Reference](https://contentful.github.io/optimization) · [Contributing](https://github.com/contentful/optimization/blob/v0.1.0-alpha12/CONTRIBUTING.md)
15
15
 
16
16
  </div>
17
17
 
@@ -253,5 +253,5 @@ await client.insights.sendBatchEvents([
253
253
  ## Event Construction
254
254
 
255
255
  Event-construction helpers (`EventBuilder`) are part of
256
- [`@contentful/optimization-core`](https://github.com/contentful/optimization/blob/v0.1.0-alpha11/packages/universal/core-sdk/README.md) and environment SDKs that build on top of
256
+ [`@contentful/optimization-core`](https://github.com/contentful/optimization/blob/v0.1.0-alpha12/packages/universal/core-sdk/README.md) and environment SDKs that build on top of
257
257
  it. This package focuses on API transport and request/response validation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/optimization-api-client",
3
- "version": "0.1.0-alpha11",
3
+ "version": "0.1.0-alpha12",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -58,6 +58,6 @@
58
58
  "dependencies": {
59
59
  "es-toolkit": "^1.44.0",
60
60
  "zod": "^4.3.6",
61
- "@contentful/optimization-api-schemas": "0.1.0-alpha11"
61
+ "@contentful/optimization-api-schemas": "0.1.0-alpha12"
62
62
  }
63
63
  }