Skip to content

Commit 030cb41

Browse files
committed
fielddb @ 5.168.13-rc0
1 parent ed20512 commit 030cb41

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"debug": "^2.6.3",
4141
"express": "^4.13.3",
4242
"express-session": "^1.11.3",
43-
"fielddb": "5.121.19-rc0",
43+
"fielddb": "^5.168.13-rc0",
4444
"forever": "^0.15.1",
4545
"handlebars": "^4.0.2",
4646
"history": "^1.17.0",
@@ -77,7 +77,7 @@
7777
"lint:es6": "eslint --fix --ext .jsx --ext .js app bin",
7878
"start": "./bin/fielddb-web-server",
7979
"start:watch": "NODE_PATH=./app concurrently --kill-others \"nodemon ./bin/fielddb-web-server\" \"node webpack.server.js\" \"gulp css:watch\"",
80-
"start:production": "NODE_ENV=production PORT=8000 API_BASE_URL=http://localhost:8000 NODE_PATH=./app node app/server",
80+
"start:production": "NODE_ENV=production PORT=8000 API_BASE_URL=http://localhost:8000 NODE_PATH=./app node bin/fielddb-web-server",
8181
"test": "NODE_ENV=test mocha test/**/*-spec.js",
8282
"test:ci": "NODE_ENV=test NODE_PATH=./app mocha --compilers js:babel-register -r app/spec/support/setup.mocha.js --recursive 'app/**/*.test.js'",
8383
"test:site": "node test/integration/links.js",

public/components/fielddb/fielddb.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73995,7 +73995,7 @@ function extend() {
7399573995
},{}],317:[function(require,module,exports){
7399673996
module.exports={
7399773997
"name": "fielddb",
73998-
"version": "5.121.19-rc0",
73998+
"version": "5.168.13-rc0",
7399973999
"description": "An offline/online field database which adapts to its user's terminology and I-Language",
7400074000
"homepage": "https://github.com/FieldDB/FieldDB/issues/milestones?state=closed",
7400174001
"repository": {
@@ -74072,7 +74072,7 @@ module.exports={
7407274072
"build:angular-client": "bash scripts/build_fielddb_angular_core.sh || echo 'this client is deprecated and might not build much longer'",
7407374073
"build:backbone-client": "bash scripts/build_fielddb_minified.sh",
7407474074
"build:min": "echo TODO",
74075-
"build:ci": "npm run lint && npm run test:jasmineAllTestsErrorWorkaround && npm test && npm run build && npm run build:min && npm run docs && npm run build:angular-client && npm run build:backbone-client",
74075+
"build:ci": "npm run lint && npm run test:jasmineAllTestsErrorWorkaround && npm test && npm run build && npm run build:min && npm run docs && npm run build:backbone-client",
7407674076
"optionalPostinstall": "bower link || exit 0"
7407774077
},
7407874078
"license": "Apache-2.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2304,10 +2304,10 @@ fbjs@^0.8.4, fbjs@^0.8.9:
23042304
setimmediate "^1.0.5"
23052305
ua-parser-js "^0.7.9"
23062306

2307-
fielddb@5.121.19-rc0:
2308-
version "5.121.19-rc0"
2309-
resolved "https://registry.yarnpkg.com/fielddb/-/fielddb-5.121.19-rc0.tgz#b9cddb3dbd8eafb16c63f85f06cd605f2bc3198c"
2310-
integrity sha512-14kciRrjmRICFdoHBq3Ws8x2N/uaogA+l2h94lDQ+7xd3y9lE2WIl/EhWhCCz8+bNIVHIcAiiyuxb5KxX05m5g==
2307+
fielddb@^5.168.13-rc0:
2308+
version "5.168.13-rc0"
2309+
resolved "https://registry.yarnpkg.com/fielddb/-/fielddb-5.168.13-rc0.tgz#c0f9b3b25f1d9c4726b6807803541eeace48cc4f"
2310+
integrity sha512-EaJS7gHzIU8//QJ/q1IVLbHsrRt7TcoyObGAjJINBrnpZSoJcTXX4L7UlDies0h4y8pTsHG52zgpnxK/M3aBxQ==
23112311
dependencies:
23122312
atob "^2.1.2"
23132313
bcryptjs "^2.4.3"

0 commit comments

Comments
 (0)