@cemalidev/trate 1.4.1 → 1.4.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cemalidev/trate",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "type": "module",
5
5
  "description": "Terminal-based currency tracker - convert fiat, crypto, and precious metals instantly",
6
6
  "main": "dist/index.js",
@@ -1,36 +0,0 @@
1
- name: Cleanup Old Versions
2
-
3
- on:
4
- workflow_dispatch:
5
-
6
- jobs:
7
- deprecate:
8
- name: Deprecate old versions
9
- runs-on: ubuntu-latest
10
-
11
- steps:
12
- - name: Deprecate old versions
13
- run: |
14
- curl -X PUT \
15
- -H "Authorization: Bearer ${{ secrets.NPM_TOKEN }}" \
16
- -H "Content-Type: application/json" \
17
- -d '{"deprecated": "Please use v1.4.0 or later"}' \
18
- "https://registry.npmjs.org/@cemalidev/trate/1.0.0"
19
-
20
- curl -X PUT \
21
- -H "Authorization: Bearer ${{ secrets.NPM_TOKEN }}" \
22
- -H "Content-Type: application/json" \
23
- -d '{"deprecated": "Please use v1.4.0 or later"}' \
24
- "https://registry.npmjs.org/@cemalidev/trate/1.0.1"
25
-
26
- curl -X PUT \
27
- -H "Authorization: Bearer ${{ secrets.NPM_TOKEN }}" \
28
- -H "Content-Type: application/json" \
29
- -d '{"deprecated": "Please use v1.4.0 or later"}' \
30
- "https://registry.npmjs.org/@cemalidev/trate/1.0.2"
31
-
32
- curl -X PUT \
33
- -H "Authorization: Bearer ${{ secrets.NPM_TOKEN }}" \
34
- -H "Content-Type: application/json" \
35
- -d '{"deprecated": "Please use v1.4.0 or later"}' \
36
- "https://registry.npmjs.org/@cemalidev/trate/1.0.3"