Skip to content

Commit 6407f48

Browse files
committed
fix(ngx-restangular): updated version and fixed compiler configs
1 parent 48e6e65 commit 6407f48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

projects/ngx-restangular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-restangular",
3-
"version": "6.0.0-rc.1",
3+
"version": "6.0.0",
44
"description": "ngx-restangular",
55
"repository": {
66
"type": "git",

projects/ngx-restangular/tsconfig.lib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"fullTemplateTypeCheck": true,
2525
"strictInjectionParameters": true,
2626
"flatModuleId": "AUTOGENERATED",
27-
"flatModuleOutFile": "AUTOGENERATED"
27+
"flatModuleOutFile": "AUTOGENERATED",
28+
"enableIvy": false
2829
},
2930
"exclude": [
3031
"src/test.ts",

0 commit comments

Comments
 (0)