@live-change/db-server 0.9.152 → 0.9.154
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/build-docker-and-upload.sh +1 -1
- package/package.json +14 -14
|
@@ -3,7 +3,7 @@ VERSION=`echo "console.log(require('./package.json').version)" | node`
|
|
|
3
3
|
PLATFORMS="linux/amd64,linux/arm64,linux/arm/v7"
|
|
4
4
|
export BUILDKIT_PROGRESS=plain
|
|
5
5
|
export DOCKER_BUILDKIT=1
|
|
6
|
-
|
|
6
|
+
PLATFORMS="linux/amd64"
|
|
7
7
|
echo building docker image for version $VERSION
|
|
8
8
|
docker buildx use hybrid-builder
|
|
9
9
|
docker buildx build --debug \
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/db-server",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.154",
|
|
4
4
|
"description": "Database with observable data for live queries",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"vite-plugin-vue-images": "^0.6.1"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@live-change/dao": "^0.9.
|
|
41
|
-
"@live-change/dao-message": "^0.9.
|
|
42
|
-
"@live-change/dao-sockjs": "^0.9.
|
|
43
|
-
"@live-change/dao-websocket": "^0.9.
|
|
44
|
-
"@live-change/db": "^0.9.
|
|
45
|
-
"@live-change/db-admin": "^0.9.
|
|
46
|
-
"@live-change/db-client": "^0.9.
|
|
47
|
-
"@live-change/db-store-level": "^0.9.
|
|
48
|
-
"@live-change/db-store-lmdb": "^0.9.
|
|
49
|
-
"@live-change/db-store-observable-db": "^0.9.
|
|
50
|
-
"@live-change/db-store-rbtree": "^0.9.
|
|
51
|
-
"@live-change/server": "^0.9.
|
|
40
|
+
"@live-change/dao": "^0.9.154",
|
|
41
|
+
"@live-change/dao-message": "^0.9.154",
|
|
42
|
+
"@live-change/dao-sockjs": "^0.9.154",
|
|
43
|
+
"@live-change/dao-websocket": "^0.9.154",
|
|
44
|
+
"@live-change/db": "^0.9.154",
|
|
45
|
+
"@live-change/db-admin": "^0.9.154",
|
|
46
|
+
"@live-change/db-client": "^0.9.154",
|
|
47
|
+
"@live-change/db-store-level": "^0.9.154",
|
|
48
|
+
"@live-change/db-store-lmdb": "^0.9.154",
|
|
49
|
+
"@live-change/db-store-observable-db": "^0.9.154",
|
|
50
|
+
"@live-change/db-store-rbtree": "^0.9.154",
|
|
51
|
+
"@live-change/server": "^0.9.154",
|
|
52
52
|
"@live-change/sockjs": "0.4.1",
|
|
53
53
|
"@tailwindcss/vite": "^4.1.0",
|
|
54
54
|
"express": "^4.18.2",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"websocket": "^1.0.34",
|
|
59
59
|
"yargs": "^17.7.2"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "6d0dd934466e0ba5d792a5c98b0df27559ff4da0"
|
|
62
62
|
}
|