@arrirpc/codegen-kotlin 0.46.0 → 0.47.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arrirpc/codegen-kotlin",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.47.0",
|
4
4
|
"type": "module",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": {
|
@@ -22,8 +22,8 @@
|
|
22
22
|
"dist"
|
23
23
|
],
|
24
24
|
"dependencies": {
|
25
|
-
"@arrirpc/codegen-utils": "0.
|
26
|
-
"@arrirpc/schema": "0.
|
27
|
-
"json-schema-to-jtd": "0.
|
25
|
+
"@arrirpc/codegen-utils": "0.47.0",
|
26
|
+
"@arrirpc/schema": "0.47.0",
|
27
|
+
"json-schema-to-jtd": "0.47.0"
|
28
28
|
}
|
29
29
|
}
|