tiime-sdk 2.1.0 → 2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -125,7 +125,7 @@ try {
125
125
 
126
126
  ## Documentation
127
127
 
128
- Voir la [documentation complete](https://yabbal.github.io/tiime-cli/docs/sdk).
128
+ Voir la [documentation complete](https://yabbal.github.io/tiime/docs/sdk).
129
129
 
130
130
  ## Licence
131
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tiime-sdk",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "TypeScript SDK for Tiime accounting API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -30,16 +30,16 @@
30
30
  "license": "MIT",
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "git+https://github.com/yabbal/tiime-cli.git",
33
+ "url": "git+https://github.com/yabbal/tiime.git",
34
34
  "directory": "packages/tiime-sdk"
35
35
  },
36
36
  "publishConfig": {
37
37
  "provenance": true,
38
38
  "access": "public"
39
39
  },
40
- "homepage": "https://github.com/yabbal/tiime-cli#readme",
40
+ "homepage": "https://github.com/yabbal/tiime#readme",
41
41
  "bugs": {
42
- "url": "https://github.com/yabbal/tiime-cli/issues"
42
+ "url": "https://github.com/yabbal/tiime/issues"
43
43
  },
44
44
  "engines": {
45
45
  "node": ">=20"