qyani-web 1.0.6 → 1.0.7

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // app.js
2
2
  import https from 'https';
3
3
  import url from 'url';
4
- import GroupRoute from "./lib/group-route";
4
+ import GroupRoute from "./lib/group-route.js";
5
5
  import * as http from "http";
6
6
  export { GroupRoute };
7
7
  export default class WebApp {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qyani-web",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Backend for the app",
5
5
  "main": "./dist/index.js",
6
6
  "author": "Qianrenni",