@squidcloud/client 1.0.6 → 1.0.9

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,10 +1,3 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <https://feross.org>
5
- * @license MIT
6
- */
7
-
8
1
  /*! *****************************************************************************
9
2
  Copyright (c) Microsoft Corporation.
10
3
 
@@ -20,7 +13,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20
13
  PERFORMANCE OF THIS SOFTWARE.
21
14
  ***************************************************************************** */
22
15
 
23
- /*! https://mths.be/punycode v1.3.2 by @mathias */
16
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
24
17
 
25
18
  /**
26
19
  * @license
@@ -31,17 +24,4 @@ PERFORMANCE OF THIS SOFTWARE.
31
24
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
32
25
  */
33
26
 
34
- /**
35
- * Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
36
- *
37
- * This can be used with JS designed for browsers to improve reuse of code and
38
- * allow the use of existing libraries.
39
- *
40
- * Usage: include("XMLHttpRequest.js") and use XMLHttpRequest per W3C specs.
41
- *
42
- * @author Dan DeFelippi <dan@driverdan.com>
43
- * @contributor David Ellis <d.f.ellis@ieee.org>
44
- * @license MIT
45
- */
46
-
47
27
  /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/client",
3
- "version": "1.0.5",
3
+ "version": "1.0.9",
4
4
  "description": "A typescript implementation of the Squid client",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/typescript-client/src/index.d.ts",
@@ -20,7 +20,6 @@
20
20
  "test:cov": "jest --coverage",
21
21
  "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
22
22
  "test:e2e": "jest --config ./test/jest-e2e.json",
23
- "prepublish": "npm run build",
24
23
  "publish:npm": "npm publish --access public"
25
24
  },
26
25
  "keywords": [
@@ -31,11 +30,6 @@
31
30
  "realtime",
32
31
  "database"
33
32
  ],
34
- "browser": {
35
- "fs": false,
36
- "path": false,
37
- "os": false
38
- },
39
33
  "author": "",
40
34
  "license": "ISC",
41
35
  "dependencies": {
@@ -63,6 +57,7 @@
63
57
  "tsconfig-paths-webpack-plugin": "^4.0.0",
64
58
  "tscpaths": "^0.0.9",
65
59
  "webpack": "^5.75.0",
66
- "webpack-cli": "^5.0.0"
60
+ "webpack-cli": "^5.0.0",
61
+ "webpack-node-externals": "^3.0.0"
67
62
  }
68
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/client",
3
- "version": "1.0.6",
3
+ "version": "1.0.9",
4
4
  "description": "A typescript implementation of the Squid client",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/typescript-client/src/index.d.ts",
@@ -20,7 +20,6 @@
20
20
  "test:cov": "jest --coverage",
21
21
  "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
22
22
  "test:e2e": "jest --config ./test/jest-e2e.json",
23
- "prepublish": "npm run build",
24
23
  "publish:npm": "npm publish --access public"
25
24
  },
26
25
  "keywords": [
@@ -31,11 +30,6 @@
31
30
  "realtime",
32
31
  "database"
33
32
  ],
34
- "browser": {
35
- "fs": false,
36
- "path": false,
37
- "os": false
38
- },
39
33
  "author": "",
40
34
  "license": "ISC",
41
35
  "dependencies": {
@@ -45,12 +39,7 @@
45
39
  "lodash": "^4.17.21",
46
40
  "lokijs": "^1.5.12",
47
41
  "rxjs": "7.5.7",
48
- "socket.io-client": "^4.5.2",
49
- "browserify-zlib": "^0.2.0",
50
- "stream-browserify": "^3.0.0",
51
- "https-browserify": "^1.0.0",
52
- "stream-http": "^3.2.0",
53
- "tty-browserify": "^0.0.1"
42
+ "socket.io-client": "^4.5.2"
54
43
  },
55
44
  "devDependencies": {
56
45
  "cpx": "^1.5.0",
@@ -68,6 +57,7 @@
68
57
  "tsconfig-paths-webpack-plugin": "^4.0.0",
69
58
  "tscpaths": "^0.0.9",
70
59
  "webpack": "^5.75.0",
71
- "webpack-cli": "^5.0.0"
60
+ "webpack-cli": "^5.0.0",
61
+ "webpack-node-externals": "^3.0.0"
72
62
  }
73
63
  }