@fastkit/icon-font-gen 0.12.2 → 0.12.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.
@@ -361,7 +361,7 @@ Path of the configuration file. (default: [your package directory]${path.sep}${D
361
361
  });
362
362
  });
363
363
  cli.help();
364
- cli.version("0.12.2");
364
+ cli.version("0.12.3");
365
365
  cli.parse();
366
366
  }
367
367
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/icon-font-gen",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "A tool to generate icon web fonts and their definitions Type-safe for your application.",
5
5
  "buildOptions": {
6
6
  "name": "IconFont"
@@ -42,10 +42,10 @@
42
42
  },
43
43
  "homepage": "https://github.com/dadajam4/fastkit/tree/main/packages/icon-font-gen#readme",
44
44
  "dependencies": {
45
- "@fastkit/ev": "0.12.2",
46
- "@fastkit/icon-font": "0.12.2",
47
- "@fastkit/node-util": "0.12.2",
48
- "@fastkit/tiny-logger": "0.12.2",
45
+ "@fastkit/ev": "0.12.3",
46
+ "@fastkit/icon-font": "0.12.3",
47
+ "@fastkit/node-util": "0.12.3",
48
+ "@fastkit/tiny-logger": "0.12.3",
49
49
  "cac": "^6.7.11",
50
50
  "chokidar": "^3.5.0",
51
51
  "fs-extra": "^11.1.0",