@develit-services/notification 0.0.9 → 0.0.10
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/export/db.cjs +2 -1
- package/dist/export/db.d.cts +1 -1
- package/dist/export/db.d.mts +1 -1
- package/dist/export/db.d.ts +1 -1
- package/dist/export/db.mjs +1 -1
- package/dist/export/worker.cjs +1 -1
- package/dist/export/worker.mjs +1 -1
- package/dist/shared/{notification.BkItpq0m.mjs → notification.-alIE8nL.mjs} +1 -1
- package/dist/shared/{notification.bVsPsefi.cjs → notification.COAZM12P.cjs} +1 -0
- package/package.json +1 -1
package/dist/export/db.cjs
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const drizzle = require('../shared/notification.
|
|
3
|
+
const drizzle = require('../shared/notification.COAZM12P.cjs');
|
|
4
4
|
const sqliteCore = require('drizzle-orm/sqlite-core');
|
|
5
5
|
const drizzleOrm = require('drizzle-orm');
|
|
6
6
|
require('@develit-io/backend-sdk');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
+
exports.schema = drizzle.schema;
|
|
10
11
|
exports.tables = drizzle.tables;
|
|
11
12
|
exports.alias = sqliteCore.alias;
|
|
12
13
|
Object.prototype.hasOwnProperty.call(drizzleOrm, '__proto__') &&
|
package/dist/export/db.d.cts
CHANGED
package/dist/export/db.d.mts
CHANGED
package/dist/export/db.d.ts
CHANGED
package/dist/export/db.mjs
CHANGED
package/dist/export/worker.cjs
CHANGED
|
@@ -6,7 +6,7 @@ const backendSdk = require('@develit-io/backend-sdk');
|
|
|
6
6
|
const z = require('zod');
|
|
7
7
|
const v4 = require('zod/v4');
|
|
8
8
|
const twilio = require('twilio');
|
|
9
|
-
const drizzle = require('../shared/notification.
|
|
9
|
+
const drizzle = require('../shared/notification.COAZM12P.cjs');
|
|
10
10
|
const cloudflare_workers = require('cloudflare:workers');
|
|
11
11
|
const d1 = require('drizzle-orm/d1');
|
|
12
12
|
require('drizzle-orm/sqlite-core');
|
package/dist/export/worker.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { useResult, createInternalError, uuidv4, develitWorker, cloudflareQueue,
|
|
|
2
2
|
import z$1, { z } from 'zod';
|
|
3
3
|
import { z as z$2 } from 'zod/v4';
|
|
4
4
|
import twilio from 'twilio';
|
|
5
|
-
import { t as tables } from '../shared/notification.
|
|
5
|
+
import { t as tables } from '../shared/notification.-alIE8nL.mjs';
|
|
6
6
|
import { WorkerEntrypoint } from 'cloudflare:workers';
|
|
7
7
|
import { drizzle } from 'drizzle-orm/d1';
|
|
8
8
|
import 'drizzle-orm/sqlite-core';
|