@aggdirect/coolmap-services 0.0.3 → 0.0.5

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,9 +10,9 @@ To Install the library
10
10
 
11
11
  ## Usage
12
12
 
13
+ import { CoolmapService } from '@aggdirect/coolmap-services';
13
14
 
14
- `import { CoolmapService } from 'coolmap-services';`
15
- `import { UtilsService } from 'coolmap-services';`
15
+ `import { UtilsService } from '@aggdirect/coolmap-services';`
16
16
 
17
17
  `Inject above imports to the component constructor.`
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aggdirect/coolmap-services",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.0",
6
6
  "@angular/core": "^14.2.0"