@magaya/hyperion-express-middleware 12.30.3-blue-dev.0 → 12.30.3-blue-main.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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -34,8 +34,6 @@ In development, you'll need to install the tools that are compatible with the ve
34
34
 
35
35
  | Magaya | NodeJS |
36
36
  | ------------- | ------------- |
37
- | v11.6.x | 16.5.0 [32 bits](https://nodejs.org/dist/v16.5.0/node-v16.5.0-x86.msi) [64 bits](https://nodejs.org/dist/v16.5.0/node-v16.5.0-x64.msi) |
38
- | v11.4.x | 12.14.1 [32 bits](https://nodejs.org/dist/v12.14.1/node-v12.14.1-x86.msi) [64 bits](https://nodejs.org/dist/v12.14.1/node-v12.14.1-x64.msi) |
39
37
  | v11.3.x | 12.14.1 [32 bits](https://nodejs.org/dist/v12.14.1/node-v12.14.1-x86.msi) [64 bits](https://nodejs.org/dist/v12.14.1/node-v12.14.1-x64.msi) |
40
38
  | v11.2.x | 8.11.1 [32 bits](https://nodejs.org/dist/v8.11.1/node-v8.11.1-x86.msi) [64 bits](https://nodejs.org/dist/v8.11.1/node-v8.11.1-x64.msi) |
41
39
  | v11.1.x | 8.11.1 [32 bits](https://nodejs.org/dist/v8.11.1/node-v8.11.1-x86.msi) [64 bits](https://nodejs.org/dist/v8.11.1/node-v8.11.1-x64.msi) |
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@magaya/hyperion-express-middleware",
3
- "version": "12.30.3-blue-dev.0",
3
+ "version": "12.30.3-blue-main.0",
4
4
  "description": "An express middleware for hyperion.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "jasmine",
8
- "postversion": "git push && git push --tags && npm publish"
8
+ "postversion": "git push && git push --tags && npm publish --tag blue-main"
9
9
  },
10
10
  "files": [
11
11
  "index.js"
@@ -26,12 +26,12 @@
26
26
  },
27
27
  "homepage": "https://github.com/magaya-dev/hyperion-express-middleware.git#readme",
28
28
  "dependencies": {
29
- "@magaya/hyperion-node": "12.30.3-blue-dev.0",
30
- "debug": "4.3.4"
29
+ "@magaya/hyperion-node": "12.30.3-blue-main.0",
30
+ "debug": "^3.1.0"
31
31
  },
32
32
  "devDependencies": {
33
- "express": "4.18.2",
34
- "jasmine": "4.6.0",
35
- "mock-require": "3.0.3"
33
+ "express": "^4.16.3",
34
+ "jasmine": "^3.1.0",
35
+ "mock-require": "^2.0.2"
36
36
  }
37
37
  }