@xylabs/sdk-js 2.5.9 → 2.6.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.
- package/dist/cjs/index.d.ts +0 -3
- package/dist/cjs/index.js +0 -6
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +3453 -19346
- package/dist/esm/index.d.ts +0 -3
- package/dist/esm/index.js +0 -3
- package/dist/esm/index.js.map +1 -1
- package/package.json +45 -21
- package/src/index.ts +0 -3
- package/dist/cjs/browser/Buffer.d.ts +0 -2
- package/dist/cjs/browser/Buffer.js +0 -6
- package/dist/cjs/browser/Buffer.js.map +0 -1
- package/dist/cjs/browser/bufferPolyfill.d.ts +0 -1
- package/dist/cjs/browser/bufferPolyfill.js +0 -15
- package/dist/cjs/browser/bufferPolyfill.js.map +0 -1
- package/dist/cjs/browser/index.d.ts +0 -2
- package/dist/cjs/browser/index.js +0 -6
- package/dist/cjs/browser/index.js.map +0 -1
- package/dist/cjs/browserIndex.d.ts +0 -3
- package/dist/cjs/browserIndex.js +0 -10
- package/dist/cjs/browserIndex.js.map +0 -1
- package/dist/cjs/node/Buffer.d.ts +0 -2
- package/dist/cjs/node/Buffer.js +0 -6
- package/dist/cjs/node/Buffer.js.map +0 -1
- package/dist/cjs/node/bufferPolyfill.d.ts +0 -1
- package/dist/cjs/node/bufferPolyfill.js +0 -8
- package/dist/cjs/node/bufferPolyfill.js.map +0 -1
- package/dist/cjs/node/index.d.ts +0 -2
- package/dist/cjs/node/index.js +0 -6
- package/dist/cjs/node/index.js.map +0 -1
- package/dist/cjs/nodeIndex.d.ts +0 -3
- package/dist/cjs/nodeIndex.js +0 -10
- package/dist/cjs/nodeIndex.js.map +0 -1
- package/dist/esm/browser/Buffer.d.ts +0 -2
- package/dist/esm/browser/Buffer.js +0 -3
- package/dist/esm/browser/Buffer.js.map +0 -1
- package/dist/esm/browser/bufferPolyfill.d.ts +0 -1
- package/dist/esm/browser/bufferPolyfill.js +0 -11
- package/dist/esm/browser/bufferPolyfill.js.map +0 -1
- package/dist/esm/browser/index.d.ts +0 -2
- package/dist/esm/browser/index.js +0 -3
- package/dist/esm/browser/index.js.map +0 -1
- package/dist/esm/browserIndex.d.ts +0 -3
- package/dist/esm/browserIndex.js +0 -4
- package/dist/esm/browserIndex.js.map +0 -1
- package/dist/esm/node/Buffer.d.ts +0 -2
- package/dist/esm/node/Buffer.js +0 -3
- package/dist/esm/node/Buffer.js.map +0 -1
- package/dist/esm/node/bufferPolyfill.d.ts +0 -1
- package/dist/esm/node/bufferPolyfill.js +0 -4
- package/dist/esm/node/bufferPolyfill.js.map +0 -1
- package/dist/esm/node/index.d.ts +0 -2
- package/dist/esm/node/index.js +0 -3
- package/dist/esm/node/index.js.map +0 -1
- package/dist/esm/nodeIndex.d.ts +0 -3
- package/dist/esm/nodeIndex.js +0 -4
- package/dist/esm/nodeIndex.js.map +0 -1
- package/src/browser/Buffer.ts +0 -3
- package/src/browser/bufferPolyfill.ts +0 -11
- package/src/browser/index.ts +0 -2
- package/src/browserIndex.ts +0 -3
- package/src/node/Buffer.ts +0 -2
- package/src/node/bufferPolyfill.ts +0 -3
- package/src/node/index.ts +0 -2
- package/src/nodeIndex.ts +0 -3
package/dist/esm/index.d.ts
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,8 +10,11 @@
|
|
|
10
10
|
"email": "support@xylabs.com",
|
|
11
11
|
"url": "https://github.com/xylabs/sdk-js/issues"
|
|
12
12
|
},
|
|
13
|
+
"workspaces": [
|
|
14
|
+
"packages/*"
|
|
15
|
+
],
|
|
13
16
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
14
|
-
"browser": "dist/esm/
|
|
17
|
+
"browser": "dist/esm/index.js",
|
|
15
18
|
"main": "dist/cjs/index.js",
|
|
16
19
|
"module": "dist/esm/index.js",
|
|
17
20
|
"docs": "dist/docs.json",
|
|
@@ -19,11 +22,11 @@
|
|
|
19
22
|
"exports": {
|
|
20
23
|
".": {
|
|
21
24
|
"node": {
|
|
22
|
-
"import": "./dist/esm/
|
|
23
|
-
"require": "./dist/cjs/
|
|
25
|
+
"import": "./dist/esm/index.js",
|
|
26
|
+
"require": "./dist/cjs/index.js"
|
|
24
27
|
},
|
|
25
28
|
"browser": {
|
|
26
|
-
"import": "./dist/esm/
|
|
29
|
+
"import": "./dist/esm/index.js",
|
|
27
30
|
"require": "./dist/cjs/index.js"
|
|
28
31
|
},
|
|
29
32
|
"default": "./dist/esm/index.js"
|
|
@@ -41,26 +44,25 @@
|
|
|
41
44
|
"esm"
|
|
42
45
|
],
|
|
43
46
|
"dependencies": {
|
|
44
|
-
"@types/node": "^18.0.0",
|
|
45
47
|
"axios": "^0.27.2",
|
|
46
48
|
"bn.js": "^5.2.1",
|
|
47
|
-
"buffer": "^6.0.3",
|
|
48
49
|
"rollbar": "^2.25.0"
|
|
49
50
|
},
|
|
50
51
|
"devDependencies": {
|
|
51
|
-
"@babel/core": "7.18.
|
|
52
|
+
"@babel/core": "7.18.6",
|
|
52
53
|
"@types/bn.js": "^5.1.0",
|
|
53
|
-
"@types/jest": "^28.1.
|
|
54
|
+
"@types/jest": "^28.1.6",
|
|
54
55
|
"@types/mocha": "^9.1.1",
|
|
55
|
-
"@xylabs/eslint-config": "2.3.
|
|
56
|
+
"@xylabs/eslint-config": "2.3.30",
|
|
56
57
|
"@xylabs/ts-scripts": "^1.0.66",
|
|
57
|
-
"@xylabs/tsconfig": "^1.0.
|
|
58
|
-
"babel-jest": "^28.1.
|
|
59
|
-
"jest": "^28.1.
|
|
60
|
-
"
|
|
61
|
-
"ts-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
58
|
+
"@xylabs/tsconfig": "^1.0.14",
|
|
59
|
+
"babel-jest": "^28.1.3",
|
|
60
|
+
"jest": "^28.1.3",
|
|
61
|
+
"rimraf": "^3.0.2",
|
|
62
|
+
"ts-jest": "^28.0.6",
|
|
63
|
+
"ts-node": "^10.9.1",
|
|
64
|
+
"typedoc": "^0.23.7",
|
|
65
|
+
"typescript": "^4.7.4"
|
|
64
66
|
},
|
|
65
67
|
"publishConfig": {
|
|
66
68
|
"access": "public"
|
|
@@ -74,13 +76,35 @@
|
|
|
74
76
|
},
|
|
75
77
|
"scripts": {
|
|
76
78
|
"build": "yarn build:esm && yarn build:cjs && yarn gen:docs",
|
|
77
|
-
"build:cjs": "
|
|
78
|
-
"build:esm": "
|
|
79
|
-
"gen:docs": "
|
|
79
|
+
"build:cjs": "yarn workspaces foreach -pv run build:package:cjs",
|
|
80
|
+
"build:esm": "yarn workspaces foreach -pv run build:package:esm",
|
|
81
|
+
"gen:docs": "yarn workspaces foreach -pv run gen:docs:package",
|
|
82
|
+
"deploy3": "yarn deploy-patch",
|
|
83
|
+
"deploy-major": "yarn workspaces foreach --all version major --deferred && yarn deploy-common",
|
|
84
|
+
"deploy-minor": "yarn workspaces foreach --all version minor --deferred && yarn deploy-common",
|
|
85
|
+
"deploy-patch": "yarn workspaces foreach --all version patch --deferred && yarn deploy-common",
|
|
86
|
+
"deploy-common": "yarn build && yarn gen:docs && yarn version apply --all && yarn workspaces foreach -ptv npm publish",
|
|
80
87
|
"lint-pkg": "npmPkgJsonLint .",
|
|
88
|
+
"clean": "yarn workspaces foreach -pv run clean:package",
|
|
89
|
+
"deps": "yarn workspaces foreach -pv run deps:package",
|
|
90
|
+
"lint": "yarn workspaces foreach -pv run lint:package",
|
|
91
|
+
"cycle": "yarn workspaces foreach -pv run cycle:package",
|
|
92
|
+
"fix": "yarn workspaces foreach -pv run fix:package",
|
|
93
|
+
"outdated": "yarn workspaces foreach -pv outdated",
|
|
94
|
+
"up": "yarn workspaces foreach -pv up",
|
|
95
|
+
"updo": "yarn workspaces foreach -pv run updo3:package",
|
|
96
|
+
"gen:docs:package": "typedoc --excludeExternals --externalPattern \"packages/**/*\" $INIT_CWD/src/index.ts --json $INIT_CWD/dist/docs.json",
|
|
97
|
+
"clean:package": "rimraf -q $INIT_CWD/dist && rimraf -q $INIT_CWD/build",
|
|
98
|
+
"fix:package": "yarn eslint $INIT_CWD/src --fix",
|
|
99
|
+
"lint:package": "yarn eslint $INIT_CWD/src",
|
|
100
|
+
"cycle:package": "yarn eslint --rule \"import/no-cycle:[1, { maxDepth: 10 }]\" $INIT_CWD/src",
|
|
101
|
+
"deps:package": "cd $INIT_CWD && depcheck .",
|
|
102
|
+
"updo3:package": "yarn update-interactive",
|
|
103
|
+
"build:package:cjs": "tsc -p $INIT_CWD/tsconfig.build.cjs.json",
|
|
104
|
+
"build:package:esm": "tsc -p $INIT_CWD/tsconfig.build.esm.json",
|
|
81
105
|
"test": "jest"
|
|
82
106
|
},
|
|
83
107
|
"sideEffects": false,
|
|
84
|
-
"version": "2.
|
|
85
|
-
"packageManager": "yarn@3.
|
|
108
|
+
"version": "2.6.2",
|
|
109
|
+
"packageManager": "yarn@3.2.1"
|
|
86
110
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BrowserBuffer = void 0;
|
|
4
|
-
const buffer_1 = require("buffer/");
|
|
5
|
-
Object.defineProperty(exports, "BrowserBuffer", { enumerable: true, get: function () { return buffer_1.Buffer; } });
|
|
6
|
-
//# sourceMappingURL=Buffer.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Buffer.js","sourceRoot":"","sources":["../../../src/browser/Buffer.ts"],"names":[],"mappings":";;;AAAA,oCAAiD;AAExC,8FAFU,eAAa,OAEV"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const bufferPolyfillBrowser: () => void;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.bufferPolyfillBrowser = void 0;
|
|
4
|
-
const Buffer_1 = require("./Buffer");
|
|
5
|
-
const bufferPolyfillBrowser = () => {
|
|
6
|
-
if (window !== undefined) {
|
|
7
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
8
|
-
const global = window;
|
|
9
|
-
if (global.Buffer === undefined) {
|
|
10
|
-
global.Buffer = Buffer_1.BrowserBuffer;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
exports.bufferPolyfillBrowser = bufferPolyfillBrowser;
|
|
15
|
-
//# sourceMappingURL=bufferPolyfill.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bufferPolyfill.js","sourceRoot":"","sources":["../../../src/browser/bufferPolyfill.ts"],"names":[],"mappings":";;;AAAA,qCAAwC;AAEjC,MAAM,qBAAqB,GAAG,GAAG,EAAE;IACxC,IAAI,MAAM,KAAK,SAAS,EAAE;QACxB,8DAA8D;QAC9D,MAAM,MAAM,GAAG,MAAa,CAAA;QAC5B,IAAI,MAAM,CAAC,MAAM,KAAK,SAAS,EAAE;YAC/B,MAAM,CAAC,MAAM,GAAG,sBAAa,CAAA;SAC9B;KACF;AACH,CAAC,CAAA;AARY,QAAA,qBAAqB,yBAQjC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/browser/index.ts"],"names":[],"mappings":";;;AAAA,mDAAwB;AACxB,2DAAgC"}
|
package/dist/cjs/browserIndex.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.bufferPolyfill = exports.Buffer = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
tslib_1.__exportStar(require("./browser"), exports);
|
|
6
|
-
var browser_1 = require("./browser");
|
|
7
|
-
Object.defineProperty(exports, "Buffer", { enumerable: true, get: function () { return browser_1.BrowserBuffer; } });
|
|
8
|
-
Object.defineProperty(exports, "bufferPolyfill", { enumerable: true, get: function () { return browser_1.bufferPolyfillBrowser; } });
|
|
9
|
-
tslib_1.__exportStar(require("./shared"), exports);
|
|
10
|
-
//# sourceMappingURL=browserIndex.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browserIndex.js","sourceRoot":"","sources":["../../src/browserIndex.ts"],"names":[],"mappings":";;;;AAAA,oDAAyB;AACzB,qCAA4F;AAAnF,iGAAA,aAAa,OAAU;AAAE,yGAAA,qBAAqB,OAAkB;AACzE,mDAAwB"}
|
package/dist/cjs/node/Buffer.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NodeBuffer = void 0;
|
|
4
|
-
const buffer_1 = require("buffer");
|
|
5
|
-
Object.defineProperty(exports, "NodeBuffer", { enumerable: true, get: function () { return buffer_1.Buffer; } });
|
|
6
|
-
//# sourceMappingURL=Buffer.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Buffer.js","sourceRoot":"","sources":["../../../src/node/Buffer.ts"],"names":[],"mappings":";;;AAAA,mCAA+B;AACZ,2FADV,eAAM,OACc"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const bufferPolyfillNode: () => void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bufferPolyfill.js","sourceRoot":"","sources":["../../../src/node/bufferPolyfill.ts"],"names":[],"mappings":";;;AAAO,MAAM,kBAAkB,GAAG,GAAG,EAAE;IACrC,OAAM;AACR,CAAC,CAAA;AAFY,QAAA,kBAAkB,sBAE9B"}
|
package/dist/cjs/node/index.d.ts
DELETED
package/dist/cjs/node/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/node/index.ts"],"names":[],"mappings":";;;AAAA,mDAAwB;AACxB,2DAAgC"}
|
package/dist/cjs/nodeIndex.d.ts
DELETED
package/dist/cjs/nodeIndex.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.bufferPolyfill = exports.Buffer = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
tslib_1.__exportStar(require("./node"), exports);
|
|
6
|
-
var node_1 = require("./node");
|
|
7
|
-
Object.defineProperty(exports, "Buffer", { enumerable: true, get: function () { return node_1.NodeBuffer; } });
|
|
8
|
-
Object.defineProperty(exports, "bufferPolyfill", { enumerable: true, get: function () { return node_1.bufferPolyfillNode; } });
|
|
9
|
-
tslib_1.__exportStar(require("./shared"), exports);
|
|
10
|
-
//# sourceMappingURL=nodeIndex.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nodeIndex.js","sourceRoot":"","sources":["../../src/nodeIndex.ts"],"names":[],"mappings":";;;;AAAA,iDAAsB;AACtB,+BAAmF;AAA1E,8FAAA,UAAU,OAAU;AAAE,sGAAA,kBAAkB,OAAkB;AACnE,mDAAwB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Buffer.js","sourceRoot":"","sources":["../../../src/browser/Buffer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,aAAa,EAAE,MAAM,SAAS,CAAA;AAEjD,OAAO,EAAE,aAAa,EAAE,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const bufferPolyfillBrowser: () => void;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { BrowserBuffer } from './Buffer';
|
|
2
|
-
export const bufferPolyfillBrowser = () => {
|
|
3
|
-
if (window !== undefined) {
|
|
4
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
5
|
-
const global = window;
|
|
6
|
-
if (global.Buffer === undefined) {
|
|
7
|
-
global.Buffer = BrowserBuffer;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=bufferPolyfill.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bufferPolyfill.js","sourceRoot":"","sources":["../../../src/browser/bufferPolyfill.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,EAAE;IACxC,IAAI,MAAM,KAAK,SAAS,EAAE;QACxB,8DAA8D;QAC9D,MAAM,MAAM,GAAG,MAAa,CAAA;QAC5B,IAAI,MAAM,CAAC,MAAM,KAAK,SAAS,EAAE;YAC/B,MAAM,CAAC,MAAM,GAAG,aAAa,CAAA;SAC9B;KACF;AACH,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/browser/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,kBAAkB,CAAA"}
|
package/dist/esm/browserIndex.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browserIndex.js","sourceRoot":"","sources":["../../src/browserIndex.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,aAAa,IAAI,MAAM,EAAE,qBAAqB,IAAI,cAAc,EAAE,MAAM,WAAW,CAAA;AAC5F,cAAc,UAAU,CAAA"}
|
package/dist/esm/node/Buffer.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Buffer.js","sourceRoot":"","sources":["../../../src/node/Buffer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAC/B,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const bufferPolyfillNode: () => void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bufferPolyfill.js","sourceRoot":"","sources":["../../../src/node/bufferPolyfill.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,EAAE;IACrC,OAAM;AACR,CAAC,CAAA"}
|
package/dist/esm/node/index.d.ts
DELETED
package/dist/esm/node/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/node/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,kBAAkB,CAAA"}
|
package/dist/esm/nodeIndex.d.ts
DELETED
package/dist/esm/nodeIndex.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nodeIndex.js","sourceRoot":"","sources":["../../src/nodeIndex.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,OAAO,EAAE,UAAU,IAAI,MAAM,EAAE,kBAAkB,IAAI,cAAc,EAAE,MAAM,QAAQ,CAAA;AACnF,cAAc,UAAU,CAAA"}
|
package/src/browser/Buffer.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { BrowserBuffer } from './Buffer'
|
|
2
|
-
|
|
3
|
-
export const bufferPolyfillBrowser = () => {
|
|
4
|
-
if (window !== undefined) {
|
|
5
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
6
|
-
const global = window as any
|
|
7
|
-
if (global.Buffer === undefined) {
|
|
8
|
-
global.Buffer = BrowserBuffer
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
package/src/browser/index.ts
DELETED
package/src/browserIndex.ts
DELETED
package/src/node/Buffer.ts
DELETED
package/src/node/index.ts
DELETED
package/src/nodeIndex.ts
DELETED