@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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +21 -5
package/README.md CHANGED
@@ -8,6 +8,7 @@
8
8
 
9
9
  [![npm version](https://img.shields.io/npm/v/@nlabs/metropolisjs.svg?style=flat-square)](https://www.npmjs.com/package/@nlabs/metropolisjs)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@nlabs/metropolisjs.svg?style=flat-square)](https://www.npmjs.com/package/@nlabs/metropolisjs)
11
+ [![Documentation](https://img.shields.io/badge/docs-metropolisjs.nitrogenx.co-6d28d9?style=flat-square)](https://metropolisjs.nitrogenx.co)
11
12
  [![Issues](http://img.shields.io/github/issues/nitrogenlabs/metropolisjs.svg?style=flat-square)](https://github.com/nitrogenlabs/metropolisjs/issues)
12
13
  [![TypeScript](https://badges.frapsoft.com/typescript/version/typescript-next.svg?v=101)](https://github.com/ellerbrock/typescript-badges/)
13
14
  [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](http://opensource.org/licenses/MIT)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nlabs/metropolisjs",
3
- "version": "1.1.0",
4
- "description": "MetropolisJS is a library to connect users to Reaktor",
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
- "messaging",
70
- "reaktor"
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",