cime-sdk 1.0.0 → 1.0.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/README.md +1 -0
- package/package.json +10 -3
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/cime-sdk)
|
|
4
4
|
[](https://www.typescriptlang.org/)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
|
+

|
|
6
7
|
|
|
7
8
|
**ci.me API를 위한 TypeScript SDK**입니다.
|
|
8
9
|
Node.js 환경만을 지원합니다.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cime-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A structural and object-oriented TypeScript SDK for ci.me API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -21,10 +21,17 @@
|
|
|
21
21
|
"test": "vitest",
|
|
22
22
|
"typecheck": "tsc --noEmit"
|
|
23
23
|
},
|
|
24
|
-
"keywords": [
|
|
24
|
+
"keywords": [
|
|
25
|
+
"cime",
|
|
26
|
+
"sdk",
|
|
27
|
+
"typescript"
|
|
28
|
+
],
|
|
25
29
|
"author": "whitespaca",
|
|
26
30
|
"license": "MIT",
|
|
27
|
-
"repository": {
|
|
31
|
+
"repository": {
|
|
32
|
+
"type": "git",
|
|
33
|
+
"url": "https://github.com/whitespaca/cime-sdk"
|
|
34
|
+
},
|
|
28
35
|
"type": "commonjs",
|
|
29
36
|
"dependencies": {
|
|
30
37
|
"axios": "^1.15.0",
|