Skip to content

feat: Convert event builder module to TS #680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/optimizely-sdk/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Bug fixes
- Bumped `event-processor` packages to version `0.8.2`.

## [4.6.0] - May 27, 2021

### New Features
Expand Down
116 changes: 0 additions & 116 deletions packages/optimizely-sdk/lib/core/event_builder/event_helpers.d.ts

This file was deleted.

185 changes: 0 additions & 185 deletions packages/optimizely-sdk/lib/core/event_builder/event_helpers.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import sinon from 'sinon';
import { assert } from 'chai';

import fns from '../../utils/fns';
import projectConfig from '../project_config';
import * as projectConfig from '../project_config';
import { buildImpressionEvent, buildConversionEvent } from './event_helpers';

describe('lib/event_builder/event_helpers', function() {
Expand Down
Loading