@or-sdk/ccp 1.5.1-beta.3365.0 → 2.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.
- package/CHANGELOG.md +13 -0
- 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
|
+
## [2.0.0](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/ccp@1.5.0...@or-sdk/ccp@2.0.0) (2025-02-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ⚠ BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* renamed provider to vendor
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* renamed provider to vendor ([4fa209b](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/commit/4fa209bfea7a2bf346f72fbe4b4965089c5e565c))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
6
19
|
## [1.5.0](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/ccp@1.4.2...@or-sdk/ccp@1.5.0) (2025-01-15)
|
|
7
20
|
|
|
8
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@or-sdk/ccp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -26,5 +26,6 @@
|
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|
|
29
|
-
}
|
|
29
|
+
},
|
|
30
|
+
"gitHead": "348e9e190913e31335cb2e194dd3c818788906d0"
|
|
30
31
|
}
|