@ampsec/platform-client 10.0.0 → 10.1.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 +4 -3
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@ampsec/platform-client",
3
- "version": "10.0.0",
3
+ "version": "10.1.0",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
+ "runkitExampleFilename": "example/main.js",
6
7
  "scripts": {
7
8
  "dev": "tsc --watch",
8
9
  "prebuild": "rimraf build",
@@ -10,8 +11,8 @@
10
11
  "predocs": "rimraf public",
11
12
  "docs": "typedoc --out public src/index.ts",
12
13
  "docs:serve": "serve public -p 3080",
13
- "lint": "gts lint",
14
- "clean": "gts clean",
14
+ "lint": "gts lint src",
15
+ "clean": "gts clean src",
15
16
  "fix": "gts fix",
16
17
  "test": "jest"
17
18
  },