@wavemaker/angular-codegen 11.0.0-next.140021 → 11.0.0-next.71006

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.
@@ -1033,6 +1033,38 @@
1033
1033
  }
1034
1034
  }
1035
1035
  },
1036
+ "@wm/components/containers/linear-layout": {
1037
+ "root": "projects/components/widgets/containers/linear-layout",
1038
+ "sourceRoot": "projects/components/widgets/containers/linear-layout/src",
1039
+ "projectType": "library",
1040
+ "prefix": "lib",
1041
+ "architect": {
1042
+ "build": {
1043
+ "builder": "@angular-devkit/build-ng-packagr:build",
1044
+ "options": {
1045
+ "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1046
+ "project": "projects/components/widgets/containers/linear-layout/package.json"
1047
+ },
1048
+ "configurations": {
1049
+ "production": {
1050
+ "tsConfig": "projects/components/widgets/containers/linear-layout/tsconfig.lib.prod.json"
1051
+ }
1052
+ }
1053
+ },
1054
+ "lint": {
1055
+ "builder": "@angular-devkit/build-angular:tslint",
1056
+ "options": {
1057
+ "tsConfig": [
1058
+ "projects/components/widgets/tsconfig.lib.json",
1059
+ "projects/components/widgets/tsconfig.spec.json"
1060
+ ],
1061
+ "exclude": [
1062
+ "**/node_modules/**"
1063
+ ]
1064
+ }
1065
+ }
1066
+ }
1067
+ },
1036
1068
  "@wm/components/containers/panel": {
1037
1069
  "root": "projects/components/widgets/containers/panel",
1038
1070
  "sourceRoot": "projects/components/widgets/containers/panel/src",
@@ -68,7 +68,7 @@
68
68
  "tslib": "^2.0.0",
69
69
  "x2js": "3.2.6",
70
70
  "zone.js": "~0.10.3",
71
- "@wavemaker/app-ng-runtime": "11.0.0-next.140021"
71
+ "@wavemaker/app-ng-runtime": "11.0.0-next.71006"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",