Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ You can also check the
- Remove dependencies which used old versions of `node-fetch`
- Upgrade dependencies which used old versions of `nth-check`
- Updated `@deck.gl/*` packages and `fast-xml-parser`
- Rename package
- Documentation
- Add publiccode.yml for discoverability
- Reorganize & improve README
Expand Down
8 changes: 4 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@interactivethings/visualize-app",
"name": "@foen-admin-ch/visualize-app",
"version": "3.4.9",
"publishConfig": {
"access": "public"
},
"main": "dist/interactivethings-visualize-app.cjs.js",
"module": "dist/interactivethings-visualize-app.esm.js",
"main": "dist/visualize-app.cjs.js",
"module": "dist/visualize-app.esm.js",
"files": [
"dist"
],
"scripts": {
"build": "yarn workspace @visualize-admin/visualization-tool run build"
"build": "yarn workspace @foen-admin-ch/visualize run build"
},
"dependencies": {
"@apollo/client": "^3.3.20",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@visualize-admin/visualization-tool",
"name": "@foen-admin-ch/visualize",
"version": "6.4.0",
"repository": {
"type": "git",
Expand Down
Loading