@cognite/sdk-beta
Advanced tools
Comparing version 5.11.1 to 5.11.2
@@ -142,3 +142,3 @@ 'use strict'; | ||
_a = __read(args, 4), _this.multiPartFileUploadResponse = _a[3]; | ||
_this.uploadedUrls = _this.multiPartFileUploadResponse.uploadUrls.map(function (_) { return false; }); | ||
_this.uploadedUrls = _this.multiPartFileUploadResponse.uploadUrls.map(function () { return false; }); | ||
_this.finished = false; | ||
@@ -247,3 +247,3 @@ return _this; | ||
var version="5.11.1"; | ||
var version="5.11.2"; | ||
@@ -250,0 +250,0 @@ // Copyright 2022 Cognite AS |
@@ -8,6 +8,6 @@ { | ||
"types": "dist/src/index.d.ts", | ||
"version": "5.11.1", | ||
"version": "5.11.2", | ||
"scripts": { | ||
"clean": "rm -rf dist/ docs/ codeSnippets/", | ||
"test": "jest --config=../../jest.config.js --testPathPattern=/beta/", | ||
"test": "yarn g:vitest run", | ||
"lint": "eslint 'src/**/*.{js,ts}'", | ||
@@ -25,4 +25,4 @@ "lint:fix": "yarn lint --fix", | ||
"dependencies": { | ||
"@cognite/sdk": "^9.15.2", | ||
"@cognite/sdk-core": "^4.10.2" | ||
"@cognite/sdk": "^9.15.3", | ||
"@cognite/sdk-core": "^4.10.3" | ||
}, | ||
@@ -35,3 +35,3 @@ "files": [ | ||
}, | ||
"gitHead": "e1807142c29a78011e494cdf27b826c8ef913882" | ||
"gitHead": "50446496eae832b7c49ea52001bbd47439acdf6a" | ||
} |
Sorry, the diff of this file is not supported yet
99590
Updated@cognite/sdk@^9.15.3
Updated@cognite/sdk-core@^4.10.3