@nlabs/metropolisjs 1.1.0 → 1.1.1
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 +1 -0
- package/package.json +21 -5
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/@nlabs/metropolisjs)
|
|
10
10
|
[](https://www.npmjs.com/package/@nlabs/metropolisjs)
|
|
11
|
+
[](https://metropolisjs.nitrogenx.co)
|
|
11
12
|
[](https://github.com/nitrogenlabs/metropolisjs/issues)
|
|
12
13
|
[](https://github.com/ellerbrock/typescript-badges/)
|
|
13
14
|
[](http://opensource.org/licenses/MIT)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nlabs/metropolisjs",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.1.1",
|
|
4
|
+
"description": "Type-safe frontend integration for authentication, data, messaging, realtime events, billing, and Reaktor APIs.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "lib/index.js",
|
|
@@ -61,13 +61,25 @@
|
|
|
61
61
|
},
|
|
62
62
|
"repository": {
|
|
63
63
|
"type": "git",
|
|
64
|
-
"url": "github.com/nitrogenlabs/metropolisjs"
|
|
64
|
+
"url": "git+https://github.com/nitrogenlabs/metropolisjs.git"
|
|
65
65
|
},
|
|
66
66
|
"keywords": [
|
|
67
|
+
"api-client",
|
|
68
|
+
"arkhamjs",
|
|
69
|
+
"authentication",
|
|
70
|
+
"billing",
|
|
71
|
+
"data-fetching",
|
|
72
|
+
"frontend",
|
|
73
|
+
"messaging",
|
|
67
74
|
"nitrogenlabs",
|
|
75
|
+
"react",
|
|
76
|
+
"reaktor",
|
|
77
|
+
"realtime",
|
|
78
|
+
"server-sent-events",
|
|
68
79
|
"session",
|
|
69
|
-
"
|
|
70
|
-
"
|
|
80
|
+
"state-management",
|
|
81
|
+
"typescript",
|
|
82
|
+
"websocket"
|
|
71
83
|
],
|
|
72
84
|
"author": {
|
|
73
85
|
"name": "Giraldo Rosales",
|
|
@@ -75,6 +87,10 @@
|
|
|
75
87
|
"url": "http://nitrogenlabs.com"
|
|
76
88
|
},
|
|
77
89
|
"license": "MIT",
|
|
90
|
+
"homepage": "https://metropolisjs.nitrogenx.co",
|
|
91
|
+
"bugs": {
|
|
92
|
+
"url": "https://github.com/nitrogenlabs/metropolisjs/issues"
|
|
93
|
+
},
|
|
78
94
|
"dependencies": {
|
|
79
95
|
"@nlabs/rip-hunter": "3.1.1",
|
|
80
96
|
"@nlabs/utils": "^2.10.7",
|