tracelog-client-sdk 0.1.3 → 0.1.4
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/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tracelog-client-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Views of the official SDK for the TraceLog SaaS platform",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"files": [
|
|
8
|
-
"dist"
|
|
8
|
+
"dist",
|
|
9
|
+
"README.md",
|
|
10
|
+
"LICENSE"
|
|
9
11
|
],
|
|
10
12
|
"scripts": {
|
|
11
13
|
"build": "tsc",
|
|
@@ -20,7 +22,7 @@
|
|
|
20
22
|
"tracelog-saas"
|
|
21
23
|
],
|
|
22
24
|
"author": "Yakup Hadutoğlu <yakuphad2004@gmail.com>",
|
|
23
|
-
"license": "
|
|
25
|
+
"license": "MIT",
|
|
24
26
|
"dependencies": {
|
|
25
27
|
"axios": "^1.13.2"
|
|
26
28
|
},
|