scv-bilara 3.205.21 → 3.206.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scv-bilara",
3
- "version": "3.205.21",
3
+ "version": "3.206.2",
4
4
  "description": "SuttaCentral bilara-data library",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -8,14 +8,14 @@
8
8
  "test": "test"
9
9
  },
10
10
  "dependencies": {
11
- "@sc-voice/vitest": "^4.0.1",
11
+ "@sc-voice/vitest": "^4.1.7",
12
12
  "check-node-version": "^4.0.1",
13
13
  "js-ebt": "^1.3.0",
14
14
  "json5": "^2.1.3",
15
15
  "log-instance": "^1.9.0",
16
16
  "memo-again": "^0.13.0",
17
17
  "merkle-json": "^2.15.0",
18
- "scv-esm": "^1.138.3",
18
+ "scv-esm": "^1.139.2",
19
19
  "suttacentral-api": "^2.25.0",
20
20
  "tmp": "^0.2.3"
21
21
  },
@@ -5,6 +5,7 @@ SCRIPT=`basename $0 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`
5
5
 
6
6
  echo "npm version:" `npm -v`
7
7
  npm install --verbose --save scv-esm@latest
8
+ npm install --verbose --save @sc-voice/vitest@latest
8
9
  npm install --verbose --save suttacentral-api@latest
9
10
  npm install --verbose --save log-instance@latest
10
11
  npm install --verbose --save memo-again@latest