Skip to content

Commit

Permalink
Merge branch 'main' into feature/add-new-mode-for-attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin authored Jul 24, 2024
2 parents 83f1c97 + 956de1a commit e37928d
Show file tree
Hide file tree
Showing 11 changed files with 4,871 additions and 115,965 deletions.
Binary file removed .hack.sh.swp
Binary file not shown.
11,217 changes: 4,856 additions & 6,361 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"docs:afm": "node ./scripts/makeDocs ./packages/clients/afm",
"docs:generic": "node ./scripts/makeDocs ./packages/clients/generic",
"docs:meldemichel": "node ./scripts/makeDocs ./packages/clients/meldemichel && npm run meldemichel:build && cp -r ./packages/clients/meldemichel/dist ./packages/clients/meldemichel/example ./packages/clients/meldemichel/docs",
"docs:sbom": "npx @cyclonedx/cyclonedx-npm --output-file sbom.json",
"docs:snowbox": "node ./scripts/makeDocs ./packages/clients/snowbox",
"docs:textLocator": "node ./scripts/makeDocs ./packages/clients/textLocator && npm run textLocator:build && cp -r ./packages/clients/textLocator/dist ./packages/clients/textLocator/docs",
"lint": "npx eslint . --cache --ext .js,.ts,.vue",
Expand All @@ -44,10 +43,9 @@
"test:coverage": "jest --coverage"
},
"devDependencies": {
"@actions/github": "^5.1.1",
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@cyclonedx/cyclonedx-npm": "^1.7.2",
"@actions/github": "^6.0.0",
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@jest/types": "^29.3.1",
"@types/geojson": "^7946.0.8",
"@types/jest": "^29.2.5",
Expand All @@ -74,7 +72,6 @@
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-plugin-vue": "^9.18.1",
"events": "^3.3.0",
"github-markdown-css": "^5.1.0",
"http-server": "^14.1.1",
"jest": "^29.3.1",
Expand All @@ -83,7 +80,7 @@
"lodash.merge": "^4.6.2",
"markdown-it": "^13.0.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rimraf": "^5.0.9",
"sass": "^1.47.0",
"stream-browserify": "^3.0.0",
"timers-browserify": "^2.0.12",
Expand Down
1 change: 1 addition & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Feature: Add new state parameter `mapHasDimensions` to let plugins have a "hook" to react on when the map is ready.
- Feature: Add `deviceIsHorizontal` as a getter to have a more central place to check if the device is in landscape mode.
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Chore: Update dependencies to latest versions.

## 1.4.1

Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"directory": "packages/core"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@masterportal/masterportalapi": "2.8.0",
"@polar/components": "^2.0.0",
"@polar/lib-idx": "^1.0.0",
Expand All @@ -21,14 +21,14 @@
"@repositoryname/noop": "^1.0.6",
"@repositoryname/vuex-generators": "^1.1.2",
"hammerjs": "2.0.8",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^7.2.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-vue": "^1.1.0",
"lodash.merge": "^4.6.2",
"lodash.kebabcase": "^4.1.1",
"olcs": "2.13.1",
"vue": "^2.6.14",
"vuetify": "^2.5.9",
"vue": "^2.7.16",
"vuetify": "^2.7.2",
"vuex": "^3.6.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"directory": "packages/lib/tooltip"
},
"peerDependencies": {
"i18next": "^21.6.0"
"i18next": "^23.x"
}
}
1 change: 1 addition & 0 deletions packages/plugins/Export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Fix: PDF export with download:false now works correctly.
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Chore: Update dependencies to latest versions.

## 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"CHANGELOG.md"
],
"dependencies": {
"jspdf": "^2.4.0"
"jspdf": "^2.5.1"
},
"peerDependencies": {
"@repositoryname/vuex-generators": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Scale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"peerDependencies": {
"@repositoryname/vuex-generators": "^1.1.2",
"i18next": "^21.6.0",
"i18next": "^23.x",
"ol": "^7.1.0",
"vue": "^2.6.14",
"vuex": "^3.6.2"
Expand Down
2 changes: 1 addition & 1 deletion pages/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h3>Usage pattern</h3>
</li>
</ul>

<p>And that's about it. For more examples, view the <a href="http://127.0.0.1:8080/index.html#plugin-gallery" target="_blank">plugin gallery ↗</a> or choose a specific client's documentation files.</p>
<p>And that's about it. For more examples, view the <a href="https://dataport.github.io/polar/#plugin-gallery" target="_blank">plugin gallery ↗</a> or choose a specific client's documentation files.</p>
</article>
<hr>
<article id="development">
Expand Down
Loading

0 comments on commit e37928d

Please sign in to comment.