@testcontainers/weaviate 10.8.1 → 10.9.0
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.
- package/README.md +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,8 +18,13 @@ See [LICENSE](https://github.com/testcontainers/testcontainers-node/blob/main/LI
|
|
|
18
18
|
|
|
19
19
|
Copyright (c) 2018 - 2023 Cristian Greco and other authors.
|
|
20
20
|
|
|
21
|
+
## Contributing
|
|
22
|
+
|
|
23
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for how to contribute to this repo.
|
|
24
|
+
|
|
21
25
|
See [contributors](https://github.com/testcontainers/testcontainers-node/graphs/contributors/) for all contributors.
|
|
22
26
|
|
|
27
|
+
|
|
23
28
|
----
|
|
24
29
|
|
|
25
30
|
Join our [Slack workspace](https://slack.testcontainers.org/) | [Testcontainers OSS](https://java.testcontainers.org/) | [Testcontainers Cloud](https://www.testcontainers.cloud/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testcontainers/weaviate",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.9.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"weaviate",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"weaviate-ts-client": "^2.1.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"testcontainers": "^10.
|
|
35
|
+
"testcontainers": "^10.9.0"
|
|
36
36
|
}
|
|
37
37
|
}
|