routeflow-api 0.2.2 → 1.0.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -90,4 +90,4 @@ import { CassandraAdapter } from 'routeflow-api/adapters/cassandra'
90
90
 
91
91
  ## License
92
92
 
93
- MIT
93
+ Apache 2.0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "routeflow-api",
3
- "version": "0.2.2",
3
+ "version": "1.0.0",
4
4
  "description": "RouteFlow — REST API with real-time database push subscriptions",
5
- "license": "MIT",
5
+ "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/spear34000/RouteFlow.git"