drizzle-kit 1.0.0-beta.1-dfa4db3 → 1.0.0-beta.1-03a5cdc

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 (4) hide show
  1. package/api.js +5 -3
  2. package/api.mjs +5 -3
  3. package/bin.cjs +1 -1
  4. package/package.json +1 -1
package/api.js CHANGED
@@ -14446,8 +14446,8 @@ var init_session2 = __esm({
14446
14446
  };
14447
14447
  __publicField(PgSession, _a288, "PgSession");
14448
14448
  PgTransaction = class extends (_b209 = PgDatabase, _a289 = entityKind, _b209) {
14449
- constructor(dialect6, session, relations, schema6, nestedIndex = 0) {
14450
- super(dialect6, session, relations, schema6);
14449
+ constructor(dialect6, session, relations, schema6, nestedIndex = 0, parseRqbJson) {
14450
+ super(dialect6, session, relations, schema6, parseRqbJson);
14451
14451
  this.relations = relations;
14452
14452
  this.schema = schema6;
14453
14453
  this.nestedIndex = nestedIndex;
@@ -82613,7 +82613,9 @@ var init_session5 = __esm({
82613
82613
  this.dialect,
82614
82614
  session,
82615
82615
  this.relations,
82616
- this.schema
82616
+ this.schema,
82617
+ void 0,
82618
+ true
82617
82619
  );
82618
82620
  if (config) {
82619
82621
  await tx.setTransaction(config);
package/api.mjs CHANGED
@@ -14452,8 +14452,8 @@ var init_session2 = __esm({
14452
14452
  };
14453
14453
  __publicField(PgSession, _a288, "PgSession");
14454
14454
  PgTransaction = class extends (_b209 = PgDatabase, _a289 = entityKind, _b209) {
14455
- constructor(dialect6, session, relations, schema6, nestedIndex = 0) {
14456
- super(dialect6, session, relations, schema6);
14455
+ constructor(dialect6, session, relations, schema6, nestedIndex = 0, parseRqbJson) {
14456
+ super(dialect6, session, relations, schema6, parseRqbJson);
14457
14457
  this.relations = relations;
14458
14458
  this.schema = schema6;
14459
14459
  this.nestedIndex = nestedIndex;
@@ -82617,7 +82617,9 @@ var init_session5 = __esm({
82617
82617
  this.dialect,
82618
82618
  session,
82619
82619
  this.relations,
82620
- this.schema
82620
+ this.schema,
82621
+ void 0,
82622
+ true
82621
82623
  );
82622
82624
  if (config) {
82623
82625
  await tx.setTransaction(config);
package/bin.cjs CHANGED
@@ -96224,7 +96224,7 @@ init_utils5();
96224
96224
  var version2 = async () => {
96225
96225
  const { npmVersion } = await ormCoreVersions();
96226
96226
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
96227
- const envVersion = "1.0.0-beta.1-dfa4db3";
96227
+ const envVersion = "1.0.0-beta.1-03a5cdc";
96228
96228
  const kitVersion = envVersion ? `v${envVersion}` : "--";
96229
96229
  const versions = `drizzle-kit: ${kitVersion}
96230
96230
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "1.0.0-beta.1-dfa4db3",
3
+ "version": "1.0.0-beta.1-03a5cdc",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",