Skip to content

Commit

Permalink
Project import generated by Copybara.
Browse files Browse the repository at this point in the history
FolderOrigin-RevId: /usr/src/app/bi-sdk-js
  • Loading branch information
ismailmustafa authored and bi-ci-bot committed Oct 21, 2022
1 parent d49f5df commit 6739cab
Show file tree
Hide file tree
Showing 386 changed files with 2,303 additions and 88,018 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.nyc_output
coverage
dist
docs
node_modules
test/__pycache__
test-automation
test/BrowserStackLocal**
26 changes: 0 additions & 26 deletions .nycrc

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.10] - 2022-10-17

### Changed
- Existing example app to match the [getting-started](https://github.com/gobeyondidentity/getting-started) app.

### Fixed
- An issue where the SDK was failing to compile after being added as a package from npm.

## [1.0.9] - 2022-09-20
### Added
- Logger callback to initialize function. This enables users of the SDK to specify where logs generated by the SDK are output, and to silence logs by not specifying a logger callback.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ Check out the [documentation](https://developer.beyondidentity.com) for more inf

## Example App

To get started:

```
git clone [email protected]:gobeyondidentity/bi-sdk-js.git
cd bi-sdk-js
yarn example
```
2 changes: 0 additions & 2 deletions coresdk/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
node_modules
dist
.nyc_output
coverage
2 changes: 1 addition & 1 deletion coresdk/dist/bi-core.js

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions coresdk/lib/kmc/kmc.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export var sleep = (ms) => new Promise((resolve) => setTimeout(() => resolve(), ms));
1 change: 0 additions & 1 deletion coresdk/node_modules/.bin/uuid

This file was deleted.

1 change: 0 additions & 1 deletion coresdk/node_modules/.bin/uvu

This file was deleted.

19 changes: 0 additions & 19 deletions coresdk/node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

103 changes: 0 additions & 103 deletions coresdk/node_modules/@optimizely/js-sdk-datafile-manager/CHANGELOG.md

This file was deleted.

49 changes: 0 additions & 49 deletions coresdk/node_modules/@optimizely/js-sdk-datafile-manager/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6739cab

Please sign in to comment.