@qodalis/cli-guid 1.0.1 → 1.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/umd/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qodalis/cli-guid",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "An Angular CLI extension for generating and validating GUIDs.",
5
5
  "author": "Nicolae Lupei, Qodalis Solutions",
6
6
  "license": "MIT",
package/umd/index.js CHANGED
@@ -88,7 +88,7 @@
88
88
  const module = {
89
89
  processors: [new CliGuidCommandProcessor()],
90
90
  };
91
- window.guid = module;
91
+ window['@qodalis/cli-guid'] = module;
92
92
  }
93
93
  else {
94
94
  console.log('window is undefined');