@inner-dj/twilio-receiver 0.1.0 → 0.1.2
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.
- package/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# inner-dj component
|
|
2
2
|
|
|
3
|
+
<img src="https://codeberg.org/sanin/inner-dj/raw/branch/master/packages/server/assets/images/svg/logo.svg" width="128" height="128" alt="inner-dj logo"/>
|
|
4
|
+
|
|
3
5
|
This package is a component of [inner-dj](https://codeberg.org/sanin/inner-dj), the YouTube Jukebox software for groups and parties.
|
|
4
6
|
|
|
5
7
|
Individually this package doesn't do much. Please see [the documentation](https://codeberg.org/sanin/inner-dj#readme) for more info.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inner-dj/twilio-receiver",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Twilio webhook endpoint for taking song requests",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"!lib/**/*.js.map"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@inner-dj/common": "0.1.0",
|
|
26
25
|
"body-parser": "^2.2.2",
|
|
27
|
-
"twilio": "^6.0.2"
|
|
26
|
+
"twilio": "^6.0.2",
|
|
27
|
+
"@inner-dj/common": "0.1.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@sindresorhus/tsconfig": "8.1.0",
|