@studyportals/sp-lurch-interface 2.15.0 → 3.0.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 +2 -2
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@studyportals/sp-lurch-interface",
3
- "version": "2.15.0",
3
+ "version": "3.0.0",
4
4
  "description": "Contains Data Transfer Objects required or provided by Lurch through its interface.",
5
5
  "scripts": {
6
6
  "test": "tsc && npm run test-u-o && nyc report --reporter=text",
7
7
  "test-u": "tsc && npm run test-u-o",
8
8
  "test-u-o": "npx --all --silent mocha \"bin/tests-u/**/*.test.js\"",
9
9
  "prepare-deployment": "cp package.json bin/package.json",
10
- "deploy": "npm test && npm run prepare-deployment && npm publish bin --otp=226422",
10
+ "deploy": "npm test && npm run prepare-deployment && npm publish bin --otp=946866",
11
11
  "lint": "tslint 'src/**/*.ts'",
12
12
  "lint-fix": "tslint --fix 'src/**/*.ts'",
13
13
  "coverage": "nyc report --reporter=lcov",