@atscript/db-mysql 0.1.43 → 0.1.44

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +8 -8
package/dist/index.d.mts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { t as MysqlPlugin } from "./index-B1N7X623.mjs";
2
2
  import { BaseDbAdapter, DbQuery, DbSpace, FilterExpr, TColumnDiff, TDbDefaultFn, TDbDeleteResult, TDbFieldMeta, TDbInsertManyResult, TDbInsertResult, TDbUpdateResult, TExistingColumn, TExistingTableOption, TFieldOps, TSearchIndexInfo, TSyncColumnResult, TTableOptionDiff, TValueFormatterPair } from "@atscript/db";
3
3
  import { TSqlFragment, TSqlFragment as TSqlFragment$1 } from "@atscript/db-sql-tools";
4
- import * as mysql2_promise0 from "mysql2/promise";
5
4
  import { TMetadataMap } from "@atscript/typescript/utils";
5
+ import * as mysql2_promise0 from "mysql2/promise";
6
6
  import { FilterExpr as FilterExpr$1 } from "@uniqu/core";
7
7
 
8
8
  //#region src/types.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atscript/db-mysql",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "MySQL adapter for @atscript/db with mysql2 driver support.",
5
5
  "keywords": [
6
6
  "atscript",
@@ -41,19 +41,19 @@
41
41
  "access": "public"
42
42
  },
43
43
  "devDependencies": {
44
- "@atscript/core": "^0.1.41",
45
- "@atscript/typescript": "^0.1.41",
44
+ "@atscript/core": "^0.1.43",
45
+ "@atscript/typescript": "^0.1.43",
46
46
  "@uniqu/core": "^0.1.2",
47
47
  "mysql2": "^3.11.0",
48
- "unplugin-atscript": "^0.1.41"
48
+ "unplugin-atscript": "^0.1.43"
49
49
  },
50
50
  "peerDependencies": {
51
- "@atscript/core": "^0.1.41",
52
- "@atscript/typescript": "^0.1.41",
51
+ "@atscript/core": "^0.1.43",
52
+ "@atscript/typescript": "^0.1.43",
53
53
  "@uniqu/core": "^0.1.2",
54
54
  "mysql2": ">=3.0.0",
55
- "@atscript/db-sql-tools": "^0.1.43",
56
- "@atscript/db": "^0.1.43"
55
+ "@atscript/db": "^0.1.44",
56
+ "@atscript/db-sql-tools": "^0.1.44"
57
57
  },
58
58
  "peerDependenciesMeta": {
59
59
  "mysql2": {