@powerhousedao/analytics-engine-browser 0.6.3 → 6.0.0-dev.65
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/LICENSE +1 -1
- package/dist/src/PgLiteExecutor.d.ts +1 -1
- package/dist/src/PgLiteExecutor.d.ts.map +1 -1
- package/dist/src/index.js +853 -407
- package/package.json +10 -13
package/LICENSE
CHANGED
|
@@ -658,4 +658,4 @@ specific requirements.
|
|
|
658
658
|
You should also get your employer (if you work as a programmer) or school,
|
|
659
659
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
|
660
660
|
For more information on this, and how to apply and follow the GNU AGPL, see
|
|
661
|
-
<https://www.gnu.org/licenses/>.
|
|
661
|
+
<https://www.gnu.org/licenses/>.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PGlite } from "@electric-sql/pglite";
|
|
1
|
+
import type { PGlite } from "@electric-sql/pglite";
|
|
2
2
|
import { type IAnalyticsProfiler } from "@powerhousedao/analytics-engine-core";
|
|
3
3
|
import type { IKnexQueryExecutor, SqlQueryLogger, SqlResultsLogger } from "@powerhousedao/analytics-engine-knex";
|
|
4
4
|
import type { Knex } from "knex";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PgLiteExecutor.d.ts","sourceRoot":"","sources":["../../src/PgLiteExecutor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"PgLiteExecutor.d.ts","sourceRoot":"","sources":["../../src/PgLiteExecutor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,KAAK,EACV,kBAAkB,EAClB,cAAc,EACd,gBAAgB,EACjB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAEjC,eAAO,MAAM,eAAe,GAAI,YAAY,GAAG,EAAE,UAqBhD,CAAC;AAEF,qBAAa,mBAAoB,YAAW,kBAAkB;IAK1D,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC;IAC9B,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC;IANlC,OAAO,CAAC,MAAM,CAAa;IAC3B,OAAO,CAAC,IAAI,CAAuB;gBAGhB,SAAS,EAAE,kBAAkB,EAC7B,YAAY,CAAC,EAAE,cAAc,YAAA,EAC7B,cAAc,CAAC,EAAE,gBAAgB,YAAA;IAKpD,IAAI,CAAC,GAAG,EAAE,MAAM;IAIV,OAAO,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC;CA4B9D"}
|