@blokjs/if-else 0.2.1 → 0.4.0

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/index.ts +1 -1
  2. package/package.json +4 -4
package/index.ts CHANGED
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  import type { ConditionOpts } from "@blokjs/helper";
9
- import { type Condition, type BlokService, defineNode } from "@blokjs/runner";
9
+ import { type BlokService, type Condition, defineNode } from "@blokjs/runner";
10
10
  import type { Context, NodeBase } from "@blokjs/shared";
11
11
  import type ParamsDictionary from "@blokjs/shared/dist/types/ParamsDictionary";
12
12
  import { z } from "zod";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blokjs/if-else",
3
- "version": "0.2.1",
3
+ "version": "0.4.0",
4
4
  "description": "blok if-else",
5
5
  "type": "module",
6
6
  "engines": {
@@ -25,9 +25,9 @@
25
25
  "vitest": "^4.0.18"
26
26
  },
27
27
  "dependencies": {
28
- "@blokjs/helper": "^0.2.0",
29
- "@blokjs/runner": "^0.2.0",
30
- "@blokjs/shared": "^0.2.0",
28
+ "@blokjs/helper": "^0.4.0",
29
+ "@blokjs/runner": "^0.4.0",
30
+ "@blokjs/shared": "^0.4.0",
31
31
  "lodash": "^4.17.21",
32
32
  "zod": "^3.24.2"
33
33
  },