@generaltranslation/vue-extractor 0.1.0-iris.0 → 0.1.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.
@@ -4,7 +4,7 @@ import type { ImplicitSlotWhitespace } from './vueCompiler.js';
4
4
  export type GTComponentName = 'T' | 'Var' | 'Num' | 'DateTime' | 'Currency' | 'Plural' | 'Branch';
5
5
  /** Vue builtins whose runtime identity changes rich-content traversal. */
6
6
  export type VueBuiltinName = 'Fragment' | 'Suspense';
7
- export type StringFunctionKind = 'gt' | 'messages' | 'msg';
7
+ export type StringFunctionKind = 'gt' | 'messages' | 'msg' | 't';
8
8
  export type TemplateContainerKind = 'array' | 'object';
9
9
  export type TemplateBindings = {
10
10
  /** Lengths of statically known, non-mutated array paths. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@generaltranslation/vue-extractor",
3
- "version": "0.1.0-iris.0",
3
+ "version": "0.1.0",
4
4
  "description": "Vue source code extraction for General Translation",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -69,8 +69,8 @@
69
69
  "semver": "^7.8.5",
70
70
  "tsconfig-paths": "^4.2.0",
71
71
  "yaml": "^2.8.0",
72
- "@generaltranslation/format": "0.1.5-iris.0",
73
- "generaltranslation": "9.1.3-iris.0"
72
+ "@generaltranslation/format": "0.1.8",
73
+ "generaltranslation": "9.1.7"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/babel__traverse": "^7.20.6",