Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
6a11e95e
Commit
6a11e95e
authored
Nov 19, 2024
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[VERSION] +1 to 0.0.7.4
parent
0f9e3220
Pipeline
#7009
passed with stages
in 15 minutes and 7 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
CHANGELOG.md
CHANGELOG.md
+4
-0
package-lock.json
package-lock.json
+6
-5
package.json
package.json
+1
-1
No files found.
CHANGELOG.md
View file @
6a11e95e
## 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
*
[
BACK
][
FIX
][
Publishing a Corpus (#400)
](
https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/400
)
...
...
package-lock.json
View file @
6a11e95e
{
"name"
:
"Gargantext"
,
"version"
:
"0.0.7.
3.8
"
,
"version"
:
"0.0.7.
4
"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"Gargantext"
,
"version"
:
"0.0.7.
3.8
"
,
"version"
:
"0.0.7.
4
"
,
"dependencies"
:
{
"@fontsource/crete-round"
:
"~5.0.12"
,
"@fontsource/montserrat"
:
"~5.0.17"
,
...
...
@@ -68,7 +68,7 @@
"xhr2"
:
"~0.2.1"
},
"optionalDependencies"
:
{
"purescript-language-server"
:
"~0.1
7.1
"
"purescript-language-server"
:
"~0.1
8.2
"
}
},
"node_modules/@ampproject/remapping"
:
{
...
...
@@ -10687,8 +10687,9 @@
}
},
"node_modules/purescript-language-server"
:
{
"version"
:
"0.17.3"
,
"license"
:
"MIT"
,
"version"
:
"0.18.2"
,
"resolved"
:
"https://registry.npmjs.org/purescript-language-server/-/purescript-language-server-0.18.2.tgz"
,
"integrity"
:
"sha512-RL2XXaj2BYee9Yjgaaz3GcYDGwiqYaxqb9zWxfj0V+kCLMzw6Wa9UMh8LECVoRt2xz5mIr8RBEgnSxp3yWlNVA=="
,
"optional"
:
true
,
"dependencies"
:
{
"shell-quote"
:
"^1.7.2"
,
...
...
package.json
View file @
6a11e95e
{
"name"
:
"Gargantext"
,
"version"
:
"0.0.7.
3.8
"
,
"version"
:
"0.0.7.
4
"
,
"scripts"
:
{
"build"
:
"spago build"
,
"bundle"
:
"spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment