@mastra/upstash 0.11.0-alpha.0 → 0.11.0-alpha.2

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.
@@ -1,12 +0,0 @@
1
- import { __esm } from './chunk-HSTZWXH7.js';
2
- import * as child_process from 'child_process';
3
- import * as util from 'util';
4
-
5
- var execAsync;
6
- var init_execAsync = __esm({
7
- "../../node_modules/.pnpm/@opentelemetry+resources@2.0.1_@opentelemetry+api@1.9.0/node_modules/@opentelemetry/resources/build/esm/detectors/platform/node/machine-id/execAsync.js"() {
8
- execAsync = util.promisify(child_process.exec);
9
- }
10
- });
11
-
12
- export { execAsync, init_execAsync };
@@ -1,35 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkU74OJRHU_cjs = require('./chunk-U74OJRHU.cjs');
4
- var child_process = require('child_process');
5
- var util = require('util');
6
-
7
- function _interopNamespace(e) {
8
- if (e && e.__esModule) return e;
9
- var n = Object.create(null);
10
- if (e) {
11
- Object.keys(e).forEach(function (k) {
12
- if (k !== 'default') {
13
- var d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: function () { return e[k]; }
17
- });
18
- }
19
- });
20
- }
21
- n.default = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- var child_process__namespace = /*#__PURE__*/_interopNamespace(child_process);
26
- var util__namespace = /*#__PURE__*/_interopNamespace(util);
27
-
28
- exports.execAsync = void 0;
29
- var init_execAsync = chunkU74OJRHU_cjs.__esm({
30
- "../../node_modules/.pnpm/@opentelemetry+resources@2.0.1_@opentelemetry+api@1.9.0/node_modules/@opentelemetry/resources/build/esm/detectors/platform/node/machine-id/execAsync.js"() {
31
- exports.execAsync = util__namespace.promisify(child_process__namespace.exec);
32
- }
33
- });
34
-
35
- exports.init_execAsync = init_execAsync;