@xylabs/sdk-js 2.3.7 → 2.3.8
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/README.md +9 -16
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,17 +12,12 @@
|
|
|
12
12
|
|
|
13
13
|
## Table of Contents
|
|
14
14
|
|
|
15
|
-
- [
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
- [Start](#start)
|
|
22
|
-
- [Lint](#lint)
|
|
23
|
-
- [Maintainers](#maintainers)
|
|
24
|
-
- [License](#license)
|
|
25
|
-
- [Credits](#credits)
|
|
15
|
+
- [Description](#description)
|
|
16
|
+
- [Install](#install)
|
|
17
|
+
- [Scripts](#scripts)
|
|
18
|
+
- [Maintainers](#maintainers)
|
|
19
|
+
- [License](#license)
|
|
20
|
+
- [Credits](#credits)
|
|
26
21
|
|
|
27
22
|
## Description
|
|
28
23
|
|
|
@@ -42,11 +37,9 @@ Using yarn:
|
|
|
42
37
|
$ yarn add @xylabs/sdk-js
|
|
43
38
|
```
|
|
44
39
|
|
|
45
|
-
##
|
|
40
|
+
## Scripts
|
|
46
41
|
|
|
47
|
-
See [ts-scripts](https://github.com/xylabs/ts-scripts/blob/main/README.md) for list of
|
|
48
|
-
|
|
49
|
-
## Custom Scripts
|
|
42
|
+
See [ts-scripts](https://github.com/xylabs/ts-scripts/blob/main/README.md) for list of shared scripts. The below scripts are custom scripts for this repo.
|
|
50
43
|
|
|
51
44
|
### Start
|
|
52
45
|
|
|
@@ -61,7 +54,7 @@ $ yarn start
|
|
|
61
54
|
Upgraded lint for readme, etc...
|
|
62
55
|
|
|
63
56
|
```sh
|
|
64
|
-
$ yarn
|
|
57
|
+
$ yarn lint
|
|
65
58
|
```
|
|
66
59
|
|
|
67
60
|
## Maintainers
|
package/package.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"typescript",
|
|
27
27
|
"esm"
|
|
28
28
|
],
|
|
29
|
-
"version": "2.3.
|
|
29
|
+
"version": "2.3.8",
|
|
30
30
|
"type": "module",
|
|
31
31
|
"main": "dist/index.js",
|
|
32
32
|
"module": "dist/index.js",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"rollbar": "^2.24.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
|
+
"lint": "eslint .",
|
|
44
45
|
"compile": "tsc -p tsconfig.build.json",
|
|
45
46
|
"lint-pkg": "npmPkgJsonLint .",
|
|
46
47
|
"test": "jest"
|
|
@@ -66,7 +67,6 @@
|
|
|
66
67
|
"remark-cli": "^10.0.1",
|
|
67
68
|
"remark-lint": "^9.1.0",
|
|
68
69
|
"remark-preset-lint-markdown-style-guide": "^5.1.1",
|
|
69
|
-
"remark-preset-lint-recommended": "^6.1.1",
|
|
70
70
|
"rollbar": "^2.24.0",
|
|
71
71
|
"ts-jest": "^27.0.7",
|
|
72
72
|
"ts-node": "^10.4.0",
|