@ethersphere/bee-js 3.3.1 → 3.3.2-pre.0

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,6 +1,6 @@
1
1
  import { Readable as NodeReadableNative } from 'stream';
2
2
  import { isStrictlyObject } from "./type.js";
3
- import { ReadableStream } from 'web-streams-polyfill/dist/ponyfill.js';
3
+ import { ReadableStream } from 'web-streams-polyfill';
4
4
  const NodeReadable = NodeReadableNative || class {};
5
5
  /**
6
6
  * Validates if passed object is either browser's ReadableStream
@@ -10,7 +10,7 @@ import type { HexString } from '../utils/hex';
10
10
  import type ky from 'ky-universal';
11
11
  import type { Readable as NativeReadable } from 'stream';
12
12
  import type { Readable as CompatibilityReadable } from 'readable-stream';
13
- import type { ReadableStream as ReadableStreamPonyfill } from 'web-streams-polyfill/ponyfill';
13
+ import type { ReadableStream as ReadableStreamPonyfill } from 'web-streams-polyfill';
14
14
  import { Options as KyOptions } from './ky-options';
15
15
  export * from './debug';
16
16
  export declare type Ky = typeof ky;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="node" />
2
2
  import { Readable as NodeReadableNative, ReadableOptions as NodeReadableOptions } from 'stream';
3
- import { ReadableStream } from 'web-streams-polyfill/dist/ponyfill.js';
3
+ import { ReadableStream } from 'web-streams-polyfill';
4
4
  import { Readable } from '../types';
5
5
  /**
6
6
  * Validates if passed object is either browser's ReadableStream
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethersphere/bee-js",
3
- "version": "3.3.1",
3
+ "version": "3.3.2-pre.0",
4
4
  "description": "Javascript client for Bee",
5
5
  "keywords": [
6
6
  "bee",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@types/readable-stream": "^2.3.13",
68
- "bufferutil": "^4.0.3",
68
+ "bufferutil": "^4.0.6",
69
69
  "cross-blob": "^2.0.1",
70
70
  "elliptic": "^6.5.4",
71
71
  "isomorphic-ws": "^4.0.1",
@@ -75,24 +75,24 @@
75
75
  "semver": "^7.3.5",
76
76
  "tar-js": "^0.3.0",
77
77
  "utf-8-validate": "^5.0.8",
78
- "web-streams-polyfill": "^3.1.0",
78
+ "web-streams-polyfill": "^4.0.0-beta.1",
79
79
  "ws": "^8.5.0"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@babel/cli": "^7.17.0",
83
83
  "@babel/core": "^7.14.6",
84
84
  "@babel/plugin-proposal-class-properties": "^7.16.7",
85
- "@babel/plugin-transform-runtime": "^7.14.5",
85
+ "@babel/plugin-transform-runtime": "^7.17.0",
86
86
  "@babel/preset-env": "^7.16.11",
87
87
  "@babel/preset-typescript": "^7.14.5",
88
88
  "@commitlint/cli": "^16.2.1",
89
89
  "@commitlint/config-conventional": "^16.2.1",
90
90
  "@fluffy-spoon/substitute": "^1.208.0",
91
91
  "@jest/test-sequencer": "^27.5.0",
92
- "@jest/types": "^27.0.2",
92
+ "@jest/types": "^27.5.1",
93
93
  "@types/content-disposition": "^0.5.4",
94
94
  "@types/debug": "^4.1.7",
95
- "@types/elliptic": "^6.4.12",
95
+ "@types/elliptic": "^6.4.14",
96
96
  "@types/expect-puppeteer": "^4.4.7",
97
97
  "@types/glob": "^7.1.3",
98
98
  "@types/jest": "^26.0.23",
@@ -102,9 +102,9 @@
102
102
  "@types/semver": "^7.3.9",
103
103
  "@types/ws": "^7.4.5",
104
104
  "@typescript-eslint/eslint-plugin": "^5.10.0",
105
- "@typescript-eslint/parser": "^5.10.0",
105
+ "@typescript-eslint/parser": "^5.13.0",
106
106
  "babel-jest": "^27.0.5",
107
- "babel-loader": "^8.2.2",
107
+ "babel-loader": "^8.2.3",
108
108
  "babel-plugin-add-import-extension": "^1.6.0",
109
109
  "cross-env": "^7.0.3",
110
110
  "debug": "^4.3.1",
@@ -115,11 +115,11 @@
115
115
  "eslint-plugin-prettier": "^4.0.0",
116
116
  "eslint-plugin-unused-imports": "^2.0.0",
117
117
  "glob": "^7.1.7",
118
- "husky": "^6.0.0",
118
+ "husky": "^7.0.4",
119
119
  "jest": "^27.4.7",
120
120
  "jest-puppeteer": "^5.0.4",
121
121
  "nock": "^13.2.2",
122
- "prettier": "^2.3.1",
122
+ "prettier": "^2.5.1",
123
123
  "puppeteer": "^13.2.0",
124
124
  "rimraf": "^3.0.2",
125
125
  "terser-webpack-plugin": "^5.3.0",
@@ -138,4 +138,4 @@
138
138
  "beeDebugApiVersion": "1.2.1",
139
139
  "bee": "1.4.3-1213e063"
140
140
  }
141
- }
141
+ }