tiime-sdk 1.0.0 → 2.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/package.json +11 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tiime-sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "TypeScript SDK for Tiime accounting API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -17,16 +17,6 @@
|
|
|
17
17
|
"README.md",
|
|
18
18
|
"LICENSE"
|
|
19
19
|
],
|
|
20
|
-
"scripts": {
|
|
21
|
-
"build": "tsup",
|
|
22
|
-
"dev": "tsup --watch",
|
|
23
|
-
"lint": "biome check src/",
|
|
24
|
-
"format": "biome format --write src/",
|
|
25
|
-
"test": "vitest run",
|
|
26
|
-
"test:watch": "vitest",
|
|
27
|
-
"prepublishOnly": "pnpm build",
|
|
28
|
-
"release": "changeset publish"
|
|
29
|
-
},
|
|
30
20
|
"keywords": [
|
|
31
21
|
"tiime",
|
|
32
22
|
"accounting",
|
|
@@ -63,5 +53,14 @@
|
|
|
63
53
|
"tsup": "^8.5.1",
|
|
64
54
|
"typescript": "^5.9.3",
|
|
65
55
|
"vitest": "^4.0.18"
|
|
56
|
+
},
|
|
57
|
+
"scripts": {
|
|
58
|
+
"build": "tsup",
|
|
59
|
+
"dev": "tsup --watch",
|
|
60
|
+
"lint": "biome check src/",
|
|
61
|
+
"format": "biome format --write src/",
|
|
62
|
+
"test": "vitest run",
|
|
63
|
+
"test:watch": "vitest",
|
|
64
|
+
"release": "changeset publish"
|
|
66
65
|
}
|
|
67
|
-
}
|
|
66
|
+
}
|