Skip to content

Commit 09245e6

Browse files
committed
Update documentation and node deps
1 parent 37c0262 commit 09245e6

File tree

4 files changed

+28
-67
lines changed

4 files changed

+28
-67
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Python 3.7+
1919
If the python package is hosted on a repository, you can install directly using:
2020

2121
```sh
22-
pip install git+https://https://github.com/freeclimbapi/python-sdk.git
22+
pip install git+https://github.com/freeclimbapi/python-sdk.git
2323
```
24-
(you may need to run `pip` with root permission: `sudo pip install git+https://https://github.com/freeclimbapi/python-sdk.git`)
24+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/freeclimbapi/python-sdk.git`)
2525

2626
Then import the package:
2727
```python

openapi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2464,6 +2464,7 @@
24642464
},
24652465
{
24662466
"required": ["text"],
2467+
"type": "object",
24672468
"properties": {
24682469
"text": {
24692470
"description": "The message to be played to the caller using TTS. The size of the string is limited to 4 KB (or 4,096 bytes). An empty string will cause the command to be skipped.",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
3-
"@stoplight/prism-cli": "5.6.0",
3+
"@stoplight/json": "3.21.7",
4+
"@stoplight/prism-cli": "5.14.2",
45
"fast-xml-parser": "^4.5.0",
56
"jsonpath-plus": "^10.3.0"
67
},

yarn.lock

Lines changed: 23 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
resolved "https://registry.yarnpkg.com/@jsep-plugin/regex/-/regex-1.0.4.tgz#cb2fc423220fa71c609323b9ba7f7d344a755fcc"
2828
integrity sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==
2929

30-
"@stoplight/http-spec@^7.0.2", "@stoplight/http-spec@^7.0.3":
30+
"@stoplight/http-spec@^7.0.3":
3131
version "7.1.0"
3232
resolved "https://registry.yarnpkg.com/@stoplight/http-spec/-/http-spec-7.1.0.tgz#516fec5f4b08cc93dadfb4969a6f9616165b0553"
3333
integrity sha512-Z2XqKX2SV8a1rrgSzFqccX2TolfcblT+l4pNvUU+THaLl50tKDoeidwWWZTzYUzqU0+UV97ponvqEbWWN3PaXg==
@@ -108,33 +108,33 @@
108108
resolved "https://registry.yarnpkg.com/@stoplight/path/-/path-1.3.2.tgz#96e591496b72fde0f0cdae01a61d64f065bd9ede"
109109
integrity sha512-lyIc6JUlUA8Ve5ELywPC8I2Sdnh1zc1zmbYgVarhXIp9YeAB0ReeqmGEOWNtlHkbP2DAA1AL65Wfn2ncjK/jtQ==
110110

111-
"@stoplight/prism-cli@5.6.0":
112-
version "5.6.0"
113-
resolved "https://registry.yarnpkg.com/@stoplight/prism-cli/-/prism-cli-5.6.0.tgz#fc6590936eb290bf60bfe289eb6ac3b3366c2031"
114-
integrity sha512-BCCeWKjmjtFDQQv0qCATIE3L0HtnQQa3tUNvcMoCfZWIEe2McSGZkudckBsmGFfv6xycUrTkHSI/HNxhKYp5fg==
111+
"@stoplight/prism-cli@5.14.2":
112+
version "5.14.2"
113+
resolved "https://registry.yarnpkg.com/@stoplight/prism-cli/-/prism-cli-5.14.2.tgz#4729662fddb08f4ce03a7ccb98817f368e3940e1"
114+
integrity sha512-S/x47zQa7NgoGAD0Q1JlijV7GRDd1zP/FcIpxSh+cJRUUImfALJJm1R3ONLweP97oG/b9BrwRyC+0GNYuzrviw==
115115
dependencies:
116-
"@stoplight/http-spec" "^7.0.2"
117-
"@stoplight/json" "^3.18.1"
116+
"@stoplight/json" "3.21.7"
118117
"@stoplight/json-schema-ref-parser" "9.2.7"
119-
"@stoplight/prism-core" "^5.6.0"
120-
"@stoplight/prism-http" "^5.6.0"
121-
"@stoplight/prism-http-server" "^5.6.0"
118+
"@stoplight/prism-core" "^5.8.0"
119+
"@stoplight/prism-http" "5.12.0"
120+
"@stoplight/prism-http-server" "^5.12.0"
122121
"@stoplight/types" "^14.1.0"
123122
chalk "^4.1.2"
124123
chokidar "^3.5.2"
125124
fp-ts "^2.11.5"
126-
json-schema-faker "0.5.3"
125+
json-schema-faker "0.5.8"
126+
jsonrepair "^3.12.0"
127127
lodash "^4.17.21"
128128
node-fetch "^2.6.5"
129129
pino "^6.13.3"
130130
signale "^1.4.0"
131-
split2 "^3.2.2"
131+
split2 "^4.2.0"
132132
tslib "^2.3.1"
133133
uri-template-lite "^22.9.0"
134134
urijs "^1.19.11"
135135
yargs "^16.2.0"
136136

137-
"@stoplight/prism-core@^5.6.0", "@stoplight/prism-core@^5.8.0":
137+
"@stoplight/prism-core@^5.8.0":
138138
version "5.8.0"
139139
resolved "https://registry.yarnpkg.com/@stoplight/prism-core/-/prism-core-5.8.0.tgz#850917e1c45bfcd92012b3b235d20e3087600372"
140140
integrity sha512-fmH7n6e0thzOGcD5uZBu/Xx1iFNfpc9ACTxPie+lFD54SJ214M2FIFXD7kV+NCFlC+w5OFw+lJRaYM859uMnAg==
@@ -144,7 +144,7 @@
144144
pino "^6.13.3"
145145
tslib "^2.3.1"
146146

147-
"@stoplight/prism-http-server@^5.6.0":
147+
"@stoplight/prism-http-server@^5.12.0":
148148
version "5.12.2"
149149
resolved "https://registry.yarnpkg.com/@stoplight/prism-http-server/-/prism-http-server-5.12.2.tgz#d8de94f6b3506b464a5c89ff049b1e0fc9822ef9"
150150
integrity sha512-h7MpOuv/WPvf4MhQmXw3CygAZp64Ts0SOM4BdoafcgAOJZyvRAOjUNJeelGJsHYdPK0aB9NZsqsaKBtNfkYj+A==
@@ -162,7 +162,7 @@
162162
tslib "^2.3.1"
163163
type-is "^1.6.18"
164164

165-
"@stoplight/prism-http@^5.12.0", "@stoplight/prism-http@^5.6.0":
165+
"@stoplight/prism-http@5.12.0", "@stoplight/prism-http@^5.12.0":
166166
version "5.12.0"
167167
resolved "https://registry.yarnpkg.com/@stoplight/prism-http/-/prism-http-5.12.0.tgz#b763292c5044e9213b558cbc44e5a2187cfffea4"
168168
integrity sha512-H+B/SO4SgQ6DT3CHIDCMQFGOe48Yecj0Eu+6rXwrs5m1JFyA2nlDwz+r73QJLGQanN4Biod2s0V9pZRcs2JnPA==
@@ -664,11 +664,6 @@ iconv-lite@0.6.3:
664664
dependencies:
665665
safer-buffer ">= 2.1.2 < 3.0.0"
666666

667-
inherits@^2.0.3:
668-
version "2.0.4"
669-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
670-
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
671-
672667
io-ts@^2.2.16:
673668
version "2.2.22"
674669
resolved "https://registry.yarnpkg.com/io-ts/-/io-ts-2.2.22.tgz#5ab0d3636fe8494a275f0266461ab019da4b8d0b"
@@ -755,14 +750,6 @@ json-schema-compare@^0.2.2:
755750
dependencies:
756751
lodash "^4.17.4"
757752

758-
json-schema-faker@0.5.3:
759-
version "0.5.3"
760-
resolved "https://registry.yarnpkg.com/json-schema-faker/-/json-schema-faker-0.5.3.tgz#92f8a102037acf68e1c8e3a2e7c85726d285512d"
761-
integrity sha512-BeIrR0+YSrTbAR9dOMnjbFl1MvHyXnq+Wpdw1FpWZDHWKLzK229hZ5huyPcmzFUfVq1ODwf40WdGVoE266UBUg==
762-
dependencies:
763-
json-schema-ref-parser "^6.1.0"
764-
jsonpath-plus "^7.2.0"
765-
766753
json-schema-faker@0.5.8:
767754
version "0.5.8"
768755
resolved "https://registry.yarnpkg.com/json-schema-faker/-/json-schema-faker-0.5.8.tgz#13e8b53fef4d86de5c5d164763c80427da892b0c"
@@ -799,10 +786,10 @@ jsonpath-plus@^10.1.0, jsonpath-plus@^10.3.0:
799786
"@jsep-plugin/regex" "^1.0.4"
800787
jsep "^1.4.0"
801788

802-
jsonpath-plus@^7.2.0:
803-
version "7.2.0"
804-
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz#7ad94e147b3ed42f7939c315d2b9ce490c5a3899"
805-
integrity sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==
789+
jsonrepair@^3.12.0:
790+
version "3.13.1"
791+
resolved "https://registry.yarnpkg.com/jsonrepair/-/jsonrepair-3.13.1.tgz#d5f0de4878646e03a516ed325a72adb29491d9b2"
792+
integrity sha512-WJeiE0jGfxYmtLwBTEk8+y/mYcaleyLXWaqp5bJu0/ZTSeG0KQq/wWQ8pmnkKenEdN6pdnn6QtcoSUkbqDHWNw==
806793

807794
liquid-json@0.3.1:
808795
version "0.3.1"
@@ -1050,15 +1037,6 @@ quick-format-unescaped@^4.0.3:
10501037
resolved "https://registry.yarnpkg.com/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz#93ef6dd8d3453cbc7970dd614fad4c5954d6b5a7"
10511038
integrity sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==
10521039

1053-
readable-stream@^3.0.0:
1054-
version "3.6.2"
1055-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
1056-
integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
1057-
dependencies:
1058-
inherits "^2.0.3"
1059-
string_decoder "^1.1.1"
1060-
util-deprecate "^1.0.1"
1061-
10621040
readdirp@~3.6.0:
10631041
version "3.6.0"
10641042
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
@@ -1076,11 +1054,6 @@ require-from-string@^2.0.2:
10761054
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
10771055
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
10781056

1079-
safe-buffer@~5.2.0:
1080-
version "5.2.1"
1081-
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
1082-
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
1083-
10841057
safe-stable-stringify@^1.1:
10851058
version "1.1.1"
10861059
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-1.1.1.tgz#c8a220ab525cd94e60ebf47ddc404d610dc5d84a"
@@ -1118,12 +1091,10 @@ sonic-boom@^1.0.2:
11181091
atomic-sleep "^1.0.0"
11191092
flatstr "^1.0.12"
11201093

1121-
split2@^3.2.2:
1122-
version "3.2.2"
1123-
resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f"
1124-
integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==
1125-
dependencies:
1126-
readable-stream "^3.0.0"
1094+
split2@^4.2.0:
1095+
version "4.2.0"
1096+
resolved "https://registry.yarnpkg.com/split2/-/split2-4.2.0.tgz#c9c5920904d148bab0b9f67145f245a86aadbfa4"
1097+
integrity sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==
11271098

11281099
sprintf-js@~1.0.2:
11291100
version "1.0.3"
@@ -1139,13 +1110,6 @@ string-width@^4.1.0, string-width@^4.2.0:
11391110
is-fullwidth-code-point "^3.0.0"
11401111
strip-ansi "^6.0.1"
11411112

1142-
string_decoder@^1.1.1:
1143-
version "1.3.0"
1144-
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
1145-
integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
1146-
dependencies:
1147-
safe-buffer "~5.2.0"
1148-
11491113
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11501114
version "6.0.1"
11511115
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
@@ -1217,11 +1181,6 @@ urijs@^1.19.11:
12171181
resolved "https://registry.yarnpkg.com/urijs/-/urijs-1.19.11.tgz#204b0d6b605ae80bea54bea39280cdb7c9f923cc"
12181182
integrity sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==
12191183

1220-
util-deprecate@^1.0.1:
1221-
version "1.0.2"
1222-
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
1223-
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
1224-
12251184
utility-types@^3.10.0:
12261185
version "3.11.0"
12271186
resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.11.0.tgz#607c40edb4f258915e901ea7995607fdf319424c"

0 commit comments

Comments
 (0)