@capacitor-community/intercom
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -10,3 +10,3 @@ { | ||
"name": "loadWithKeys", | ||
"signature": "(options: { appId?: string; apiKeyIOS?: string; apiKeyAndroid?: string; }) => any", | ||
"signature": "(options: { appId?: string; apiKeyIOS?: string; apiKeyAndroid?: string; }) => Promise<void>", | ||
"parameters": [ | ||
@@ -19,3 +19,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -28,3 +28,3 @@ "docs": "", | ||
"name": "registerIdentifiedUser", | ||
"signature": "(options: { userId?: string; email?: string; }) => any", | ||
"signature": "(options: { userId?: string; email?: string; }) => Promise<void>", | ||
"parameters": [ | ||
@@ -37,3 +37,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -46,5 +46,5 @@ "docs": "", | ||
"name": "registerUnidentifiedUser", | ||
"signature": "() => any", | ||
"signature": "() => Promise<void>", | ||
"parameters": [], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -57,3 +57,3 @@ "docs": "", | ||
"name": "updateUser", | ||
"signature": "(options: IntercomUserUpdateOptions) => any", | ||
"signature": "(options: IntercomUserUpdateOptions) => Promise<void>", | ||
"parameters": [ | ||
@@ -66,3 +66,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -77,5 +77,5 @@ "docs": "", | ||
"name": "logout", | ||
"signature": "() => any", | ||
"signature": "() => Promise<void>", | ||
"parameters": [], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -88,3 +88,3 @@ "docs": "", | ||
"name": "logEvent", | ||
"signature": "(options: { name: string; data?: any; }) => any", | ||
"signature": "(options: { name: string; data?: any; }) => Promise<void>", | ||
"parameters": [ | ||
@@ -97,3 +97,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -106,5 +106,5 @@ "docs": "", | ||
"name": "displayMessenger", | ||
"signature": "() => any", | ||
"signature": "() => Promise<void>", | ||
"parameters": [], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -117,3 +117,3 @@ "docs": "", | ||
"name": "displayMessageComposer", | ||
"signature": "(options: { message: string; }) => any", | ||
"signature": "(options: { message: string; }) => Promise<void>", | ||
"parameters": [ | ||
@@ -126,3 +126,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -135,5 +135,5 @@ "docs": "", | ||
"name": "displayHelpCenter", | ||
"signature": "() => any", | ||
"signature": "() => Promise<void>", | ||
"parameters": [], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -146,5 +146,5 @@ "docs": "", | ||
"name": "hideMessenger", | ||
"signature": "() => any", | ||
"signature": "() => Promise<void>", | ||
"parameters": [], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -157,5 +157,5 @@ "docs": "", | ||
"name": "displayLauncher", | ||
"signature": "() => any", | ||
"signature": "() => Promise<void>", | ||
"parameters": [], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -168,5 +168,5 @@ "docs": "", | ||
"name": "hideLauncher", | ||
"signature": "() => any", | ||
"signature": "() => Promise<void>", | ||
"parameters": [], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -179,5 +179,5 @@ "docs": "", | ||
"name": "displayInAppMessages", | ||
"signature": "() => any", | ||
"signature": "() => Promise<void>", | ||
"parameters": [], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -190,5 +190,5 @@ "docs": "", | ||
"name": "hideInAppMessages", | ||
"signature": "() => any", | ||
"signature": "() => Promise<void>", | ||
"parameters": [], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -201,3 +201,3 @@ "docs": "", | ||
"name": "displayCarousel", | ||
"signature": "(options: { carouselId: string; }) => any", | ||
"signature": "(options: { carouselId: string; }) => Promise<void>", | ||
"parameters": [ | ||
@@ -210,3 +210,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -219,3 +219,3 @@ "docs": "", | ||
"name": "setUserHash", | ||
"signature": "(options: { hmac: string; }) => any", | ||
"signature": "(options: { hmac: string; }) => Promise<void>", | ||
"parameters": [ | ||
@@ -228,3 +228,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -237,3 +237,3 @@ "docs": "", | ||
"name": "setBottomPadding", | ||
"signature": "(options: { value: string; }) => any", | ||
"signature": "(options: { value: string; }) => Promise<void>", | ||
"parameters": [ | ||
@@ -246,3 +246,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -255,3 +255,3 @@ "docs": "", | ||
"name": "sendPushTokenToIntercom", | ||
"signature": "(options: { value: string; }) => any", | ||
"signature": "(options: { value: string; }) => Promise<void>", | ||
"parameters": [ | ||
@@ -264,3 +264,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -273,3 +273,3 @@ "docs": "", | ||
"name": "receivePush", | ||
"signature": "(notification: IntercomPushNotificationData) => any", | ||
"signature": "(notification: IntercomPushNotificationData) => Promise<void>", | ||
"parameters": [ | ||
@@ -282,3 +282,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -293,3 +293,3 @@ "docs": "", | ||
"name": "displayArticle", | ||
"signature": "(options: { articleId: string; }) => any", | ||
"signature": "(options: { articleId: string; }) => Promise<void>", | ||
"parameters": [ | ||
@@ -302,3 +302,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -311,3 +311,3 @@ "docs": "", | ||
"name": "addListener", | ||
"signature": "(eventName: 'windowDidShow', listenerFunc: () => void) => any", | ||
"signature": "(eventName: 'windowDidShow', listenerFunc: () => void) => Promise<PluginListenerHandle>", | ||
"parameters": [ | ||
@@ -317,3 +317,3 @@ { | ||
"docs": "", | ||
"type": "\"windowDidShow\"" | ||
"type": "'windowDidShow'" | ||
}, | ||
@@ -326,3 +326,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<PluginListenerHandle>", | ||
"tags": [], | ||
@@ -333,7 +333,7 @@ "docs": "", | ||
], | ||
"slug": "addlistener" | ||
"slug": "addlistenerwindowdidshow-" | ||
}, | ||
{ | ||
"name": "addListener", | ||
"signature": "(eventName: 'windowDidHide', listenerFunc: () => void) => any", | ||
"signature": "(eventName: 'windowDidHide', listenerFunc: () => void) => Promise<PluginListenerHandle>", | ||
"parameters": [ | ||
@@ -343,3 +343,3 @@ { | ||
"docs": "", | ||
"type": "\"windowDidHide\"" | ||
"type": "'windowDidHide'" | ||
}, | ||
@@ -352,3 +352,3 @@ { | ||
], | ||
"returns": "any", | ||
"returns": "Promise<PluginListenerHandle>", | ||
"tags": [], | ||
@@ -359,9 +359,9 @@ "docs": "", | ||
], | ||
"slug": "addlistener" | ||
"slug": "addlistenerwindowdidhide-" | ||
}, | ||
{ | ||
"name": "removeAllListeners", | ||
"signature": "() => any", | ||
"signature": "() => Promise<void>", | ||
"parameters": [], | ||
"returns": "any", | ||
"returns": "Promise<void>", | ||
"tags": [], | ||
@@ -546,3 +546,3 @@ "docs": "", | ||
"complexTypes": [], | ||
"type": "() => any" | ||
"type": "() => Promise<void>" | ||
} | ||
@@ -552,3 +552,5 @@ ] | ||
], | ||
"enums": [] | ||
"enums": [], | ||
"typeAliases": [], | ||
"pluginConfigs": [] | ||
} |
@@ -1,2 +0,2 @@ | ||
import type { PluginListenerHandle } from '@capacitor/core'; | ||
import type { PluginListenerHandle } from "@capacitor/core/types/definitions"; | ||
export interface IntercomPlugin { | ||
@@ -3,0 +3,0 @@ loadWithKeys(options: { |
import { registerPlugin } from '@capacitor/core'; | ||
const Intercom = registerPlugin('Intercom', { | ||
web: () => import('./web').then(m => new m.IntercomWeb()), | ||
web: () => import('./web').then((m) => new m.IntercomWeb()), | ||
}); | ||
@@ -5,0 +5,0 @@ export * from './definitions'; |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@capacitor/core'); | ||
const Intercom$1 = core.registerPlugin('Intercom', { | ||
web: () => Promise.resolve().then(function () { return web; }).then(m => new m.IntercomWeb()), | ||
web: () => Promise.resolve().then(function () { return web; }).then((m) => new m.IntercomWeb()), | ||
}); | ||
@@ -83,4 +81,4 @@ | ||
__proto__: null, | ||
IntercomWeb: IntercomWeb, | ||
Intercom: Intercom | ||
Intercom: Intercom, | ||
IntercomWeb: IntercomWeb | ||
}); | ||
@@ -87,0 +85,0 @@ |
@@ -5,3 +5,3 @@ var capacitorIntercom = (function (exports, core) { | ||
const Intercom$1 = core.registerPlugin('Intercom', { | ||
web: () => Promise.resolve().then(function () { return web; }).then(m => new m.IntercomWeb()), | ||
web: () => Promise.resolve().then(function () { return web; }).then((m) => new m.IntercomWeb()), | ||
}); | ||
@@ -81,4 +81,4 @@ | ||
__proto__: null, | ||
IntercomWeb: IntercomWeb, | ||
Intercom: Intercom | ||
Intercom: Intercom, | ||
IntercomWeb: IntercomWeb | ||
}); | ||
@@ -88,4 +88,2 @@ | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
@@ -92,0 +90,0 @@ |
{ | ||
"name": "@capacitor-community/intercom", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Enable Intercom features for Capacitor apps", | ||
@@ -9,3 +9,3 @@ "main": "dist/plugin.cjs.js", | ||
"scripts": { | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs", | ||
"clean": "rimraf ./dist", | ||
@@ -18,4 +18,4 @@ "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", | ||
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format", | ||
"eslint": "eslint . --ext ts", | ||
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"", | ||
"eslint": "eslint", | ||
"prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin ./node_modules/prettier-plugin-java/dist/index.js", | ||
"swiftlint": "node-swiftlint", | ||
@@ -39,18 +39,19 @@ "docgen": "docgen --api IntercomPlugin --output-readme README.md --output-json dist/docs.json", | ||
"devDependencies": { | ||
"@capacitor/android": "^6.0.0", | ||
"@capacitor/core": "^6.0.0", | ||
"@capacitor/docgen": "^0.2.2", | ||
"@capacitor/ios": "^6.0.0", | ||
"@capacitor/android": "^6.1.2", | ||
"@capacitor/core": "^6.1.2", | ||
"@capacitor/docgen": "^0.3.0", | ||
"@capacitor/ios": "^6.1.2", | ||
"@ionic/eslint-config": "^0.4.0", | ||
"@ionic/prettier-config": "^1.0.1", | ||
"@ionic/swiftlint-config": "^1.1.2", | ||
"all-contributors-cli": "^6.20.0", | ||
"eslint": "^8.57.0", | ||
"prettier": "~2.3.0", | ||
"prettier-plugin-java": "~1.0.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.32.0", | ||
"@ionic/prettier-config": "^4.0.0", | ||
"@ionic/swiftlint-config": "^2.0.0", | ||
"@types/node": "^22.8.7", | ||
"all-contributors-cli": "^6.26.1", | ||
"eslint": "^9.14.0", | ||
"prettier": "~3.3.3", | ||
"prettier-plugin-java": "~2.6.5", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.24.3", | ||
"standard-version": "^9.5.0", | ||
"swiftlint": "^1.0.1", | ||
"typescript": "4.7.4" | ||
"swiftlint": "^2.0.0", | ||
"typescript": "5.6.3" | ||
}, | ||
@@ -72,5 +73,2 @@ "unpkg": "dist/plugin.js", | ||
"swiftlint": "@ionic/swiftlint-config", | ||
"eslintConfig": { | ||
"extends": "@ionic/eslint-config/recommended" | ||
}, | ||
"capacitor": { | ||
@@ -90,3 +88,6 @@ "ios": { | ||
"url": "https://github.com/capacitor-community/intercom/issues" | ||
}, | ||
"dependencies": { | ||
"typescript-eslint": "^8.12.2" | ||
} | ||
} |
167
README.md
@@ -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-20-orange?style=flat-square" /></a> | ||
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-21-orange?style=flat-square" /></a> | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
@@ -150,4 +150,4 @@ </p> | ||
* [`displayArticle(...)`](#displayarticle) | ||
* [`addListener(...)`](#addlistener) | ||
* [`addListener(...)`](#addlistener) | ||
* [`addListener('windowDidShow', ...)`](#addlistenerwindowdidshow-) | ||
* [`addListener('windowDidHide', ...)`](#addlistenerwindowdidhide-) | ||
* [`removeAllListeners()`](#removealllisteners) | ||
@@ -164,3 +164,3 @@ * [Interfaces](#interfaces) | ||
```typescript | ||
loadWithKeys(options: { appId?: string; apiKeyIOS?: string; apiKeyAndroid?: string; }) => any | ||
loadWithKeys(options: { appId?: string; apiKeyIOS?: string; apiKeyAndroid?: string; }) => Promise<void> | ||
``` | ||
@@ -172,4 +172,2 @@ | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -181,3 +179,3 @@ | ||
```typescript | ||
registerIdentifiedUser(options: { userId?: string; email?: string; }) => any | ||
registerIdentifiedUser(options: { userId?: string; email?: string; }) => Promise<void> | ||
``` | ||
@@ -189,4 +187,2 @@ | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -198,7 +194,5 @@ | ||
```typescript | ||
registerUnidentifiedUser() => any | ||
registerUnidentifiedUser() => Promise<void> | ||
``` | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -210,3 +204,3 @@ | ||
```typescript | ||
updateUser(options: IntercomUserUpdateOptions) => any | ||
updateUser(options: IntercomUserUpdateOptions) => Promise<void> | ||
``` | ||
@@ -218,4 +212,2 @@ | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -227,7 +219,5 @@ | ||
```typescript | ||
logout() => any | ||
logout() => Promise<void> | ||
``` | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -239,3 +229,3 @@ | ||
```typescript | ||
logEvent(options: { name: string; data?: any; }) => any | ||
logEvent(options: { name: string; data?: any; }) => Promise<void> | ||
``` | ||
@@ -247,4 +237,2 @@ | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -256,7 +244,5 @@ | ||
```typescript | ||
displayMessenger() => any | ||
displayMessenger() => Promise<void> | ||
``` | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -268,3 +254,3 @@ | ||
```typescript | ||
displayMessageComposer(options: { message: string; }) => any | ||
displayMessageComposer(options: { message: string; }) => Promise<void> | ||
``` | ||
@@ -276,4 +262,2 @@ | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -285,7 +269,5 @@ | ||
```typescript | ||
displayHelpCenter() => any | ||
displayHelpCenter() => Promise<void> | ||
``` | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -297,7 +279,5 @@ | ||
```typescript | ||
hideMessenger() => any | ||
hideMessenger() => Promise<void> | ||
``` | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -309,7 +289,5 @@ | ||
```typescript | ||
displayLauncher() => any | ||
displayLauncher() => Promise<void> | ||
``` | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -321,7 +299,5 @@ | ||
```typescript | ||
hideLauncher() => any | ||
hideLauncher() => Promise<void> | ||
``` | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -333,7 +309,5 @@ | ||
```typescript | ||
displayInAppMessages() => any | ||
displayInAppMessages() => Promise<void> | ||
``` | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -345,7 +319,5 @@ | ||
```typescript | ||
hideInAppMessages() => any | ||
hideInAppMessages() => Promise<void> | ||
``` | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -357,3 +329,3 @@ | ||
```typescript | ||
displayCarousel(options: { carouselId: string; }) => any | ||
displayCarousel(options: { carouselId: string; }) => Promise<void> | ||
``` | ||
@@ -365,4 +337,2 @@ | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -374,3 +344,3 @@ | ||
```typescript | ||
setUserHash(options: { hmac: string; }) => any | ||
setUserHash(options: { hmac: string; }) => Promise<void> | ||
``` | ||
@@ -382,4 +352,2 @@ | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -391,3 +359,3 @@ | ||
```typescript | ||
setBottomPadding(options: { value: string; }) => any | ||
setBottomPadding(options: { value: string; }) => Promise<void> | ||
``` | ||
@@ -399,4 +367,2 @@ | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -408,3 +374,3 @@ | ||
```typescript | ||
sendPushTokenToIntercom(options: { value: string; }) => any | ||
sendPushTokenToIntercom(options: { value: string; }) => Promise<void> | ||
``` | ||
@@ -416,4 +382,2 @@ | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -425,3 +389,3 @@ | ||
```typescript | ||
receivePush(notification: IntercomPushNotificationData) => any | ||
receivePush(notification: IntercomPushNotificationData) => Promise<void> | ||
``` | ||
@@ -433,4 +397,2 @@ | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -442,3 +404,3 @@ | ||
```typescript | ||
displayArticle(options: { articleId: string; }) => any | ||
displayArticle(options: { articleId: string; }) => Promise<void> | ||
``` | ||
@@ -450,11 +412,9 @@ | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
### addListener(...) | ||
### addListener('windowDidShow', ...) | ||
```typescript | ||
addListener(eventName: 'windowDidShow', listenerFunc: () => void) => any | ||
addListener(eventName: 'windowDidShow', listenerFunc: () => void) => Promise<PluginListenerHandle> | ||
``` | ||
@@ -464,6 +424,6 @@ | ||
| ------------------ | ---------------------------- | | ||
| **`eventName`** | <code>"windowDidShow"</code> | | ||
| **`eventName`** | <code>'windowDidShow'</code> | | ||
| **`listenerFunc`** | <code>() => void</code> | | ||
**Returns:** <code>any</code> | ||
**Returns:** <code>Promise<<a href="#pluginlistenerhandle">PluginListenerHandle</a>></code> | ||
@@ -473,6 +433,6 @@ -------------------- | ||
### addListener(...) | ||
### addListener('windowDidHide', ...) | ||
```typescript | ||
addListener(eventName: 'windowDidHide', listenerFunc: () => void) => any | ||
addListener(eventName: 'windowDidHide', listenerFunc: () => void) => Promise<PluginListenerHandle> | ||
``` | ||
@@ -482,6 +442,6 @@ | ||
| ------------------ | ---------------------------- | | ||
| **`eventName`** | <code>"windowDidHide"</code> | | ||
| **`eventName`** | <code>'windowDidHide'</code> | | ||
| **`listenerFunc`** | <code>() => void</code> | | ||
**Returns:** <code>any</code> | ||
**Returns:** <code>Promise<<a href="#pluginlistenerhandle">PluginListenerHandle</a>></code> | ||
@@ -494,7 +454,5 @@ -------------------- | ||
```typescript | ||
removeAllListeners() => any | ||
removeAllListeners() => Promise<void> | ||
``` | ||
**Returns:** <code>any</code> | ||
-------------------- | ||
@@ -540,5 +498,5 @@ | ||
| Prop | Type | | ||
| ------------ | ------------------------- | | ||
| **`remove`** | <code>() => any</code> | | ||
| Prop | Type | | ||
| ------------ | ----------------------------------------- | | ||
| **`remove`** | <code>() => Promise<void></code> | | ||
@@ -593,28 +551,31 @@ </docgen-api> | ||
<table> | ||
<tr> | ||
<td align="center"><a href="https://twitter.com/stewones"><img src="https://avatars1.githubusercontent.com/u/719763?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Stew</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=stewones" title="Code">💻</a> <a href="https://github.com/capacitor-community/intercom/commits?author=stewones" title="Documentation">📖</a></td> | ||
<td align="center"><a href="https://davidseek.com/"><img src="https://avatars2.githubusercontent.com/u/17073950?v=4?s=75" width="75px;" alt=""/><br /><sub><b>David Seek</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=davidseek" title="Code">💻</a></td> | ||
<td align="center"><a href="https://github.com/rnikitin"><img src="https://avatars3.githubusercontent.com/u/1829318?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Roman Nikitin</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=rnikitin" title="Code">💻</a></td> | ||
<td align="center"><a href="https://github.com/atomassoni"><img src="https://avatars1.githubusercontent.com/u/17362459?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Anne Tomassoni</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=atomassoni" title="Code">💻</a> <a href="https://github.com/capacitor-community/intercom/pulls?q=is%3Apr+reviewed-by%3Aatomassoni" title="Reviewed Pull Requests">👀</a></td> | ||
<td align="center"><a href="https://github.com/mmodzelewski"><img src="https://avatars2.githubusercontent.com/u/7762633?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Maciej Modzelewski</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=mmodzelewski" title="Code">💻</a></td> | ||
<td align="center"><a href="https://github.com/spaghettiguru"><img src="https://avatars.githubusercontent.com/u/5624009?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Oleg Yuzvik</b></sub></a><br /><a href="#maintenance-spaghettiguru" title="Maintenance">🚧</a></td> | ||
<td align="center"><a href="https://github.com/gcorreaalves"><img src="https://avatars.githubusercontent.com/u/983426?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Gustavo Corrêa Alves</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=gcorreaalves" title="Documentation">📖</a></td> | ||
</tr> | ||
<tr> | ||
<td align="center"><a href="https://github.com/Jealvia"><img src="https://avatars.githubusercontent.com/u/28424830?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Jealvia</b></sub></a><br /><a href="#maintenance-Jealvia" title="Maintenance">🚧</a></td> | ||
<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> | ||
<td align="center"><a href="https://scr2em.github.io/portfolio/"><img src="https://avatars.githubusercontent.com/u/4671486?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Mohamed Abdelgwad</b></sub></a><br /><a href="#maintenance-scr2em" title="Maintenance">🚧</a></td> | ||
<td align="center"><a href="https://github.com/shark404"><img src="https://avatars.githubusercontent.com/u/4898049?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Nathan</b></sub></a><br /><a href="#maintenance-shark404" title="Maintenance">🚧</a></td> | ||
</tr> | ||
<tr> | ||
<td align="center"><a href="https://cwoebker.com/"><img src="https://avatars.githubusercontent.com/u/885085?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Cecil Wöbker</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=cwoebker" title="Code">💻</a> <a href="#maintenance-cwoebker" title="Maintenance">🚧</a></td> | ||
<td align="center"><a href="https://github.com/pavloPyrig0"><img src="https://avatars.githubusercontent.com/u/10965335?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Pavlo Pyrig</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=pavloPyrig0" title="Code">💻</a></td> | ||
<td align="center"><a href="https://github.com/dupiesdupreez"><img src="https://avatars.githubusercontent.com/u/6910085?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Ruan</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=dupiesdupreez" title="Code">💻</a></td> | ||
<td align="center"><a href="https://github.com/RickJeroen"><img src="https://avatars.githubusercontent.com/u/15357844?v=4?s=75" width="75px;" alt=""/><br /><sub><b>RickJeroen</b></sub></a><br /><a href="#maintenance-RickJeroen" title="Maintenance">🚧</a></td> | ||
<td align="center"><a href="https://t.me/reslear"><img src="https://avatars.githubusercontent.com/u/12596485?v=4?s=75" width="75px;" alt=""/><br /><sub><b>reslear</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=reslear" title="Documentation">📖</a></td> | ||
<td align="center"><a href="https://github.com/pmatter"><img src="https://avatars.githubusercontent.com/u/35367833?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Philipp Matter</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=pmatter" title="Code">💻</a></td> | ||
</tr> | ||
<tbody> | ||
<tr> | ||
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/stewones"><img src="https://avatars1.githubusercontent.com/u/719763?v=4?s=75" width="75px;" alt="Stew"/><br /><sub><b>Stew</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=stewones" title="Code">💻</a> <a href="https://github.com/capacitor-community/intercom/commits?author=stewones" title="Documentation">📖</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://davidseek.com/"><img src="https://avatars2.githubusercontent.com/u/17073950?v=4?s=75" width="75px;" alt="David Seek"/><br /><sub><b>David Seek</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=davidseek" title="Code">💻</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rnikitin"><img src="https://avatars3.githubusercontent.com/u/1829318?v=4?s=75" width="75px;" alt="Roman Nikitin"/><br /><sub><b>Roman Nikitin</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=rnikitin" title="Code">💻</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/atomassoni"><img src="https://avatars1.githubusercontent.com/u/17362459?v=4?s=75" width="75px;" alt="Anne Tomassoni"/><br /><sub><b>Anne Tomassoni</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=atomassoni" title="Code">💻</a> <a href="https://github.com/capacitor-community/intercom/pulls?q=is%3Apr+reviewed-by%3Aatomassoni" title="Reviewed Pull Requests">👀</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mmodzelewski"><img src="https://avatars2.githubusercontent.com/u/7762633?v=4?s=75" width="75px;" alt="Maciej Modzelewski"/><br /><sub><b>Maciej Modzelewski</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=mmodzelewski" title="Code">💻</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/spaghettiguru"><img src="https://avatars.githubusercontent.com/u/5624009?v=4?s=75" width="75px;" alt="Oleg Yuzvik"/><br /><sub><b>Oleg Yuzvik</b></sub></a><br /><a href="#maintenance-spaghettiguru" title="Maintenance">🚧</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gcorreaalves"><img src="https://avatars.githubusercontent.com/u/983426?v=4?s=75" width="75px;" alt="Gustavo Corrêa Alves"/><br /><sub><b>Gustavo Corrêa Alves</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=gcorreaalves" title="Documentation">📖</a></td> | ||
</tr> | ||
<tr> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jealvia"><img src="https://avatars.githubusercontent.com/u/28424830?v=4?s=75" width="75px;" alt="Jealvia"/><br /><sub><b>Jealvia</b></sub></a><br /><a href="#maintenance-Jealvia" title="Maintenance">🚧</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://adamduren.com/"><img src="https://avatars.githubusercontent.com/u/581097?v=4?s=75" width="75px;" alt="Adam Duren"/><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" valign="top" width="14.28%"><a href="https://github.com/ramikhafagi96"><img src="https://avatars.githubusercontent.com/u/38646828?v=4?s=75" width="75px;" alt="Rami Khafagi"/><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" valign="top" width="14.28%"><a href="https://rdlabo.jp/"><img src="https://avatars.githubusercontent.com/u/9690024?v=4?s=75" width="75px;" alt="Masahiko Sakakibara"/><br /><sub><b>Masahiko Sakakibara</b></sub></a><br /><a href="#maintenance-rdlabo" title="Maintenance">🚧</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/camdjn"><img src="https://avatars.githubusercontent.com/u/7116085?v=4?s=75" width="75px;" alt="Dejardin Camille"/><br /><sub><b>Dejardin Camille</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=camdjn" title="Code">💻</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://scr2em.github.io/portfolio/"><img src="https://avatars.githubusercontent.com/u/4671486?v=4?s=75" width="75px;" alt="Mohamed Abdelgwad"/><br /><sub><b>Mohamed Abdelgwad</b></sub></a><br /><a href="#maintenance-scr2em" title="Maintenance">🚧</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/shark404"><img src="https://avatars.githubusercontent.com/u/4898049?v=4?s=75" width="75px;" alt="Nathan"/><br /><sub><b>Nathan</b></sub></a><br /><a href="#maintenance-shark404" title="Maintenance">🚧</a></td> | ||
</tr> | ||
<tr> | ||
<td align="center" valign="top" width="14.28%"><a href="https://cwoebker.com/"><img src="https://avatars.githubusercontent.com/u/885085?v=4?s=75" width="75px;" alt="Cecil Wöbker"/><br /><sub><b>Cecil Wöbker</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=cwoebker" title="Code">💻</a> <a href="#maintenance-cwoebker" title="Maintenance">🚧</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pavloPyrig0"><img src="https://avatars.githubusercontent.com/u/10965335?v=4?s=75" width="75px;" alt="Pavlo Pyrig"/><br /><sub><b>Pavlo Pyrig</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=pavloPyrig0" title="Code">💻</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dupiesdupreez"><img src="https://avatars.githubusercontent.com/u/6910085?v=4?s=75" width="75px;" alt="Ruan"/><br /><sub><b>Ruan</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=dupiesdupreez" title="Code">💻</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/RickJeroen"><img src="https://avatars.githubusercontent.com/u/15357844?v=4?s=75" width="75px;" alt="RickJeroen"/><br /><sub><b>RickJeroen</b></sub></a><br /><a href="#maintenance-RickJeroen" title="Maintenance">🚧</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://t.me/reslear"><img src="https://avatars.githubusercontent.com/u/12596485?v=4?s=75" width="75px;" alt="reslear"/><br /><sub><b>reslear</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=reslear" title="Documentation">📖</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pmatter"><img src="https://avatars.githubusercontent.com/u/35367833?v=4?s=75" width="75px;" alt="Philipp Matter"/><br /><sub><b>Philipp Matter</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=pmatter" title="Code">💻</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jpike88"><img src="https://avatars.githubusercontent.com/u/9585787?v=4?s=75" width="75px;" alt="Josh Pike"/><br /><sub><b>Josh Pike</b></sub></a><br /><a href="#maintenance-jpike88" title="Maintenance">🚧</a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
@@ -621,0 +582,0 @@ |
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
Sorry, the diff of this file is not supported yet
87705
2
17
550
+ Addedtypescript-eslint@^8.12.2
+ Added@eslint-community/eslint-utils@4.4.1(transitive)
+ Added@eslint-community/regexpp@4.12.1(transitive)
+ Added@eslint/config-array@0.19.2(transitive)
+ Added@eslint/core@0.10.00.11.0(transitive)
+ Added@eslint/eslintrc@3.2.0(transitive)
+ Added@eslint/js@9.20.0(transitive)
+ Added@eslint/object-schema@2.1.6(transitive)
+ Added@eslint/plugin-kit@0.2.5(transitive)
+ Added@humanfs/core@0.19.1(transitive)
+ Added@humanfs/node@0.16.6(transitive)
+ Added@humanwhocodes/module-importer@1.0.1(transitive)
+ Added@humanwhocodes/retry@0.3.10.4.1(transitive)
+ Added@nodelib/fs.scandir@2.1.5(transitive)
+ Added@nodelib/fs.stat@2.0.5(transitive)
+ Added@nodelib/fs.walk@1.2.8(transitive)
+ Added@types/estree@1.0.6(transitive)
+ Added@types/json-schema@7.0.15(transitive)
+ Added@typescript-eslint/eslint-plugin@8.24.0(transitive)
+ Added@typescript-eslint/parser@8.24.0(transitive)
+ Added@typescript-eslint/scope-manager@8.24.0(transitive)
+ Added@typescript-eslint/type-utils@8.24.0(transitive)
+ Added@typescript-eslint/types@8.24.0(transitive)
+ Added@typescript-eslint/typescript-estree@8.24.0(transitive)
+ Added@typescript-eslint/utils@8.24.0(transitive)
+ Added@typescript-eslint/visitor-keys@8.24.0(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-jsx@5.3.2(transitive)
+ Addedajv@6.12.6(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.112.0.1(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedcallsites@3.1.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addeddeep-is@0.1.4(transitive)
+ Addedescape-string-regexp@4.0.0(transitive)
+ Addedeslint@9.20.1(transitive)
+ Addedeslint-scope@8.2.0(transitive)
+ Addedeslint-visitor-keys@3.4.34.2.0(transitive)
+ Addedespree@10.3.0(transitive)
+ Addedesquery@1.6.0(transitive)
+ Addedesrecurse@4.3.0(transitive)
+ Addedestraverse@5.3.0(transitive)
+ Addedesutils@2.0.3(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfast-glob@3.3.3(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedfast-levenshtein@2.0.6(transitive)
+ Addedfastq@1.19.0(transitive)
+ Addedfile-entry-cache@8.0.0(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedfind-up@5.0.0(transitive)
+ Addedflat-cache@4.0.1(transitive)
+ Addedflatted@3.3.2(transitive)
+ Addedglob-parent@5.1.26.0.2(transitive)
+ Addedglobals@14.0.0(transitive)
+ Addedgraphemer@1.4.0(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedignore@5.3.2(transitive)
+ Addedimport-fresh@3.3.1(transitive)
+ Addedimurmurhash@0.1.4(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedjson-buffer@3.0.1(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedjson-stable-stringify-without-jsonify@1.0.1(transitive)
+ Addedkeyv@4.5.4(transitive)
+ Addedlevn@0.4.1(transitive)
+ Addedlocate-path@6.0.0(transitive)
+ Addedlodash.merge@4.6.2(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedminimatch@3.1.29.0.5(transitive)
+ Addedms@2.1.3(transitive)
+ Addednatural-compare@1.4.0(transitive)
+ Addedoptionator@0.9.4(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedp-locate@5.0.0(transitive)
+ Addedparent-module@1.0.1(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedprelude-ls@1.2.1(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedresolve-from@4.0.0(transitive)
+ Addedreusify@1.0.4(transitive)
+ Addedrun-parallel@1.2.0(transitive)
+ Addedsemver@7.7.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedstrip-json-comments@3.1.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedts-api-utils@2.0.1(transitive)
+ Addedtype-check@0.4.0(transitive)
+ Addedtypescript@5.7.3(transitive)
+ Addedtypescript-eslint@8.24.0(transitive)
+ Addeduri-js@4.4.1(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedword-wrap@1.2.5(transitive)
+ Addedyocto-queue@0.1.0(transitive)