@squadbase/vite-server 0.1.20-dev.39a001c → 0.1.20
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.
- package/dist/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/main.js +1 -1
- package/package.json +5 -9
package/dist/cli/index.js
CHANGED
|
@@ -3895,7 +3895,7 @@ var tidbConnector = new ConnectorPlugin({
|
|
|
3895
3895
|
description: "Connect to TiDB (MySQL-compatible distributed SQL database, incl. TiDB Cloud Serverless/Dedicated) for relational data storage and querying.",
|
|
3896
3896
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/38VhfLEd1t6rkEca5Nls8o/6d6f9ca6dc83b89e8f807661317515bc/69240164.png",
|
|
3897
3897
|
parameters: parameters6,
|
|
3898
|
-
releaseFlag: { dev1: true, dev2:
|
|
3898
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
3899
3899
|
categories: ["database"],
|
|
3900
3900
|
onboarding: tidbOnboarding,
|
|
3901
3901
|
systemPrompt: {
|
package/dist/index.js
CHANGED
|
@@ -3825,7 +3825,7 @@ var tidbConnector = new ConnectorPlugin({
|
|
|
3825
3825
|
description: "Connect to TiDB (MySQL-compatible distributed SQL database, incl. TiDB Cloud Serverless/Dedicated) for relational data storage and querying.",
|
|
3826
3826
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/38VhfLEd1t6rkEca5Nls8o/6d6f9ca6dc83b89e8f807661317515bc/69240164.png",
|
|
3827
3827
|
parameters: parameters6,
|
|
3828
|
-
releaseFlag: { dev1: true, dev2:
|
|
3828
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
3829
3829
|
categories: ["database"],
|
|
3830
3830
|
onboarding: tidbOnboarding,
|
|
3831
3831
|
systemPrompt: {
|
package/dist/main.js
CHANGED
|
@@ -3825,7 +3825,7 @@ var tidbConnector = new ConnectorPlugin({
|
|
|
3825
3825
|
description: "Connect to TiDB (MySQL-compatible distributed SQL database, incl. TiDB Cloud Serverless/Dedicated) for relational data storage and querying.",
|
|
3826
3826
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/38VhfLEd1t6rkEca5Nls8o/6d6f9ca6dc83b89e8f807661317515bc/69240164.png",
|
|
3827
3827
|
parameters: parameters6,
|
|
3828
|
-
releaseFlag: { dev1: true, dev2:
|
|
3828
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
3829
3829
|
categories: ["database"],
|
|
3830
3830
|
onboarding: tidbOnboarding,
|
|
3831
3831
|
systemPrompt: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squadbase/vite-server",
|
|
3
|
-
"version": "0.1.20
|
|
3
|
+
"version": "0.1.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -123,14 +123,6 @@
|
|
|
123
123
|
"import": "./dist/connectors/shopify-oauth.js",
|
|
124
124
|
"types": "./dist/connectors/shopify-oauth.d.ts"
|
|
125
125
|
},
|
|
126
|
-
"./connectors/microsoft-teams": {
|
|
127
|
-
"import": "./dist/connectors/microsoft-teams.js",
|
|
128
|
-
"types": "./dist/connectors/microsoft-teams.d.ts"
|
|
129
|
-
},
|
|
130
|
-
"./connectors/microsoft-teams-oauth": {
|
|
131
|
-
"import": "./dist/connectors/microsoft-teams-oauth.js",
|
|
132
|
-
"types": "./dist/connectors/microsoft-teams-oauth.d.ts"
|
|
133
|
-
},
|
|
134
126
|
"./connectors/jira-api-key": {
|
|
135
127
|
"import": "./dist/connectors/jira-api-key.js",
|
|
136
128
|
"types": "./dist/connectors/jira-api-key.d.ts"
|
|
@@ -339,6 +331,8 @@
|
|
|
339
331
|
"cli": "tsx src/cli/index.ts",
|
|
340
332
|
"build": "tsup && npm run build:cli",
|
|
341
333
|
"type-check": "tsc",
|
|
334
|
+
"test": "vitest run",
|
|
335
|
+
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
342
336
|
"build:cli": "tsup src/cli/index.ts --out-dir dist/cli --format esm --platform node --no-splitting --external pg --external snowflake-sdk --external @google-cloud/bigquery --external mysql2 --external mssql --external oracledb --external ssh2 --external mongodb --external @azure/cosmos --external @aws-sdk/client-athena --external @aws-sdk/client-cost-explorer --external @aws-sdk/client-redshift-data --external @databricks/sql --external @clickhouse/client --external @google-analytics/data --external @kintone/rest-api-client --external hono --external @clack/prompts"
|
|
343
337
|
},
|
|
344
338
|
"dependencies": {
|
|
@@ -370,8 +364,10 @@
|
|
|
370
364
|
"@types/node": "^22.15.0",
|
|
371
365
|
"@types/pg": "^8.16.0",
|
|
372
366
|
"@types/snowflake-sdk": "^1.6.24",
|
|
367
|
+
"testcontainers": "^11.0.0",
|
|
373
368
|
"tsup": "^8.4.0",
|
|
374
369
|
"tsx": "^4.19.3",
|
|
370
|
+
"vitest": "^4.1.6",
|
|
375
371
|
"typescript": "~5.7.0",
|
|
376
372
|
"vite": "^7.3.5"
|
|
377
373
|
}
|