@capacitor-community/intercom
Advanced tools
Comparing version 4.0.0-0 to 4.0.0
@@ -245,2 +245,18 @@ { | ||
"slug": "receivepush" | ||
}, | ||
{ | ||
"name": "displayArticle", | ||
"signature": "(options: { articleId: string; }) => any", | ||
"parameters": [ | ||
{ | ||
"name": "options", | ||
"docs": "", | ||
"type": "{ articleId: string; }" | ||
} | ||
], | ||
"returns": "any", | ||
"tags": [], | ||
"docs": "", | ||
"complexTypes": [], | ||
"slug": "displayarticle" | ||
} | ||
@@ -247,0 +263,0 @@ ], |
@@ -36,2 +36,5 @@ export interface IntercomPlugin { | ||
receivePush(notification: IntercomPushNotificationData): Promise<void>; | ||
displayArticle(options: { | ||
articleId: string; | ||
}): Promise<void>; | ||
} | ||
@@ -38,0 +41,0 @@ export interface IntercomPushNotificationData { |
@@ -39,4 +39,7 @@ import { WebPlugin } from '@capacitor/core'; | ||
}): Promise<void>; | ||
displayArticle(options: { | ||
articleId: string; | ||
}): Promise<void>; | ||
} | ||
declare const Intercom: IntercomWeb; | ||
export { Intercom }; |
@@ -72,2 +72,6 @@ import { WebPlugin } from '@capacitor/core'; | ||
} | ||
async displayArticle(options) { | ||
options; | ||
throw this.unimplemented('Not implemented on web.'); | ||
} | ||
} | ||
@@ -74,0 +78,0 @@ const Intercom = new IntercomWeb(); |
@@ -72,2 +72,5 @@ 'use strict'; | ||
} | ||
async displayArticle(options) { | ||
throw this.unimplemented('Not implemented on web.'); | ||
} | ||
} | ||
@@ -74,0 +77,0 @@ const Intercom = new IntercomWeb(); |
@@ -69,2 +69,5 @@ var capacitorIntercom = (function (exports, core) { | ||
} | ||
async displayArticle(options) { | ||
throw this.unimplemented('Not implemented on web.'); | ||
} | ||
} | ||
@@ -71,0 +74,0 @@ const Intercom = new IntercomWeb(); |
{ | ||
"name": "@capacitor-community/intercom", | ||
"version": "4.0.0-0", | ||
"version": "4.0.0", | ||
"description": "Enable Intercom features for Capacitor apps", | ||
@@ -23,2 +23,4 @@ "main": "dist/plugin.cjs.js", | ||
"prepublishOnly": "npm run build", | ||
"all-contributors": "all-contributors", | ||
"standard-version": "standard-version", | ||
"release:patch": "standard-version release --release-as patch", | ||
@@ -49,2 +51,3 @@ "release:minor": "standard-version release --release-as minor", | ||
"rollup": "^2.32.0", | ||
"standard-version": "^9.5.0", | ||
"swiftlint": "^1.0.1", | ||
@@ -51,0 +54,0 @@ "typescript": "~4.1.5" |
@@ -15,3 +15,3 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p> | ||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-9-orange?style=flat-square" /></a> | ||
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-12-orange?style=flat-square" /></a> | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
@@ -220,2 +220,5 @@ </p> | ||
<td align="center"><a href="https://adamduren.com/"><img src="https://avatars.githubusercontent.com/u/581097?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Adam Duren</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=adamduren" title="Code">π»</a> <a href="#maintenance-adamduren" title="Maintenance">π§</a></td> | ||
<td align="center"><a href="https://github.com/ramikhafagi96"><img src="https://avatars.githubusercontent.com/u/38646828?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Rami Khafagi</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=ramikhafagi96" title="Code">π»</a></td> | ||
<td align="center"><a href="https://rdlabo.jp/"><img src="https://avatars.githubusercontent.com/u/9690024?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Masahiko Sakakibara</b></sub></a><br /><a href="#maintenance-rdlabo" title="Maintenance">π§</a></td> | ||
<td align="center"><a href="https://github.com/camdjn"><img src="https://avatars.githubusercontent.com/u/7116085?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Dejardin Camille</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=camdjn" title="Code">π»</a></td> | ||
</tr> | ||
@@ -222,0 +225,0 @@ </table> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
81152
28
1026
1
231
16