para-client-js 1.37.7 → 1.37.10

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/LICENSE CHANGED
@@ -187,7 +187,7 @@
187
187
  same "printed page" as the copyright notice for easier
188
188
  identification within third-party archives.
189
189
 
190
- Copyright 2021 Erudika LTD, https://erudika.com
190
+ Copyright 2022 Erudika LTD, https://erudika.com
191
191
 
192
192
  Licensed under the Apache License, Version 2.0 (the "License");
193
193
  you may not use this file except in compliance with the License.
package/lib/Constraint.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2013-2021 Erudika. https://erudika.com
2
+ * Copyright 2013-2022 Erudika. https://erudika.com
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/Pager.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2013-2021 Erudika. https://erudika.com
2
+ * Copyright 2013-2022 Erudika. https://erudika.com
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/ParaObject.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2013-2021 Erudika. https://erudika.com
2
+ * Copyright 2013-2022 Erudika. https://erudika.com
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2013-2021 Erudika. https://erudika.com
2
+ * Copyright 2013-2022 Erudika. https://erudika.com
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "para-client-js",
3
- "version": "1.37.7",
3
+ "version": "1.37.10",
4
4
  "description": "JavaScript Client for Para",
5
5
  "homepage": "https://paraio.org",
6
6
  "repository": "erudika/para-client-js",
7
- "exports": "lib/index.js",
8
- "types": "lib/index.d.ts",
7
+ "exports": "./lib/index.js",
8
+ "types": "./lib/index.d.ts",
9
9
  "type": "module",
10
10
  "author": {
11
11
  "name": "Alex Bogdanovski",
@@ -30,8 +30,8 @@
30
30
  ],
31
31
  "devDependencies": {
32
32
  "browserify": "^17.0.0",
33
- "minimist": ">=1.2.2",
34
- "mocha": "^9.1.3"
33
+ "minimist": ">=1.2.6",
34
+ "mocha": "^9.2.2"
35
35
  },
36
36
  "scripts": {
37
37
  "test": "mocha",
@@ -41,8 +41,8 @@
41
41
  "dependencies": {
42
42
  "aws4": "^1.11.0",
43
43
  "lodash": "^4.17.21",
44
- "lru-cache": "^6.0.0",
44
+ "lru-cache": "^7.7.1",
45
45
  "rsvp": "^4.8.5",
46
- "superagent": "^6.1.0"
46
+ "superagent": "^7.1.1"
47
47
  }
48
48
  }