@skills-supply/sk 0.2.2 → 0.2.3

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -31890,7 +31890,7 @@ var package_default = {
31890
31890
  },
31891
31891
  type: "module",
31892
31892
  types: "./index.d.ts",
31893
- version: "0.2.2"
31893
+ version: "0.2.3"
31894
31894
  };
31895
31895
 
31896
31896
  // cli.ts
package/package.json CHANGED
@@ -57,5 +57,5 @@
57
57
  },
58
58
  "type": "module",
59
59
  "types": "./index.d.ts",
60
- "version": "0.2.2"
60
+ "version": "0.2.3"
61
61
  }