@zaber/motion 5.1.5 → 5.2.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": "@zaber/motion",
3
- "version": "5.1.5",
3
+ "version": "5.2.0",
4
4
  "description": "Zaber Motion Library is a multi-platform library used to operate Zaber devices.",
5
5
  "keywords": [],
6
6
  "main": "dist/lib/index.js",
@@ -120,8 +120,6 @@
120
120
  "start": "npm run test:watch",
121
121
  "start-web-example": "npx webpack serve --mode development --config examples/web/webpack.config.js",
122
122
  "test": "mocha \"test/**/*.test.ts\" \"test-e2e/**/*.test.ts\"",
123
- "test:filtered": "mocha --opts mocha.opts \"test*/**/*.test.ts\" \"test-e2e/**/*.test.ts\" --grep",
124
- "test:coverage": "nyc mocha --opts mocha.opts \"test*/**/*.test.ts\" \"test-e2e/**/*.test.ts\"",
125
123
  "test:watch": "npm run test -- --watch",
126
124
  "test-web": "npx karma start test-e2e-web/karma.conf.js --single-run",
127
125
  "test-web:watch": "npx karma start test-e2e-web/karma.conf.js --browsers Chrome",