@koralium/koraliumclient 1.2.4 → 1.3.0-alpha12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@koralium/koraliumclient",
3
- "version": "1.2.4",
3
+ "version": "1.3.0-alpha12",
4
4
  "main": "./lib/index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
7
7
  "build": "tsc --build",
8
8
  "clean": "tsc --build --clean",
9
9
  "test": "jest",
10
- "coverage": "jest --coverage"
10
+ "coverage": "jest --coverage",
11
+ "publish-package": "npm publish --access public"
11
12
  },
12
13
  "devDependencies": {
13
14
  "@types/chai": "^4.2.11",
@@ -31,5 +32,6 @@
31
32
  "dependencies": {
32
33
  "grpc": "^1.24.3",
33
34
  "grpc-tools": "^1.9.0"
34
- }
35
+ },
36
+ "gitHead": "41ea46b90d804d5f4b691218e7f647c065fb6f27"
35
37
  }