@carto/api-client 0.0.1-0 → 0.0.1-1
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/CHANGELOG.md +7 -0
- package/README.md +13 -14
- package/build/api-client.cjs +1 -1
- package/build/api-client.modern.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
package/README.md
CHANGED
|
@@ -1,24 +1,23 @@
|
|
|
1
1
|
# `@carto/api-client`
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
WORK IN PROGRESS.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
- [Architecture document](https://app.shortcut.com/cartoteam/write/IkRvYyI6I3V1aWQgIjY2MzE1NDU0LTIyZTAtNDI4YS04NzMzLTc3YzZjN2I2MjVjYSI=?commentId=e509d33c6cdedf90599a5d3a937336d8e&commentThreadId=e7dbf03c9bd7b0fd3de40ebacbea67ee9)
|
|
5
|
+
## Installation
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
Install `@carto/api-client`:
|
|
9
8
|
|
|
10
9
|
```bash
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
npm install --save @carto/api-client
|
|
11
|
+
```
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
yarn build
|
|
13
|
+
## Documentation
|
|
16
14
|
|
|
17
|
-
|
|
18
|
-
yarn build --watch
|
|
15
|
+
WORK IN PROGRESS.
|
|
19
16
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
## Versioning
|
|
18
|
+
|
|
19
|
+
Package versioning follows [Semantic Versioning 2.0.0](https://semver.org/).
|
|
20
|
+
|
|
21
|
+
## License
|
|
23
22
|
|
|
24
|
-
|
|
23
|
+
UNLICENSED. WORK IN PROGRESS.
|
package/build/api-client.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carto/api-client",
|
|
3
|
-
"version": "0.0.1-
|
|
3
|
+
"version": "0.0.1-1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"tag": "alpha"
|
|
7
7
|
},
|
|
8
|
-
"packageManager": "yarn@4.
|
|
8
|
+
"packageManager": "yarn@4.3.1",
|
|
9
9
|
"author": "Don McCurdy <donmccurdy@carto.com>",
|
|
10
10
|
"license": "UNLICENSED",
|
|
11
11
|
"type": "module",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"vitest": "1.6.0",
|
|
86
86
|
"vue": "^3.4.27"
|
|
87
87
|
},
|
|
88
|
-
"stableVersion": "0.0.0"
|
|
88
|
+
"stableVersion": "0.0.1-0"
|
|
89
89
|
}
|