Browse Source

chore(publish): v0.11.43

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/653/head 0.11.43
Pranav C 3 years ago
parent
commit
276c3c0266
  1. 4
      packages/nc-lib-gui/package.json
  2. 11
      packages/nocodb/package-lock.json
  3. 4
      packages/nocodb/package.json

4
packages/nc-lib-gui/package.json

@ -1,6 +1,6 @@
{ {
"name": "nc-lib-gui", "name": "nc-lib-gui",
"version": "0.2.64", "version": "0.2.65",
"description": "> TODO: description", "description": "> TODO: description",
"author": "“pranavxc” <pranavxc@gmail.com>", "author": "“pranavxc” <pranavxc@gmail.com>",
"homepage": "https://gitlab.com/xgenecloud-ts/xgenecloud-ts#readme", "homepage": "https://gitlab.com/xgenecloud-ts/xgenecloud-ts#readme",
@ -30,4 +30,4 @@
"express": "^4.17.1", "express": "^4.17.1",
"vuedraggable": "^2.24.3" "vuedraggable": "^2.24.3"
} }
} }

11
packages/nocodb/package-lock.json generated

@ -6990,6 +6990,7 @@
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz",
"integrity": "sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==", "integrity": "sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==",
"dev": true,
"requires": { "requires": {
"prettier-linter-helpers": "^1.0.0" "prettier-linter-helpers": "^1.0.0"
} }
@ -7550,7 +7551,8 @@
"fast-diff": { "fast-diff": {
"version": "1.2.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
"integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==" "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
"dev": true
}, },
"fast-glob": { "fast-glob": {
"version": "3.2.7", "version": "3.2.7",
@ -12367,9 +12369,9 @@
} }
}, },
"nc-lib-gui": { "nc-lib-gui": {
"version": "0.2.64", "version": "0.2.65",
"resolved": "https://registry.npmjs.org/nc-lib-gui/-/nc-lib-gui-0.2.64.tgz", "resolved": "https://registry.npmjs.org/nc-lib-gui/-/nc-lib-gui-0.2.65.tgz",
"integrity": "sha512-awF3KFWYsNvccIIhtKwscE8gsiXbq0sDX+07QwM+l5850V0I+9aevVQdv2o0qxkrpFJAMR7jhYLJZ+C43u6cOw==", "integrity": "sha512-NRX/S0ftnBJzFBuFQcsyA8ixVcpbtlGIH2TPZH3LWDCUQ2gONmW8Hj/YtHcAp/dEgbdbu2KNp/tEJBp9/S4OYg==",
"requires": { "requires": {
"axios": "^0.19.2", "axios": "^0.19.2",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
@ -14404,6 +14406,7 @@
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
"integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
"dev": true,
"requires": { "requires": {
"fast-diff": "^1.1.2" "fast-diff": "^1.1.2"
} }

4
packages/nocodb/package.json

@ -1,6 +1,6 @@
{ {
"name": "nocodb", "name": "nocodb",
"version": "0.11.42", "version": "0.11.43",
"description": "xc-cli", "description": "xc-cli",
"main": "dist/bundle.js", "main": "dist/bundle.js",
"repository": "https://github.com/nocodb/nocodb", "repository": "https://github.com/nocodb/nocodb",
@ -147,7 +147,7 @@
"nanoid": "^3.1.20", "nanoid": "^3.1.20",
"nc-common": "0.0.6", "nc-common": "0.0.6",
"nc-help": "^0.2.16", "nc-help": "^0.2.16",
"nc-lib-gui": "0.2.64", "nc-lib-gui": "0.2.65",
"nc-plugin": "^0.1.1", "nc-plugin": "^0.1.1",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"nodemailer": "^6.4.10", "nodemailer": "^6.4.10",

Loading…
Cancel
Save