revdev 0.134.0 → 0.135.0

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.
@@ -35,6 +35,6 @@ export interface LinkWordRequest extends BasicLinkWordRequest {
35
35
  }
36
36
  export interface LinkTagWordRequest extends BasicLinkWordRequest {
37
37
  code: string;
38
- languageCode?: string;
38
+ languageCode: string;
39
39
  }
40
40
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev",
3
- "version": "0.134.0",
3
+ "version": "0.135.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",