@magaya/hyperion-node 12.30.11-blue-dev.0 → 12.31.4-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.
package/README.md CHANGED
@@ -24,8 +24,6 @@ In development, you'll need to install the tools that are compatible with the ve
24
24
 
25
25
  | Magaya | NodeJS |
26
26
  | ------------- | ------------- |
27
- | 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) |
28
- | 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) |
29
27
  | 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) |
30
28
  | 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) |
31
29
  | 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) |
@@ -52,4 +50,3 @@ const hyperion = require('@magaya/hyperion-node')(process.argv, {
52
50
  ---
53
51
 
54
52
  ### Descriptions coming soon...
55
-
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@magaya/hyperion-node",
3
- "version": "12.30.11-blue-dev.0",
3
+ "version": "12.31.4-blue-main.0",
4
4
  "description": "Hyperion project to be used with node.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "postversion": "git push && git push --tags && npm publish",
8
- "test": "jasmine"
7
+ "postversion": "git push && git push --tags && npm publish --tag blue-main"
9
8
  },
10
9
  "os": [
11
10
  "win32"
@@ -37,10 +36,10 @@
37
36
  "dependencies": {
38
37
  "@magaya/hyperion-algorithms": "^1.0.0",
39
38
  "@magaya/hyperion-write-access": "^0.1.1",
40
- "debug": "4.3.4"
39
+ "debug": "^3.1.0"
41
40
  },
42
41
  "devDependencies": {
43
- "jasmine": "4.6.0",
44
- "mock-require": "3.0.3"
42
+ "jasmine": "^3.1.0",
43
+ "mock-require": "^3.0.2"
45
44
  }
46
45
  }