@milaboratories/pl-drivers 1.14.8 → 1.14.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/pl-drivers",
3
- "version": "1.14.8",
3
+ "version": "1.14.10",
4
4
  "description": "Drivers and a low-level clients for log streaming, downloading and uploading files from and to pl",
5
5
  "files": [
6
6
  "dist/**/*",
@@ -28,12 +28,12 @@
28
28
  "tar-fs": "^3.0.9",
29
29
  "undici": "~7.16.0",
30
30
  "zod": "~3.25.76",
31
- "@milaboratories/pl-client": "3.6.0",
32
31
  "@milaboratories/computable": "2.9.4",
33
- "@milaboratories/pl-model-common": "1.42.0",
32
+ "@milaboratories/pl-client": "3.8.0",
34
33
  "@milaboratories/helpers": "1.14.2",
35
- "@milaboratories/ts-helpers": "1.8.2",
36
- "@milaboratories/pl-tree": "1.11.1"
34
+ "@milaboratories/pl-model-common": "1.42.0",
35
+ "@milaboratories/pl-tree": "1.12.0",
36
+ "@milaboratories/ts-helpers": "1.8.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/decompress": "^4.2.7",
@@ -44,9 +44,9 @@
44
44
  "typescript": "~5.9.3",
45
45
  "vitest": "^4.1.3",
46
46
  "@milaboratories/build-configs": "2.0.0",
47
- "@milaboratories/ts-builder": "1.5.0",
48
47
  "@milaboratories/test-helpers": "1.2.2",
49
- "@milaboratories/ts-configs": "1.2.3"
48
+ "@milaboratories/ts-configs": "1.2.3",
49
+ "@milaboratories/ts-builder": "1.5.0"
50
50
  },
51
51
  "engines": {
52
52
  "node": ">=22"
@@ -1260,8 +1260,6 @@ export enum FieldOptions_JSType {
1260
1260
  }
1261
1261
  /**
1262
1262
  * If set to RETENTION_SOURCE, the option will be omitted from the binary.
1263
- * Note: as of January 2023, support for this is in progress and does not yet
1264
- * have an effect (b/264593489).
1265
1263
  *
1266
1264
  * @generated from protobuf enum google.protobuf.FieldOptions.OptionRetention
1267
1265
  */
@@ -1282,8 +1280,7 @@ export enum FieldOptions_OptionRetention {
1282
1280
  /**
1283
1281
  * This indicates the types of entities that the field may apply to when used
1284
1282
  * as an option. If it is unset, then the field may be freely used as an
1285
- * option on any kind of entity. Note: as of January 2023, support for this is
1286
- * in progress and does not yet have an effect (b/264593489).
1283
+ * option on any kind of entity.
1287
1284
  *
1288
1285
  * @generated from protobuf enum google.protobuf.FieldOptions.OptionTargetType
1289
1286
  */
@@ -2070,7 +2067,7 @@ export enum Edition {
2070
2067
  EDITION_2024 = 1001,
2071
2068
  /**
2072
2069
  * Placeholder editions for testing feature resolution. These should not be
2073
- * used or relyed on outside of tests.
2070
+ * used or relied on outside of tests.
2074
2071
  *
2075
2072
  * @generated from protobuf enum value: EDITION_1_TEST_ONLY = 1;
2076
2073
  */