Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
c1cca7d
chore(deps): update all non-major dependencies
github-actions[bot] Oct 14, 2025
9b00e9a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 14, 2025
1a72a6c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
5e33a78
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
0647eaf
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
405140d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
34f54a8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
797fe2c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
4518a6c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
5b55eda
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
edd3ffb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
dfc5bd1
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
a72a1fd
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
fd0ddf5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
545952b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
fd62927
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
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
2 changes: 1 addition & 1 deletion deps.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
bun.sh: ^1.2.21
bun.sh: ^1.2.23
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-maps",
"type": "module",
"version": "0.2.0",
"version": "0.2.5",
"private": true,
"description": "A modern vector map library.",
"author": "Chris Breuer <[email protected]>",
Expand Down Expand Up @@ -34,38 +34,40 @@
"bin": {
"post": "./packages/post/dist/bin/cli.js"
},
"files": ["README.md", "packages/post/dist"],
"files": [
"README.md",
"packages/post/dist"
],
"scripts": {
"build": "cd ./packages/nuxt && bun run build && cd ../vue && bun run build && cd ../react && bun run build && cd ../ts-maps && bun run build",
"build": "cd ./packages/ts-maps && bun run build && cd ../vue && bun run build && cd ../nuxt && bun run build && cd ../react && bun run build",
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
"test": "bun test",
"lint": "bunx --bun eslint .",
"lint:fix": "bunx --bun eslint . --fix",
"changelog": "bunx logsmith --verbose",
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
"release": "bun run changelog:generate && bunx bumpx prompt --recursive",
"release": "bun run changelog:generate && bunx --bun bumpx prompt --recursive",
"typecheck": "bunx tsc --noEmit",
"dev:docs": "bun --bun vitepress dev docs",
"build:docs": "bun --bun vitepress build docs",
"preview:docs": "bun --bun vitepress preview docs"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/clarity": "^0.3.23",
"@stacksjs/bumpx": "^0.2.2",
"@stacksjs/clarity": "^0.3.24",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.23",
"@stacksjs/logsmith": "^0.2.0",
"@types/bun": "^1.3.0",
"@types/clean-css": "^4.2.11",
"buddy-bot": "^0.9.7",
"bun-git-hooks": "^0.2.19",
"buddy-bot": "^0.9.9",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "0.21.12",
"typescript": "^5.9.3"
},
"overrides": {
"unconfig": "0.3.10",
"vite": "6.3.6"
"unconfig": "0.3.10"
},
"git-hooks": {
"pre-commit": {
Expand Down
9 changes: 4 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "ts-maps-nuxt",
"type": "module",
"version": "0.2.0",
"version": "0.2.5",
"description": "Nuxt components for ts-maps - Interactive Vector Maps",
"author": "Chris Breuer <[email protected]>",

"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -33,15 +32,15 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@nuxt/kit": "^4.1.2",
"@nuxt/kit": "^4.1.3",
"ts-maps": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^2.6.5",
"@nuxt/eslint-config": "^1.9.0",
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.1.2",
"nuxt": "^4.1.2",
"@nuxt/schema": "^4.1.3",
"nuxt": "^4.1.3",
"typescript": "~5.9.3",
"vue-tsc": "^3.1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-maps-react",
"type": "module",
"version": "0.2.0",
"version": "0.2.5",
"description": "React component for ts-maps",
"author": "",
"license": "MIT",
Expand Down Expand Up @@ -31,8 +31,8 @@
"ts-maps": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-maps",
"type": "module",
"version": "0.2.0",
"version": "0.2.5",
"description": "A modern vector map library.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -99,7 +99,7 @@
"devDependencies": {
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.15.0",
"lint-staged": "^16.2.3",
"lint-staged": "^16.2.4",
"typescript": "^5.9.3"
},
"lint-staged": {
Expand Down
17 changes: 10 additions & 7 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-maps-vue",
"type": "module",
"version": "0.2.0",
"version": "0.2.5",
"description": "Vue components for ts-maps - Interactive Vector Maps",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,10 @@
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["README.md", "dist"],
"files": [
"README.md",
"dist"
],
"scripts": {
"build": "bun --bun vite build --mode lib",
"prepublishOnly": "bunx --bun vite build --mode lib",
Expand All @@ -40,7 +43,7 @@
},
"dependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"bun-types": "^1.2.23",
"bun-types": "^1.3.0",
"ts-maps": "workspace:*"
},
"devDependencies": {
Expand All @@ -54,13 +57,13 @@
"@types/google.maps": "^3.58.1",
"@types/vue": "^2.0.0",
"@vue/tsconfig": "^0.8.1",
"bumpp": "^10.2.3",
"bumpp": "^10.3.1",
"bun-plugin-dtsx": "^0.21.12",
"changelogen": "^0.6.2",
"happy-dom": "^20.0.0",
"happy-dom": "^20.0.5",
"typescript": "^5.9.3",
"vite": "^6.0.1",
"vite": "^7.1.10",
"vue": "^3.5.22",
"vue-tsc": "^3.1.0"
"vue-tsc": "^3.1.1"
}
}
3 changes: 1 addition & 2 deletions playground/vue-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
"@types/google.maps": "^3.58.1",
"ts-maps-vue": "../../packages/vue",
"vue": "^3.5.22",
"vue-router": "4.5.1"
"vue-router": "4.6.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"typescript": "^5.9.3",
"vite": "^6.3.6",
"vue-tsc": "^3.1.0"
}
}