@rtcamp/wporg-api-client
Advanced tools
Comparing version
{ | ||
"name": "@rtcamp/wporg-api-client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.js client for wordpress.org APIs", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -236,3 +236,3 @@ # wporg-api-client | ||
```javascript | ||
getPluginTranslations('classic-editor', 1.5); | ||
getPluginTranslations('classic-editor', '1.5'); | ||
``` | ||
@@ -265,3 +265,3 @@ | ||
```javascript | ||
getPluginStats('classic-editor) | ||
getPluginStats('classic-editor') | ||
``` | ||
@@ -371,3 +371,3 @@ | ||
```javascript | ||
getThemeTranslations('grocery-store', 1.0.2) | ||
getThemeTranslations('grocery-store', '1.0.2') | ||
``` | ||
@@ -374,0 +374,0 @@ |
64733
0.01%