@augment-vir/common 26.0.1 → 26.0.2

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.
@@ -122,4 +122,3 @@ function randomString(inputLength = 16) {
122
122
  return stringBuilder;
123
123
  }
124
124
  exports.randomString = randomString;
125
- console.log(randomString());
@@ -115,4 +115,3 @@ export function randomString(inputLength = 16) {
115
115
  }
116
116
  return stringBuilder;
117
117
  }
118
- console.log(randomString());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@augment-vir/common",
3
- "version": "26.0.1",
3
+ "version": "26.0.2",
4
4
  "homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common",
5
5
  "bugs": {
6
6
  "url": "https://github.com/electrovir/augment-vir/issues"