@magemetrics/core 0.1.1 → 0.1.3

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/index.js CHANGED
@@ -6,7 +6,7 @@ import timezone from 'dayjs/plugin/timezone.js';
6
6
  import utc from 'dayjs/plugin/utc.js';
7
7
  import { GoTrueClient } from '@supabase/auth-js';
8
8
  import createApiClient from 'openapi-fetch';
9
- import { sha256 } from '@noble/hashes/sha2';
9
+ import { sha256 } from '@noble/hashes/sha2.js';
10
10
  import { DefaultChatTransport } from 'ai';
11
11
 
12
12
  // ../shared/dist/src/api/client/middleware.js
@@ -2370,7 +2370,7 @@ var hashString = (value) => {
2370
2370
 
2371
2371
  // package.json
2372
2372
  var package_default = {
2373
- version: "0.1.1"};
2373
+ version: "0.1.3"};
2374
2374
 
2375
2375
  // src/core/MageMetricsEventEmitter.ts
2376
2376
  var MageMetricsEventEmitter = class {