Skip to content

Commit

Permalink
Feat(admin): Add external resource field (#1701)
Browse files Browse the repository at this point in the history
* feat/admin: add external resource field

* include transformers package in lodex,, get rid of ezs

* add WEBSERVICE transformer and fix tests for transformers package

* liting

* clean in packages
  • Loading branch information
JulienMattiussi authored Sep 19, 2023
1 parent f344e03 commit b10e116
Show file tree
Hide file tree
Showing 146 changed files with 4,830 additions and 659 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"insertversion:makefile": "sed -i \"s#\\(lodex:\\)\\([\\.a-z0-9]\\+\\)#\\1${npm_package_version}#g\" Makefile",
"insertversion:docker": "sed -i \"s#\\(lodex:\\)\\([\\.a-z0-9]\\+\\)#\\1${npm_package_version}#g\" docker-compose*.yml",
"version": "npm run insertversion:readme && npm run insertversion:makefile && npm run insertversion:docker && git add README.md Makefile",
"postinstall": "cd ./packages/ezsLodex/ && npm install --production --install-strategy=nested"
"postinstall": "cd ./packages/ezsLodex/ && npm install --production --install-strategy=nested && cd ../transformers/ && npm install --production --install-strategy=nested"
},
"nodemonConfig": {
"ignore": [
Expand Down Expand Up @@ -75,7 +75,7 @@
"@ezs/lodex": "file:./packages/ezsLodex",
"@ezs/loterre": "^2.0.3",
"@ezs/sparql": "^1.2.2",
"@ezs/transformers": "1.4.3",
"@ezs/transformers": "file:./packages/transformers",
"@ezs/xslt": "1.3.30",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
Expand Down
6 changes: 0 additions & 6 deletions packages/ezsLodex/.local.vimrc

This file was deleted.

Loading

0 comments on commit b10e116

Please sign in to comment.