klaim 1.7.3 → 1.7.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.
@@ -44,10 +44,10 @@ jobs:
44
44
  npx npm-check-updates -u
45
45
  npm install
46
46
 
47
- # - name: Test and build
48
- # run: |
49
- # npm run test
50
- # npm run build
47
+ - name: Test and build
48
+ run: |
49
+ npm run test
50
+ npm run build
51
51
 
52
52
  - name: Release
53
53
  run: npm run release
package/README.md CHANGED
@@ -40,11 +40,11 @@
40
40
 
41
41
  ## ⌛ Next features
42
42
 
43
- - [ ] Pagination (Version: 1.8)
44
- - [ ] Rate Limiting (Version: 1.9)
45
- - [ ] Login (Version: 1.10)
46
- - [ ] Time Out (Version: 1.11)
47
- - [ ] Error Handling (Version: 1.12)
43
+ - Pagination (Version: 1.8)
44
+ - Rate Limiting (Version: 1.9)
45
+ - Login (Version: 1.10)
46
+ - Time Out (Version: 1.11)
47
+ - Error Handling (Version: 1.12)
48
48
 
49
49
  ## 📥 Installation
50
50
 
package/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antharuu/klaim",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "Klaim is a lightweight TypeScript library designed to manage APIs and record requests, optimized for an optimal user experience.",
5
5
  "repository": {
6
6
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "klaim",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "author": "antharuu",
5
5
  "repository": {
6
6
  "type": "git",