@nebius/js-sdk 0.1.10 → 0.1.11

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 CHANGED
@@ -131,7 +131,7 @@ import { SDK } from '@nebius/js-sdk';
131
131
  import {
132
132
  BucketService as BucketServiceClient,
133
133
  CreateBucketRequest,
134
- } from '@nebius/js-sdk/api/nebius/storage/v1';
134
+ } from '@nebius/js-sdk/api/nebius/storage/v1/index';
135
135
 
136
136
  const sdk = new SDK({
137
137
  /* ... */
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.10";
1
+ export declare const VERSION = "0.1.11";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // Auto-generated by scripts/version-gen.ts. Do not edit.
5
- exports.VERSION = '0.1.10';
5
+ exports.VERSION = '0.1.11';
6
6
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.10";
1
+ export declare const VERSION = "0.1.11";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nebius/js-sdk",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Nebius AI SDK",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -69,6 +69,7 @@
69
69
  "dist/**/*"
70
70
  ],
71
71
  "dependencies": {
72
+ "@bufbuild/protobuf": "^2.0.0",
72
73
  "@grpc/grpc-js": "^1.13.4",
73
74
  "@grpc/proto-loader": "^0.8.0",
74
75
  "dayjs": "^1.11.18",