revdev 0.334.0 → 0.335.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.
@@ -118,5 +118,6 @@ export declare enum AiPromptName {
118
118
  WordTags = "wordTags",
119
119
  Rule = "rule",
120
120
  WordSynonym = "wordSynonym",
121
- WordMeaning = "wordMeaning"
121
+ WordMeaning = "wordMeaning",
122
+ WordTranscription = "wordTranscription"
122
123
  }
@@ -151,4 +151,5 @@ var AiPromptName;
151
151
  AiPromptName["Rule"] = "rule";
152
152
  AiPromptName["WordSynonym"] = "wordSynonym";
153
153
  AiPromptName["WordMeaning"] = "wordMeaning";
154
+ AiPromptName["WordTranscription"] = "wordTranscription";
154
155
  })(AiPromptName || (exports.AiPromptName = AiPromptName = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev",
3
- "version": "0.334.0",
3
+ "version": "0.335.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",