ajax-best-promise 0.4.2 → 0.4.3

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +14 -13
package/README.md CHANGED
@@ -5,7 +5,10 @@ Ajax with best promise - Ajax with stream data
5
5
 
6
6
  ![extending](https://img.shields.io/badge/stability-extending-orange.svg)
7
7
  [![npm-version](https://img.shields.io/npm/v/ajax-best-promise.svg)](https://npmjs.org/package/ajax-best-promise)
8
+ [![build](https://github.com/codenautas/ajax-best-promise/actions/workflows/node.js.yml/badge.svg)](https://github.com/codenautas/ajax-best-promise/actions/workflows/node.js.yml)
8
9
  [![downloads](https://img.shields.io/npm/dm/ajax-best-promise.svg)](https://npmjs.org/package/ajax-best-promise)
10
+ [![outdated-deps](https://img.shields.io/github/issues-search/codenautas/ajax-best-globals?color=9cf&label=outdated-deps&query=is%3Apr%20author%3Aapp%2Fdependabot%20is%3Aopen)](https://github.com/codenautas/ajax-best-globals/pulls/app%2Fdependabot)
11
+
9
12
 
10
13
 
11
14
  language: ![English](https://raw.githubusercontent.com/codenautas/multilang/master/img/lang-en.png)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ajax-best-promise",
3
3
  "description": "Ajax with best promise - Ajax with stream data",
4
- "version": "0.4.2",
4
+ "version": "0.4.3",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "files": [
@@ -21,35 +21,36 @@
21
21
  "main": "bin/ajax-best-promise.js",
22
22
  "dependencies": {},
23
23
  "devDependencies": {
24
- "body-parser": "^1.20.2",
25
- "cookie-parser": "^1.4.6",
24
+ "body-parser": "^2.2.2",
25
+ "cookie-parser": "^1.4.7",
26
26
  "expect.js": "^0.3.1",
27
- "express": "^4.19.2",
28
- "express-session": "^1.18.0",
29
- "express-useragent": "^1.0.15",
27
+ "express": "^5.2.1",
28
+ "express-session": "^1.19.0",
29
+ "express-useragent": "^2.1.0",
30
30
  "fs-promise": "^2.0.3",
31
31
  "istanbul": "^0.4.5",
32
- "karma": "^6.4.3",
32
+ "karma": "^6.4.4",
33
33
  "karma-chrome-launcher": "^3.2.0",
34
34
  "karma-coverage": "^2.2.1",
35
35
  "karma-expect": "^1.1.3",
36
36
  "karma-firefox-launcher": "^2.1.3",
37
37
  "karma-mocha": "^2.0.1",
38
- "mocha": "^10.4.0",
38
+ "mocha": "^11.7.5",
39
39
  "moment": "^2.30.1",
40
40
  "multiparty": "^4.2.3",
41
- "pug": "^3.0.2",
41
+ "pug": "^3.0.3",
42
42
  "read-yaml-promise": "^1.0.2",
43
- "mini-tools": "^1.12.1",
44
- "require-bro": "^0.3.1",
45
- "serve-content": "^0.3.19"
43
+ "mini-tools": "^1.13.4",
44
+ "require-bro": "^0.3.2",
45
+ "serve-content": "^1.0.2"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">= 16"
49
49
  },
50
50
  "scripts": {
51
51
  "infinito": "node examples/server/server.js --karma karma.conf.js",
52
- "test": "node examples/server/server.js --karma karma.conf.js --single-run",
52
+ "test": "echo Use test-ui to test!",
53
+ "test-ui": "node examples/server/server.js --karma karma.conf.js --single-run",
53
54
  "test-cov": "node examples/server/server.js --karma karma.conf.js --single-run",
54
55
  "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
55
56
  "start": "node examples/server/server.js"