taskin 2.2.0 → 2.2.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/dist/index.js +1 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -7225,10 +7225,9 @@ function info(message) {
7225
7225
 
7226
7226
  // src/lib/config-manager.ts
7227
7227
  init_esm_shims();
7228
- import * as TaskinTypes from "@opentask/taskin-types";
7228
+ import { TaskinConfigSchema } from "@opentask/taskin-types";
7229
7229
  import { existsSync, readFileSync, writeFileSync } from "fs";
7230
7230
  import { join } from "path";
7231
- var { TaskinConfigSchema } = TaskinTypes;
7232
7231
  function getAutomationBehavior(level, commits) {
7233
7232
  const presets = {
7234
7233
  manual: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskin",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Task management system integrated with Git workflows",
5
5
  "motivation": "Provide a CLI tool for task management integrated with Git workflows",
6
6
  "solve": "Simplifies task tracking and management directly from the command line",
@@ -83,8 +83,8 @@
83
83
  "ws": "^8.18.3",
84
84
  "zod": "^3.25.76",
85
85
  "@opentask/taskin-file-system-provider": "2.2.0",
86
- "@opentask/taskin-types": "1.0.5",
87
- "@opentask/taskin-utils": "1.1.0"
86
+ "@opentask/taskin-utils": "1.1.0",
87
+ "@opentask/taskin-types": "1.0.5"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@types/node": "^20.19.24",