seam 0.98.0 → 1.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.
- package/README.md +6 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Seam JavaScript SDK
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/seam)
|
|
4
|
-
[](https://github.com/seamapi/javascript/actions/workflows/check.yml)
|
|
5
5
|
|
|
6
6
|
JavaScript SDK for the Seam API written in TypeScript.
|
|
7
7
|
|
|
@@ -495,8 +495,8 @@ app.listen(8080, () => {
|
|
|
495
495
|
### Quickstart
|
|
496
496
|
|
|
497
497
|
```
|
|
498
|
-
$ git clone https://github.com/seamapi/javascript
|
|
499
|
-
$ cd javascript
|
|
498
|
+
$ git clone https://github.com/seamapi/javascript.git
|
|
499
|
+
$ cd javascript
|
|
500
500
|
$ nvm install
|
|
501
501
|
$ npm install
|
|
502
502
|
```
|
|
@@ -515,10 +515,10 @@ The [source code] is hosted on GitHub.
|
|
|
515
515
|
Clone the project with
|
|
516
516
|
|
|
517
517
|
```
|
|
518
|
-
$ git clone git@github.com:seamapi/javascript
|
|
518
|
+
$ git clone git@github.com:seamapi/javascript.git
|
|
519
519
|
```
|
|
520
520
|
|
|
521
|
-
[source code]: https://github.com/seamapi/javascript
|
|
521
|
+
[source code]: https://github.com/seamapi/javascript
|
|
522
522
|
|
|
523
523
|
### Requirements
|
|
524
524
|
|
|
@@ -571,7 +571,7 @@ $ gh workflow run version.yml --raw-field version=<version>
|
|
|
571
571
|
|
|
572
572
|
[GitHub CLI]: https://cli.github.com/
|
|
573
573
|
[npm-version]: https://docs.npmjs.com/cli/version
|
|
574
|
-
[version workflow_dispatch on GitHub Actions]: https://github.com/seamapi/javascript
|
|
574
|
+
[version workflow_dispatch on GitHub Actions]: https://github.com/seamapi/javascript/actions?query=workflow%3Aversion
|
|
575
575
|
|
|
576
576
|
## GitHub Actions
|
|
577
577
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "seam",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "JavaScript SDK for the Seam API written in TypeScript.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"keywords": [
|
|
23
23
|
"node"
|
|
24
24
|
],
|
|
25
|
-
"homepage": "https://github.com/seamapi/javascript
|
|
26
|
-
"bugs": "https://github.com/seamapi/javascript
|
|
27
|
-
"repository": "seamapi/javascript
|
|
25
|
+
"homepage": "https://github.com/seamapi/javascript",
|
|
26
|
+
"bugs": "https://github.com/seamapi/javascript/issues",
|
|
27
|
+
"repository": "seamapi/javascript",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"author": {
|
|
30
30
|
"name": "Seam Labs, Inc.",
|