Skip to content

Commit

Permalink
Merge pull request #205 from CleverTap/pe_bug_fix
Browse files Browse the repository at this point in the history
Removed regenerator-runtime dependencies
  • Loading branch information
KambleSonam authored Apr 2, 2024
2 parents 9234a1a + 340cad6 commit 332087b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.7.2] - 2 Apr, 2024
- Fixes a bug in service worker file having deeplink issue

## [1.7.1] - 1 Apr, 2024
- Fixes a bug where clevertap script was not working due to dependency added for PE
- Fixes a bug where setMultiValue was not working
Expand Down
6 changes: 3 additions & 3 deletions clevertap.js

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

2 changes: 1 addition & 1 deletion clevertap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clevertap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clevertap-web-sdk",
"version": "1.7.1",
"version": "1.7.2",
"description": "",
"main": "clevertap.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'regenerator-runtime/runtime.js'
import Clevertap from './clevertap'

const clevertap = new Clevertap(window.clevertap)
Expand Down
1 change: 0 additions & 1 deletion test/unit/clevertap.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'regenerator-runtime/runtime.js'
import Clevertap from '../../src/clevertap'
import Account from '../../src/modules/account'
import DeviceManager from '../../src/modules/device'
Expand Down
1 change: 0 additions & 1 deletion test/unit/main.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'regenerator-runtime/runtime.js'
import main from '../../src/main'
import CleverTap from '../../src/clevertap'

Expand Down

0 comments on commit 332087b

Please sign in to comment.