taskin 1.0.13 → 2.0.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.
package/README.md CHANGED
@@ -55,12 +55,12 @@ Taskin is built as a modular ecosystem. Besides the CLI, you can use individual
55
55
 
56
56
  ### Task Providers
57
57
 
58
- | Provider | Description | Status | npm |
59
- | ------------------------------------- | ------------------------------------- | -------------- | ----------- |
60
- | **@opentask/taskin-fs-provider** | File System provider (Markdown files) | ✅ Stable | Coming soon |
61
- | **@opentask/taskin-redmine-provider** | Redmine integration | 🚧 Coming Soon | - |
62
- | **@opentask/taskin-jira-provider** | Jira Cloud integration | 🚧 Coming Soon | - |
63
- | **@opentask/taskin-github-provider** | GitHub Issues integration | 🚧 Coming Soon | - |
58
+ | Provider | Description | Status | npm |
59
+ | ----------------------------------------- | ------------------------------------- | -------------- | ----------- |
60
+ | **@opentask/taskin-file-system-provider** | File System provider (Markdown files) | ✅ Stable | Coming soon |
61
+ | **@opentask/taskin-redmine-provider** | Redmine integration | 🚧 Coming Soon | - |
62
+ | **@opentask/taskin-jira-provider** | Jira Cloud integration | 🚧 Coming Soon | - |
63
+ | **@opentask/taskin-github-provider** | GitHub Issues integration | 🚧 Coming Soon | - |
64
64
 
65
65
  ### Utilities
66
66
 
@@ -262,12 +262,12 @@ See [EXAMPLES.md](./EXAMPLES.md) for detailed usage examples and workflows.
262
262
 
263
263
  ## 🔌 Available Providers
264
264
 
265
- | Provider | Status | Package |
266
- | ---------------- | -------------- | ----------------------------------- |
267
- | 📁 File System | ✅ Stable | `@opentask/taskin-fs-provider` |
268
- | 🔴 Redmine | 🚧 Coming Soon | `@opentask/taskin-redmine-provider` |
269
- | 🔵 Jira | 🚧 Coming Soon | `@opentask/taskin-jira-provider` |
270
- | 🐙 GitHub Issues | 🚧 Coming Soon | `@opentask/taskin-github-provider` |
265
+ | Provider | Status | Package |
266
+ | ---------------- | -------------- | --------------------------------------- |
267
+ | 📁 File System | ✅ Stable | `@opentask/taskin-file-system-provider` |
268
+ | 🔴 Redmine | 🚧 Coming Soon | `@opentask/taskin-redmine-provider` |
269
+ | 🔵 Jira | 🚧 Coming Soon | `@opentask/taskin-jira-provider` |
270
+ | 🐙 GitHub Issues | 🚧 Coming Soon | `@opentask/taskin-github-provider` |
271
271
 
272
272
  Want to create your own provider? See [ARCHITECTURE.md](./ARCHITECTURE.md#-criando-um-novo-provider).
273
273