@milkio/redis 1.0.0-beta.87 → 1.0.0-beta.89

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.
@@ -20,5 +20,5 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
20
20
 
21
21
  export { __toESM, __commonJS, __require };
22
22
 
23
- //# debugId=EC252AD077A7708464756E2164756E21
24
- //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFtdLAogICJzb3VyY2VzQ29udGVudCI6IFsKICBdLAogICJtYXBwaW5ncyI6ICIiLAogICJkZWJ1Z0lkIjogIkVDMjUyQUQwNzdBNzcwODQ2NDc1NkUyMTY0NzU2RTIxIiwKICAibmFtZXMiOiBbXQp9
23
+ //# debugId=21F72A06ECE4C28164756E2164756E21
24
+ //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFtdLAogICJzb3VyY2VzQ29udGVudCI6IFsKICBdLAogICJtYXBwaW5ncyI6ICIiLAogICJkZWJ1Z0lkIjogIjIxRjcyQTA2RUNFNEMyODE2NDc1NkUyMTY0NzU2RTIxIiwKICAibmFtZXMiOiBbXQp9
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __commonJS,
3
3
  __require
4
- } from "./chunk-6pvqjhjf.js";
4
+ } from "./chunk-6sxyen7j.js";
5
5
 
6
6
  // packages/milkio-redis/node_modules/@redis/client/dist/lib/commands/APPEND.js
7
7
  var require_APPEND = __commonJS((exports) => {
package/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  __require,
3
3
  __toESM
4
- } from "./chunk-6pvqjhjf.js";
4
+ } from "./chunk-6sxyen7j.js";
5
5
 
6
6
  // packages/milkio-redis/index.ts
7
7
  async function createRedis(options) {
8
- const NodeRedis = await import("./chunk-c39qv53g.js");
8
+ const NodeRedis = await import("./chunk-xt8gwvgg.js");
9
9
  const redis = await NodeRedis.default.createClient(options).connect();
10
10
  const milkioRedis = {
11
11
  redis,
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@milkio/redis","version":"1.0.0-beta.87","type":"module","module":"./index.js","types":"./index.d.ts","dependencies":{}}
1
+ {"name":"@milkio/redis","version":"1.0.0-beta.89","type":"module","module":"./index.js","types":"./index.d.ts","dependencies":{}}