-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release/v4.1 merge me into main (#945)
* pull updates from v3 (#875) * V4 caliper support (#876) * support for caliper graded profile (#759) * support for caliper graded profile * add iso duration * remove unused imports * export interfaces * add caliper endpoint to v1 api * Revert "add iso duration" This reverts commit be6677b. * stricter typing * add caliper actor * error handling for unsupported profiles and events * update caliper data object * add to v1 * add caliper enums to interfaces * resolve conflicts * add duration package * match log file * update version * use upgrade types * resolve conflicts * update lockfile * add caliper to v4 controller * revert apache connector (#880) * ✨ Updated client lib bundler (#868) * ✨ Updated client lib bundler Added separate bundler for browser and node * Assigning default to the library variable * Replacing isomorphic-fetch with axios --------- Co-authored-by: danoswaltCL <[email protected]> * pip version * use patch * pip version after add patch * add docs (#896) * add docs * add more to readme for npm * fix for undefined id for shared dp mark call (#901) * remove local time (#905) * Fix the renderGoogleSignInButton function (#937) * pip v 4.1.8 --------- Co-authored-by: jreddig <[email protected]> Co-authored-by: Vivek Fitkariwala <[email protected]> Co-authored-by: Pratik Prajapati <[email protected]> Co-authored-by: Zack Lee <[email protected]>
- Loading branch information
1 parent
24e5479
commit 6455b0f
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ab-testing", | ||
"version": "4.2.0", | ||
"version": "4.1.8", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "ng", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters