devlab-one-dynamic-alert 1.0.0 → 1.0.1

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.
package/README.md CHANGED
@@ -31,7 +31,7 @@ The library eliminates the need to manually create dialog components for simple
31
31
  ## Installation
32
32
 
33
33
  ```bash
34
- npm install @your-scope/dynamic-alert
34
+ npm install devlab-one-dynamic-alert
35
35
  ```
36
36
 
37
37
  ---
@@ -39,7 +39,7 @@ npm install @your-scope/dynamic-alert
39
39
  ## Inject Alert Service
40
40
 
41
41
  ```typescript
42
- import { AlertService } from '@your-scope/dynamic-alert';
42
+ import { AlertService } from 'devlab-one-dynamic-alert';
43
43
 
44
44
  constructor(
45
45
  private alertService: AlertService
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devlab-one-dynamic-alert",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0"
Binary file