@inner-dj/twilio-receiver 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,13 +1,17 @@
1
1
  {
2
2
  "name": "@inner-dj/twilio-receiver",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Twilio webhook endpoint for taking song requests",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://codeberg.org/sanin/inner-dj.git"
8
8
  },
9
9
  "license": "MIT",
10
- "author": "Cory Sanin",
10
+ "author": {
11
+ "name": "Cory Sanin",
12
+ "email": "corysanin@outlook.com",
13
+ "url": "https://sanin.dev/"
14
+ },
11
15
  "type": "module",
12
16
  "exports": {
13
17
  ".": {
@@ -24,7 +28,7 @@
24
28
  "dependencies": {
25
29
  "body-parser": "^2.2.2",
26
30
  "twilio": "^6.0.2",
27
- "@inner-dj/common": "0.1.4"
31
+ "@inner-dj/common": "0.1.6"
28
32
  },
29
33
  "devDependencies": {
30
34
  "@sindresorhus/tsconfig": "8.1.0",