@mojir/dvala 0.0.14 → 0.0.15

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli/cli.js CHANGED
@@ -477,7 +477,7 @@ function findAllOccurrences(input, pattern) {
477
477
  }
478
478
  //#endregion
479
479
  //#region package.json
480
- var version = "0.0.14";
480
+ var version = "0.0.15";
481
481
  //#endregion
482
482
  //#region src/typeGuards/string.ts
483
483
  function isString(value, options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojir/dvala",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "dvala",
5
5
  "author": "Albert Mojir",
6
6
  "license": "MIT",