@restatedev/restate-sdk-testcontainers 1.7.0 → 1.7.2

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 +3 -3
package/README.md CHANGED
@@ -3,12 +3,14 @@
3
3
  [![Discord](https://img.shields.io/discord/1128210118216007792?logo=discord)](https://discord.gg/skW3AZ6uGd)
4
4
  [![Twitter](https://img.shields.io/twitter/follow/restatedev.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=restatedev)
5
5
 
6
- # Restate Typescript SDK Test Containers
6
+ # Restate Typescript SDK TestContainers
7
7
 
8
8
  [Restate](https://restate.dev/) is a system for easily building resilient applications using *distributed durable async/await*.
9
9
 
10
10
  This package contains utilities to test Restate SDK services against a Restate server container.
11
- An usage example can be found in [`restate-sdk-examples/test/testcontainers.test.ts`](https://github.com/restatedev/sdk-typescript/blob/main/packages/restate-sdk-examples/test/testcontainers.test.ts)
11
+ A usage example can be found in [`restate-sdk-examples/test/testcontainers.test.ts`](https://github.com/restatedev/sdk-typescript/blob/main/packages/restate-sdk-examples/test/testcontainers.test.ts)
12
+
13
+ For the SDK main package, checkout https://www.npmjs.com/package/@restatedev/restate-sdk.
12
14
 
13
15
  ## Community
14
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restatedev/restate-sdk-testcontainers",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "description": "Utils for testing services against a Restate container",
5
5
  "author": "Restate Developers",
6
6
  "license": "MIT",
@@ -47,8 +47,8 @@
47
47
  "release": "release-it"
48
48
  },
49
49
  "dependencies": {
50
- "@restatedev/restate-sdk": "^1.7.0",
51
- "@restatedev/restate-sdk-clients": "^1.7.0",
50
+ "@restatedev/restate-sdk": "^1.7.2",
51
+ "@restatedev/restate-sdk-clients": "^1.7.2",
52
52
  "apache-arrow": "^18.0.0",
53
53
  "testcontainers": "^10.24.1"
54
54
  },