para-client-js 1.37.9 → 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 +1 -1
- package/lib/Constraint.js +1 -1
- package/lib/Pager.js +1 -1
- package/lib/ParaObject.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +4 -4
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
|
|
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
package/lib/Pager.js
CHANGED
package/lib/ParaObject.js
CHANGED
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "para-client-js",
|
|
3
|
-
"version": "1.37.
|
|
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",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
],
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"browserify": "^17.0.0",
|
|
33
|
-
"minimist": ">=1.2.
|
|
34
|
-
"mocha": "^9.
|
|
33
|
+
"minimist": ">=1.2.6",
|
|
34
|
+
"mocha": "^9.2.2"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"test": "mocha",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"aws4": "^1.11.0",
|
|
43
43
|
"lodash": "^4.17.21",
|
|
44
|
-
"lru-cache": "^
|
|
44
|
+
"lru-cache": "^7.7.1",
|
|
45
45
|
"rsvp": "^4.8.5",
|
|
46
46
|
"superagent": "^7.1.1"
|
|
47
47
|
}
|