@or-sdk/files 2.4.2-beta.920.0 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.0](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/files@2.4.1...@or-sdk/files@3.0.0) (2023-01-16)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * **Files:** Use direct calls to eks-files-api, without lambdas proxy. files-api changed to eks-files-api
12
+
13
+ ### Features
14
+
15
+ * **Files:** Use direct calls to eks-files-api, without lambdas proxy. files-api changed to eks-files-api ([0099b57](https://gitlab.com/onereach/platform/or-sdk-next/commit/0099b57c94bcf2b5b0383cbdd14bee8db84376fc))
16
+
17
+
18
+
6
19
  ### [2.4.1](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/files@2.4.0...@or-sdk/files@2.4.1) (2022-12-27)
7
20
 
8
21
  **Note:** Version bump only for package @or-sdk/files
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/files",
3
- "version": "2.4.2-beta.920.0",
3
+ "version": "3.0.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -28,5 +28,6 @@
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"
31
- }
31
+ },
32
+ "gitHead": "cd3f0b2e794976fbefd40dc9fb1c42d5b20c3602"
32
33
  }