Skip to content

Commit

Permalink
feat: angular compilationMode partial
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-d committed Dec 1, 2023
1 parent 13392e7 commit 5372a8b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ocap",
"author": "Metad",
"version": "1.17.0-rc.2",
"version": "1.17.0-rc.3",
"scripts": {
"start": "concurrently \"yarn start:api\" \"yarn start:olap\" \"yarn start:cloud\"",
"start:cloud": "nx serve cloud --disableHostCheck --host 0.0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/ocap-angular",
"version": "1.17.0-rc.2",
"version": "1.17.0-rc.3",
"keywords": [
"metad",
"ocap",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"compilationMode": "full"
"compilationMode": "partial"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/ocap-core",
"version": "1.17.0-rc.2",
"version": "1.17.0-rc.3",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/ocap-duckdb",
"version": "1.17.0-rc.2",
"version": "1.17.0-rc.3",
"keywords": [
"metad",
"ocap",
Expand Down
2 changes: 1 addition & 1 deletion packages/echarts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/ocap-echarts",
"version": "1.17.0-rc.2",
"version": "1.17.0-rc.3",
"keywords": [
"metad",
"ocap",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/ocap-sql",
"version": "1.17.0-rc.2",
"version": "1.17.0-rc.3",
"keywords": [
"metad",
"ocap",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/store",
"version": "1.17.0-rc.2",
"version": "1.17.0-rc.3",
"keywords": [
"metad",
"ocap",
Expand Down
2 changes: 1 addition & 1 deletion packages/xmla/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@metad/ocap-xmla",
"version": "1.17.0-rc.2"
"version": "1.17.0-rc.3"
}

0 comments on commit 5372a8b

Please sign in to comment.