@live-change/peer-connection-frontend 0.4.6 → 0.8.3
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/LICENSE.md +2 -2
- package/package.json +23 -24
package/LICENSE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright 2019-
|
|
1
|
+
Copyright 2019-2024 Michał Łaszczewski
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
4
4
|
|
|
@@ -8,4 +8,4 @@ Redistribution and use in source and binary forms, with or without modification,
|
|
|
8
8
|
|
|
9
9
|
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
10
10
|
|
|
11
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
11
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/peer-connection-frontend",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"scripts": {
|
|
5
|
-
"memDev": "
|
|
5
|
+
"memDev": "node server/start.js memDev --enableSessions --initScript ./init.js",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
7
|
-
"localDev": "
|
|
8
|
-
"dev": "
|
|
9
|
-
"ssrDev": "
|
|
7
|
+
"localDev": "node server/start.js localDev --enableSessions",
|
|
8
|
+
"dev": "node server/start.js dev --enableSessions",
|
|
9
|
+
"ssrDev": "node server/start.js ssrDev --enableSessions",
|
|
10
10
|
"serveAllMem": "cross-env NODE_ENV=production lcli ssrServer --withApi --withServices --updateServices --enableSessions --withDb --dbBackend mem --createDb",
|
|
11
11
|
"serveAll": "cross-env NODE_ENV=production lcli ssrServer --withApi --withServices --updateServices --enableSessions",
|
|
12
12
|
"serve": "cross-env NODE_ENV=production lcli ssrServer --enableSessions",
|
|
13
|
-
"apiServer": "
|
|
14
|
-
"devApiServer": "
|
|
15
|
-
"memApiServer": "
|
|
13
|
+
"apiServer": "node server/start.js apiServer --enableSessions",
|
|
14
|
+
"devApiServer": "node server/start.js devApiServer --enableSessions",
|
|
15
|
+
"memApiServer": "node server/start.js memApiServer --enableSessions",
|
|
16
16
|
"build": "cd front; yarn build:client && yarn build:server",
|
|
17
17
|
"build:client": "cd front; vite build --ssrManifest --outDir dist/client",
|
|
18
18
|
"build:server": "cd front; vite build --ssr src/entry-server.js --outDir dist/server",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@live-change/cli": "0.8.
|
|
24
|
+
"@live-change/cli": "^0.8.3",
|
|
25
25
|
"@live-change/dao": "0.6.0",
|
|
26
|
-
"@live-change/dao-vue3": "0.
|
|
27
|
-
"@live-change/dao-websocket": "0.
|
|
28
|
-
"@live-change/framework": "0.8.
|
|
29
|
-
"@live-change/password-authentication-service": "0.
|
|
30
|
-
"@live-change/secret-code-service": "0.
|
|
31
|
-
"@live-change/secret-link-service": "0.
|
|
32
|
-
"@live-change/session-service": "0.
|
|
33
|
-
"@live-change/user-frontend": "^0.
|
|
34
|
-
"@live-change/user-service": "0.
|
|
35
|
-
"@live-change/vue3-components": "0.2
|
|
36
|
-
"@live-change/vue3-ssr": "0.2
|
|
26
|
+
"@live-change/dao-vue3": "0.8.2",
|
|
27
|
+
"@live-change/dao-websocket": "0.8.2",
|
|
28
|
+
"@live-change/framework": "0.8.2",
|
|
29
|
+
"@live-change/password-authentication-service": "0.8.2",
|
|
30
|
+
"@live-change/secret-code-service": "0.8.2",
|
|
31
|
+
"@live-change/secret-link-service": "0.8.2",
|
|
32
|
+
"@live-change/session-service": "0.8.2",
|
|
33
|
+
"@live-change/user-frontend": "^0.8.3",
|
|
34
|
+
"@live-change/user-service": "0.8.2",
|
|
35
|
+
"@live-change/vue3-components": "0.8.2",
|
|
36
|
+
"@live-change/vue3-ssr": "0.8.2",
|
|
37
37
|
"@vueuse/core": "^10.7.2",
|
|
38
38
|
"codeceptjs-assert": "^0.0.5",
|
|
39
39
|
"compression": "^1.7.4",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"get-port-sync": "1.0.1",
|
|
42
42
|
"primeflex": "^3.3.1",
|
|
43
43
|
"primeicons": "^6.0.1",
|
|
44
|
-
"primevue": "^3.
|
|
44
|
+
"primevue": "^3.49.1",
|
|
45
45
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
46
46
|
"rollup-plugin-visualizer": "5.12.0",
|
|
47
47
|
"serialize-javascript": "^6.0.2",
|
|
@@ -51,8 +51,7 @@
|
|
|
51
51
|
"vue3-scroll-border": "0.1.6"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@live-change/codeceptjs-helper": "0.8.
|
|
55
|
-
"@wdio/selenium-standalone-service": "^8.15.0",
|
|
54
|
+
"@live-change/codeceptjs-helper": "0.8.2",
|
|
56
55
|
"codeceptjs": "^3.5.12",
|
|
57
56
|
"generate-password": "1.7.1",
|
|
58
57
|
"playwright": "^1.41.2",
|
|
@@ -63,5 +62,5 @@
|
|
|
63
62
|
"author": "",
|
|
64
63
|
"license": "BSD-3-Clause",
|
|
65
64
|
"description": "",
|
|
66
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "81b4ac5a36ab1abdf9d521e3c4fbea6d194bb892"
|
|
67
66
|
}
|