@verisoft/core 17.2.1 → 17.3.0

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
- {
2
- "name": "@verisoft/core",
3
- "version": "17.2.1",
4
- "peerDependencies": {
5
- "@angular/common": "^17.3.0",
6
- "@angular/core": "^17.3.0",
7
- "rxjs": "~7.8.0",
8
- "moment": "^2.30.1"
9
- },
10
- "dependencies": {},
11
- "sideEffects": false
12
- }
1
+ {
2
+ "name": "@verisoft/core",
3
+ "version": "17.3.0",
4
+ "peerDependencies": {
5
+ "@angular/common": "^17.3.0",
6
+ "@angular/core": "^17.3.0",
7
+ "rxjs": "~7.8.0",
8
+ "moment": "^2.30.1"
9
+ },
10
+ "dependencies": {},
11
+ "sideEffects": false
12
+ }
@@ -103,6 +103,6 @@ export abstract class BaseHttpService<T, TKey = number> {
103
103
  }
104
104
 
105
105
  private printNevim() {
106
- console.log("hello world")
106
+ console.log("Hello world!")
107
107
  }
108
108
  }