Commit 6a11e95e authored by Alexandre Delanoë's avatar Alexandre Delanoë

[VERSION] +1 to 0.0.7.4

parent 0f9e3220
Pipeline #7009 passed with stages
in 15 minutes and 7 seconds
## Version 0.0.7.4 /!\ Breaking Changes, see readme to configure the worker
* [BACK/FRONT][FEAT][Job workers & persistence (#238)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/238)
## Version 0.0.7.3.8 ## Version 0.0.7.3.8
* [BACK][FIX][Publishing a Corpus (#400)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/400) * [BACK][FIX][Publishing a Corpus (#400)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/400)
......
{ {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.7.3.8", "version": "0.0.7.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.7.3.8", "version": "0.0.7.4",
"dependencies": { "dependencies": {
"@fontsource/crete-round": "~5.0.12", "@fontsource/crete-round": "~5.0.12",
"@fontsource/montserrat": "~5.0.17", "@fontsource/montserrat": "~5.0.17",
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
"xhr2": "~0.2.1" "xhr2": "~0.2.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"purescript-language-server": "~0.17.1" "purescript-language-server": "~0.18.2"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
...@@ -10687,8 +10687,9 @@ ...@@ -10687,8 +10687,9 @@
} }
}, },
"node_modules/purescript-language-server": { "node_modules/purescript-language-server": {
"version": "0.17.3", "version": "0.18.2",
"license": "MIT", "resolved": "https://registry.npmjs.org/purescript-language-server/-/purescript-language-server-0.18.2.tgz",
"integrity": "sha512-RL2XXaj2BYee9Yjgaaz3GcYDGwiqYaxqb9zWxfj0V+kCLMzw6Wa9UMh8LECVoRt2xz5mIr8RBEgnSxp3yWlNVA==",
"optional": true, "optional": true,
"dependencies": { "dependencies": {
"shell-quote": "^1.7.2", "shell-quote": "^1.7.2",
......
{ {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.7.3.8", "version": "0.0.7.4",
"scripts": { "scripts": {
"build": "spago build", "build": "spago build",
"bundle": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps", "bundle": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment