@anam-ai/js-sdk 4.23.1 → 4.24.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anam-ai/js-sdk",
3
- "version": "4.23.1",
3
+ "version": "4.24.0",
4
4
  "description": "Client side JavaScript SDK for Anam AI",
5
5
  "author": "Anam AI",
6
6
  "main": "dist/main/index.js",
@@ -37,9 +37,10 @@
37
37
  "build:umd": "webpack --mode=production --config=webpack.config.js",
38
38
  "format": "prettier --write \"{src,test}/**/*.ts\"",
39
39
  "lint": "eslint \"{src,test}/**/*.ts\" --fix",
40
- "test": "run-s test:director-notes test:connection-milestones",
40
+ "test": "run-s test:director-notes test:connection-milestones test:session-regions",
41
41
  "test:director-notes": "npm run build:main && node test/directorNotesHarness.js && tsc --noEmit --strict --target es2015 --moduleResolution node --skipLibCheck test/directorNotesTypes.ts",
42
42
  "test:connection-milestones": "npm run build:main && node test/connectionMilestonesHarness.js",
43
+ "test:session-regions": "npm run build:main && node test/sessionRegionsHarness.js",
43
44
  "watch": "nodemon -e ts --watch src --exec \"npm run build\"",
44
45
  "prepare": "npm run build"
45
46
  },