Skip to content

Commit ac4c24f

Browse files
committed
Merge branch 'main' of https://github.com/weaviate/typescript-client into 1.29/colbert-multivector-support
2 parents 9364612 + bba1c5e commit ac4c24f

File tree

16 files changed

+952
-635
lines changed

16 files changed

+952
-635
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ env:
1010
WEAVIATE_124: 1.24.26
1111
WEAVIATE_125: 1.25.34
1212
WEAVIATE_126: 1.26.17
13-
WEAVIATE_127: 1.27.15
14-
WEAVIATE_128: 1.28.11
15-
WEAVIATE_129: 1.29.1
16-
WEAVIATE_130: 1.30.1
13+
WEAVIATE_127: 1.27.27
14+
WEAVIATE_128: 1.28.16
15+
WEAVIATE_129: 1.29.8
16+
WEAVIATE_130: 1.30.7
1717
WEAVIATE_131: 1.31.0
1818

1919
concurrency:

.prettierignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
src/proto/**/*.ts
2-
src/dist/**/*
3-
src/docs/**/*.js
2+
dist/**/*
3+
docs/**/*.js

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020-2023, Weaviate B.V.
1+
Copyright (c) 2020-2025, Weaviate B.V.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)