@polyglot-bundles/so 0.3.1 → 0.4.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.
Files changed (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/so",
3
- "version": "0.3.1",
3
+ "version": "0.4.0",
4
4
  "description": "Somali language bundle — composes the @polyglot-bundles/so-* sub-packages into a single LanguageBundle",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -32,13 +32,15 @@
32
32
  "devDependencies": {
33
33
  "vite": "^8.0.8",
34
34
  "vite-plugin-dts": "^4.5.4",
35
- "@polyglot-bundles/content-shared": "0.5.6",
35
+ "vitest": "^4.1.4",
36
36
  "@polyglot-bundles/lang-tooling": "0.0.0",
37
- "@polyglot-bundles/so-minimal-pairs": "0.3.1",
38
- "@polyglot-bundles/so-lang": "0.3.1"
37
+ "@polyglot-bundles/content-shared": "0.6.0",
38
+ "@polyglot-bundles/so-lang": "0.4.0",
39
+ "@polyglot-bundles/so-minimal-pairs": "0.4.0"
39
40
  },
40
41
  "scripts": {
41
42
  "typecheck": "tsc --noEmit",
42
- "build": "vite build"
43
+ "build": "vite build",
44
+ "test": "vitest run"
43
45
  }
44
46
  }