Skip to content

Commit ab2d5ca

Browse files
committed
1.8.2
1 parent 1a0f69c commit ab2d5ca

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/leanplum.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export type Action = ChainMessage | OpenURLAction;
145145
export type SimpleHandler = () => void;
146146
export type StatusHandler = (success: boolean) => void;
147147
export type UserAttributes = any;
148-
export type EventType = 'start' | 'resume' | 'track' | 'setUserAttribute' | 'advanceState' | 'showMessage';
148+
export type EventType = 'start' | 'resume' | 'track' | 'setUserAttribute' | 'advanceState' | 'showMessage' | 'openUrl';
149149
export interface WebPushOptions {
150150
serviceWorkerUrl?: string;
151151
scope?: string;

dist/leanplum.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/leanplum.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"name": "leanplum-sdk",
4646
"description": "This is the JavaScript SDK for Leanplum, allowing developers to access and integrate the functionality of Leanplum with applications and devices through JavaScript and HTML5. Leanplum is an application development platform that provides mobile A/B testing, messaging functionality, personalization, and more features for applications. ## Installation Add leanplum.js to your project: ```javascript <script type=\"text/javascript\" src=\"leanplum.js\"></script> ``` ## Usage Initialize Leanplum.",
47-
"version": "1.8.1",
47+
"version": "1.8.2",
4848
"main": "dist/leanplum.min.js",
4949
"types": "dist/leanplum.d.ts",
5050
"directories": {

src/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
REGISTER_DEVICE: 'registerDevice',
3636
},
3737

38-
SDK_VERSION: '1.8.1',
38+
SDK_VERSION: '1.8.2',
3939

4040
CLIENT: 'js',
4141

0 commit comments

Comments
 (0)