@wovin/core 0.0.1-RC20 → 0.0.1-RC21

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.
Files changed (47) hide show
  1. package/dist/applog.js +5 -4
  2. package/dist/chunk-3VDDRHGD.js +9854 -0
  3. package/dist/chunk-3VDDRHGD.js.map +1 -0
  4. package/dist/{chunk-RBXGBMA7.js → chunk-5FO6VRGW.js} +16 -5
  5. package/dist/chunk-5FO6VRGW.js.map +1 -0
  6. package/dist/chunk-AWVTEBES.js +7 -0
  7. package/dist/chunk-AWVTEBES.js.map +1 -0
  8. package/dist/chunk-JHX2WWYS.js +78766 -0
  9. package/dist/chunk-JHX2WWYS.js.map +1 -0
  10. package/dist/{chunk-XJPITJRE.js → chunk-JI36NHJX.js} +18 -6
  11. package/dist/chunk-JI36NHJX.js.map +1 -0
  12. package/dist/chunk-MTQJBBHB.js +4586 -0
  13. package/dist/chunk-MTQJBBHB.js.map +1 -0
  14. package/dist/chunk-TIIA4ZAI.js +56 -0
  15. package/dist/chunk-TIIA4ZAI.js.map +1 -0
  16. package/dist/chunk-TYUDGJVU.js +7 -0
  17. package/dist/chunk-TYUDGJVU.js.map +1 -0
  18. package/dist/chunk-YJXKRB2D.js +7651 -0
  19. package/dist/chunk-YJXKRB2D.js.map +1 -0
  20. package/dist/chunk-YNB6ALUV.js +56 -0
  21. package/dist/chunk-YNB6ALUV.js.map +1 -0
  22. package/dist/index.js +13 -9
  23. package/dist/index.js.map +1 -1
  24. package/dist/ipfs.js +4 -3
  25. package/dist/pubsub.js +5 -4
  26. package/dist/query.js +5 -4
  27. package/dist/stream.js +4 -3
  28. package/dist/types.js +5 -4
  29. package/dist/utils.js +6 -0
  30. package/dist/utils.js.map +1 -1
  31. package/package.json +1 -1
  32. package/dist/chunk-6ZDPEEFN.js +0 -67
  33. package/dist/chunk-6ZDPEEFN.js.map +0 -1
  34. package/dist/chunk-DBACGNVR.js +0 -1
  35. package/dist/chunk-DBACGNVR.js.map +0 -1
  36. package/dist/chunk-I5PELB4T.js +0 -770
  37. package/dist/chunk-I5PELB4T.js.map +0 -1
  38. package/dist/chunk-K2JRTCRC.js +0 -44
  39. package/dist/chunk-K2JRTCRC.js.map +0 -1
  40. package/dist/chunk-RBXGBMA7.js.map +0 -1
  41. package/dist/chunk-TR5AJKIN.js +0 -1
  42. package/dist/chunk-TR5AJKIN.js.map +0 -1
  43. package/dist/chunk-VKQDEGWA.js +0 -561
  44. package/dist/chunk-VKQDEGWA.js.map +0 -1
  45. package/dist/chunk-X23XAGRU.js +0 -60
  46. package/dist/chunk-X23XAGRU.js.map +0 -1
  47. package/dist/chunk-XJPITJRE.js.map +0 -1
@@ -0,0 +1,56 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __esm = (fn, res) => function __init() {
9
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
10
+ };
11
+ var __commonJS = (cb, mod) => function __require() {
12
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
13
+ };
14
+ var __export = (target, all) => {
15
+ for (var name in all)
16
+ __defProp(target, name, { get: all[name], enumerable: true });
17
+ };
18
+ var __copyProps = (to, from, except, desc) => {
19
+ if (from && typeof from === "object" || typeof from === "function") {
20
+ for (let key of __getOwnPropNames(from))
21
+ if (!__hasOwnProp.call(to, key) && key !== except)
22
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
23
+ }
24
+ return to;
25
+ };
26
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
27
+ // If the importer is in node compatibility mode or this is not an ESM
28
+ // file that has been converted to a CommonJS file using a Babel-
29
+ // compatible transform (i.e. "__esModule" has not been set), then set
30
+ // "default" to the CommonJS "module.exports" for node compatibility.
31
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
32
+ mod
33
+ ));
34
+ var __publicField = (obj, key, value) => {
35
+ __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
36
+ return value;
37
+ };
38
+
39
+ // ../../../node_modules/.pnpm/esbuild-plugin-polyfill-node@0.3.0_esbuild@0.19.8/node_modules/esbuild-plugin-polyfill-node/polyfills/__dirname.js
40
+ var __dirname;
41
+ var init_dirname = __esm({
42
+ "../../../node_modules/.pnpm/esbuild-plugin-polyfill-node@0.3.0_esbuild@0.19.8/node_modules/esbuild-plugin-polyfill-node/polyfills/__dirname.js"() {
43
+ "use strict";
44
+ __dirname = "/";
45
+ }
46
+ });
47
+
48
+ export {
49
+ __commonJS,
50
+ __export,
51
+ __toESM,
52
+ __publicField,
53
+ __dirname,
54
+ init_dirname
55
+ };
56
+ //# sourceMappingURL=chunk-TIIA4ZAI.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../node_modules/.pnpm/esbuild-plugin-polyfill-node@0.3.0_esbuild@0.19.8/node_modules/esbuild-plugin-polyfill-node/polyfills/__dirname.js"],"sourcesContent":["export const __dirname = \"/\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAa;AAAb;AAAA;AAAA;AAAO,IAAM,YAAY;AAAA;AAAA;","names":[]}
@@ -0,0 +1,7 @@
1
+ import {
2
+ init_dirname
3
+ } from "./chunk-TIIA4ZAI.js";
4
+
5
+ // src/ipfs.ts
6
+ init_dirname();
7
+ //# sourceMappingURL=chunk-TYUDGJVU.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/ipfs.ts"],"sourcesContent":["export * from './ipfs/car'\nexport * from './ipfs/ipfs-utils'\n"],"mappings":";;;;;AAAA;","names":[]}