Skip to content

Commit 34dd7f0

Browse files
author
Teamcity
committed
Bump plugin version to 0.2.22 for next development track
1 parent c8f3fae commit 34dd7f0

File tree

1 file changed

+88
-88
lines changed

1 file changed

+88
-88
lines changed

package.json

Lines changed: 88 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,89 @@
11
{
2-
"name": "CockroachDB",
3-
"version": "0.2.21",
4-
"author": "hackolade",
5-
"engines": {
6-
"hackolade": "7.7.10",
7-
"hackoladePlugin": "1.2.0"
8-
},
9-
"contributes": {
10-
"target": {
11-
"applicationTarget": "CockroachDB",
12-
"title": "CockroachDB",
13-
"versions": [
14-
"v22.x",
15-
"v23.x",
16-
"v24.x",
17-
"v25.x"
18-
]
19-
},
20-
"features": {
21-
"nestedCollections": false,
22-
"disablePatternField": true,
23-
"disableMultipleTypes": true,
24-
"enableForwardEngineering": true,
25-
"disableReverseEngineering": false,
26-
"disableChoices": true,
27-
"enableJsonType": true,
28-
"useJsonTypesWithComplexTypes": true,
29-
"reverseSchemaIntoOneColumn": true,
30-
"disableDenormalization": true,
31-
"enableComplexTypesNormalization": true,
32-
"generateAssociativeEntitiesForManyToManyRelationships": true,
33-
"views": {
34-
"enabled": true,
35-
"viewLevel": "model",
36-
"disablePipelines": true,
37-
"includeViews": true
38-
},
39-
"relationships": {
40-
"compositeRelationships": {
41-
"allowRelationshipsByProperties": [
42-
"primaryKey",
43-
"unique",
44-
"compositeUniqueKey",
45-
"compositePrimaryKey"
46-
]
47-
}
48-
},
49-
"FEScriptCommentsSupported": true,
50-
"enableFetchSystemEntitiesCheckbox": true,
51-
"discoverRelationships": true,
52-
"enableKeysMultipleAbrr": true
53-
}
54-
},
55-
"description": "Hackolade plugin for CockroachDB",
56-
"icon_url": "logo.jpg",
57-
"disabled": false,
58-
"dependencies": {
59-
"lodash": "4.17.21",
60-
"pg": "8.11.5"
61-
},
62-
"lint-staged": {
63-
"*.{js,json}": "prettier --write"
64-
},
65-
"simple-git-hooks": {
66-
"pre-commit": "npx lint-staged",
67-
"pre-push": "npx eslint ."
68-
},
69-
"scripts": {
70-
"lint": "eslint . --max-warnings=0",
71-
"package": "node esbuild.package.js"
72-
},
73-
"devDependencies": {
74-
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
75-
"@typescript-eslint/eslint-plugin": "7.11.0",
76-
"@typescript-eslint/parser": "7.11.0",
77-
"esbuild": "0.25.9",
78-
"esbuild-plugin-clean": "1.0.1",
79-
"eslint": "8.57.0",
80-
"eslint-config-prettier": "9.1.0",
81-
"eslint-formatter-teamcity": "^1.0.0",
82-
"eslint-plugin-import": "^2.26.0",
83-
"eslint-plugin-prettier": "5.1.3",
84-
"eslint-plugin-unused-imports": "3.2.0",
85-
"lint-staged": "16.1.5",
86-
"prettier": "3.2.5",
87-
"simple-git-hooks": "2.11.1"
88-
}
89-
}
2+
"name": "CockroachDB",
3+
"version": "0.2.22",
4+
"author": "hackolade",
5+
"engines": {
6+
"hackolade": "7.7.10",
7+
"hackoladePlugin": "1.2.0"
8+
},
9+
"contributes": {
10+
"target": {
11+
"applicationTarget": "CockroachDB",
12+
"title": "CockroachDB",
13+
"versions": [
14+
"v22.x",
15+
"v23.x",
16+
"v24.x",
17+
"v25.x"
18+
]
19+
},
20+
"features": {
21+
"nestedCollections": false,
22+
"disablePatternField": true,
23+
"disableMultipleTypes": true,
24+
"enableForwardEngineering": true,
25+
"disableReverseEngineering": false,
26+
"disableChoices": true,
27+
"enableJsonType": true,
28+
"useJsonTypesWithComplexTypes": true,
29+
"reverseSchemaIntoOneColumn": true,
30+
"disableDenormalization": true,
31+
"enableComplexTypesNormalization": true,
32+
"generateAssociativeEntitiesForManyToManyRelationships": true,
33+
"views": {
34+
"enabled": true,
35+
"viewLevel": "model",
36+
"disablePipelines": true,
37+
"includeViews": true
38+
},
39+
"relationships": {
40+
"compositeRelationships": {
41+
"allowRelationshipsByProperties": [
42+
"primaryKey",
43+
"unique",
44+
"compositeUniqueKey",
45+
"compositePrimaryKey"
46+
]
47+
}
48+
},
49+
"FEScriptCommentsSupported": true,
50+
"enableFetchSystemEntitiesCheckbox": true,
51+
"discoverRelationships": true,
52+
"enableKeysMultipleAbrr": true
53+
}
54+
},
55+
"description": "Hackolade plugin for CockroachDB",
56+
"icon_url": "logo.jpg",
57+
"disabled": false,
58+
"dependencies": {
59+
"lodash": "4.17.21",
60+
"pg": "8.11.5"
61+
},
62+
"lint-staged": {
63+
"*.{js,json}": "prettier --write"
64+
},
65+
"simple-git-hooks": {
66+
"pre-commit": "npx lint-staged",
67+
"pre-push": "npx eslint ."
68+
},
69+
"scripts": {
70+
"lint": "eslint . --max-warnings=0",
71+
"package": "node esbuild.package.js"
72+
},
73+
"devDependencies": {
74+
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
75+
"@typescript-eslint/eslint-plugin": "7.11.0",
76+
"@typescript-eslint/parser": "7.11.0",
77+
"esbuild": "0.25.9",
78+
"esbuild-plugin-clean": "1.0.1",
79+
"eslint": "8.57.0",
80+
"eslint-config-prettier": "9.1.0",
81+
"eslint-formatter-teamcity": "^1.0.0",
82+
"eslint-plugin-import": "^2.26.0",
83+
"eslint-plugin-prettier": "5.1.3",
84+
"eslint-plugin-unused-imports": "3.2.0",
85+
"lint-staged": "16.1.5",
86+
"prettier": "3.2.5",
87+
"simple-git-hooks": "2.11.1"
88+
}
89+
}

0 commit comments

Comments
 (0)