@leofcoin/chain 1.7.68 → 1.7.69

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,5 +1,5 @@
1
- import { g as getDefaultExportFromCjs } from './node-browser-DsmSaC-G.js';
2
- import './index-CM4QYC3g.js';
1
+ import { g as getDefaultExportFromCjs } from './node-browser-Bm1Y3-al.js';
2
+ import './index-DUfUgiQY.js';
3
3
 
4
4
  var global;
5
5
  var hasRequiredGlobal;
@@ -44,82 +44,9 @@ function requireGlobal () {
44
44
  })();
45
45
  return global;
46
46
  }
47
-
48
- var name = "websocket";
49
- var description = "Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.";
50
- var keywords = [
51
- "websocket",
52
- "websockets",
53
- "socket",
54
- "networking",
55
- "comet",
56
- "push",
57
- "RFC-6455",
58
- "realtime",
59
- "server",
60
- "client"
61
- ];
62
- var author = "Brian McKelvey <theturtle32@gmail.com> (https://github.com/theturtle32)";
63
- var contributors = [
64
- "Iñaki Baz Castillo <ibc@aliax.net> (http://dev.sipdoc.net)"
65
- ];
66
47
  var version$1 = "1.0.35";
67
- var repository = {
68
- type: "git",
69
- url: "https://github.com/theturtle32/WebSocket-Node.git"
70
- };
71
- var homepage = "https://github.com/theturtle32/WebSocket-Node";
72
- var engines = {
73
- node: ">=4.0.0"
74
- };
75
- var dependencies = {
76
- bufferutil: "^4.0.1",
77
- debug: "^2.2.0",
78
- "es5-ext": "^0.10.63",
79
- "typedarray-to-buffer": "^3.1.5",
80
- "utf-8-validate": "^5.0.2",
81
- yaeti: "^0.0.6"
82
- };
83
- var devDependencies = {
84
- "buffer-equal": "^1.0.0",
85
- gulp: "^4.0.2",
86
- "gulp-jshint": "^2.0.4",
87
- "jshint-stylish": "^2.2.1",
88
- jshint: "^2.0.0",
89
- tape: "^4.9.1"
90
- };
91
- var config = {
92
- verbose: false
93
- };
94
- var scripts = {
95
- test: "tape test/unit/*.js",
96
- gulp: "gulp"
97
- };
98
- var main = "index";
99
- var directories = {
100
- lib: "./lib"
101
- };
102
- var browser$3 = "lib/browser.js";
103
- var license = "Apache-2.0";
104
48
  var require$$0 = {
105
- name: name,
106
- description: description,
107
- keywords: keywords,
108
- author: author,
109
- contributors: contributors,
110
- version: version$1,
111
- repository: repository,
112
- homepage: homepage,
113
- engines: engines,
114
- dependencies: dependencies,
115
- devDependencies: devDependencies,
116
- config: config,
117
- scripts: scripts,
118
- main: main,
119
- directories: directories,
120
- browser: browser$3,
121
- license: license
122
- };
49
+ version: version$1};
123
50
 
124
51
  var version = require$$0.version;
125
52