@jvsoft/utils 0.0.12 → 0.0.13-alpha.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +7 -11
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @jvsoft/utils
2
2
 
3
- ## 0.0.12
3
+ ## 0.0.13-alpha.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - ?
7
+ - Fix Error
8
8
 
9
- ## 0.0.11
9
+ ## 0.0.10-alpha.0
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - WSpace
13
+ - FIX ERROR
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@jvsoft/utils",
3
- "version": "0.0.12",
3
+ "version": "0.0.13-alpha.1",
4
+ "description": "JVSOFT Angular Utils",
4
5
  "publishConfig": {
5
- "access": "public",
6
- "tag": "alpha"
6
+ "tag": "alpha",
7
+ "access": "public"
7
8
  },
8
9
  "peerDependencies": {
9
10
  "@angular/common": ">=16.0.0",
@@ -12,20 +13,15 @@
12
13
  "@angular/material": ">=16.0.0",
13
14
  "@rxweb/reactive-form-validators": ">=13.0.0",
14
15
  "crypto-js": "^4.2.0",
16
+ "file-saver": "^2.0.5",
15
17
  "jwt-decode": "^4.0.0",
16
18
  "moment": "^2.30.1",
17
19
  "ngx-toastr": "^19.0.0",
18
20
  "sweetalert2": "^11.17.2",
19
- "xlsx": "^0.18.5",
20
- "file-saver": "^2.0.5"
21
+ "xlsx": "^0.18.5"
21
22
  },
22
23
  "dependencies": {
23
24
  "tslib": "^2.3.0"
24
25
  },
25
- "sideEffects": false,
26
- "scripts": {
27
- "build": "ng build utils --configuration production",
28
- "watch": "ng build utils --watch --configuration development",
29
- "test": "ng test utils"
30
- }
26
+ "sideEffects": false
31
27
  }