@live-change/online-service 0.3.41 → 0.4.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/index.js +2 -2
- package/package.json +3 -2
package/index.js
CHANGED
|
@@ -4,7 +4,7 @@ const ReactiveDaoWebsocket = require("@live-change/dao-websocket")
|
|
|
4
4
|
const ReactiveServer = ReactiveDao.ReactiveServer
|
|
5
5
|
const WebSocketServer = require('websocket').server
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
import App from '@live-change/framework'
|
|
8
8
|
const app = App.app()
|
|
9
9
|
|
|
10
10
|
const definition = app.createServiceDefinition({
|
|
@@ -270,4 +270,4 @@ definition.view({
|
|
|
270
270
|
}
|
|
271
271
|
})
|
|
272
272
|
|
|
273
|
-
|
|
273
|
+
export default definition
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/online-service",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -10,5 +10,6 @@
|
|
|
10
10
|
},
|
|
11
11
|
"author": "Michał Łaszczewski <michal@emikse.com>",
|
|
12
12
|
"license": "BSD-3-Clause",
|
|
13
|
-
"gitHead": "
|
|
13
|
+
"gitHead": "74215655da2a4bc3ef73c62e5d79d988276165e8",
|
|
14
|
+
"type": "module"
|
|
14
15
|
}
|