Skip to content
Open
Show file tree
Hide file tree
Changes from 10 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
5 changes: 0 additions & 5 deletions .changeset/fix-high-zoom-lnglat-precision.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix-prototype-pollution.md

This file was deleted.

2 changes: 0 additions & 2 deletions .github/actions/prepare-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ runs:
using: 'composite'
steps:
- uses: pnpm/action-setup@v3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Removing the version input from pnpm/action-setup will cause the GitHub Action to fail because there is no packageManager field specified in the root package.json. pnpm/action-setup requires either the version input or the packageManager field to determine which version of pnpm to install.

To resolve this, you can either:

  1. Add the packageManager field to your root package.json (e.g., "packageManager": "pnpm@10.0.0").
  2. Keep the version input in this action (e.g., version: 10 or version: 11 depending on your target version).
    - uses: pnpm/action-setup@v3
      with:
        version: 10

with:
version: 8

- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v4
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ yarn-debug.log*
yarn-error.log*
yarn.lock
package-lock.json
pnpm-lock.yaml

# Runtime data
pids
Expand Down
1,498 changes: 0 additions & 1,498 deletions L7_API_Reference.md

This file was deleted.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test-cover": "cross-env NODE_OPTIONS='--max-old-space-size=8192' jest --config ./jest.config.ts --coverage",
"test:integration": "cross-env NODE_OPTIONS='--max-old-space-size=8192' jest --config ./jest.e2e.config.ts",
"test:size": "pnpm --filter @antv/l7 build && limit-size",
"clean-dist": "pnpm --parallel -r --filter !@antv/l7-site clean",
"clean-dist": "pnpm --parallel -r --filter !@antv/l7-site run clean",
"clean-deps": "./scripts/clean-deps.sh",
"build": "npm run clean-dist && pnpm --parallel -r --filter !@antv/l7-site exec father build",
"changeset": "changeset add",
Expand Down Expand Up @@ -77,6 +77,7 @@
},
"devDependencies": {
"@antv/async-hook": "^2.2.9",
"@antv/l7": "workspace:*",
"@antv/l7-draw": "^3.1.5",
"@antv/translator": "^1.0.1",
"@changesets/changelog-github": "^0.5.0",
Expand Down Expand Up @@ -137,10 +138,5 @@
},
"resolutions": {
"@monaco-editor/loader": "1.5.0"
},
"pnpm": {
"overrides": {
"@monaco-editor/loader": "1.5.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-component",
"version": "2.28.14",
"version": "2.29.0",
"description": "Component for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down Expand Up @@ -46,4 +46,4 @@
"registry": "https://registry.npmjs.org"
},
"repository": "git@github.com:antvis/L7.git"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-core",
"version": "2.28.14",
"version": "2.29.0",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down Expand Up @@ -40,4 +40,4 @@
"registry": "https://registry.npmjs.org"
},
"repository": "git@github.com:antvis/L7.git"
}
}
4 changes: 2 additions & 2 deletions packages/l7/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7",
"version": "2.28.14",
"version": "2.29.0",
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
"repository": "git@github.com:antvis/L7.git",
"license": "MIT",
Expand Down Expand Up @@ -37,4 +37,4 @@
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}
4 changes: 2 additions & 2 deletions packages/layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-layers",
"version": "2.28.14",
"version": "2.29.0",
"description": "L7's collection of built-in layers",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down Expand Up @@ -48,4 +48,4 @@
"registry": "https://registry.npmjs.org"
},
"repository": "git@github.com:antvis/L7.git"
}
}
4 changes: 2 additions & 2 deletions packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-map",
"version": "2.28.14",
"version": "2.29.0",
"description": "L7 Map",
"keywords": [],
"homepage": "https://github.com/antvis/L7#readme",
Expand Down Expand Up @@ -43,4 +43,4 @@
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}
4 changes: 2 additions & 2 deletions packages/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-maps",
"version": "2.28.14",
"version": "2.29.0",
"description": "Maps for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down Expand Up @@ -108,4 +108,4 @@
"registry": "https://registry.npmjs.org"
},
"repository": "git@github.com:antvis/L7.git"
}
}
4 changes: 2 additions & 2 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-renderer",
"version": "2.28.14",
"version": "2.29.0",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down Expand Up @@ -34,4 +34,4 @@
"registry": "https://registry.npmjs.org"
},
"repository": "git@github.com:antvis/L7.git"
}
}
4 changes: 2 additions & 2 deletions packages/scene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-scene",
"version": "2.28.14",
"version": "2.29.0",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down Expand Up @@ -37,4 +37,4 @@
"registry": "https://registry.npmjs.org"
},
"repository": "git@github.com:antvis/L7.git"
}
}
4 changes: 2 additions & 2 deletions packages/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-source",
"version": "2.28.14",
"version": "2.29.0",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down Expand Up @@ -45,4 +45,4 @@
"registry": "https://registry.npmjs.org"
},
"repository": "git@github.com:antvis/L7.git"
}
}
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-test-utils",
"version": "2.28.14",
"version": "2.29.0",
"private": true,
"description": "Test utils for L7",
"keywords": [],
Expand Down Expand Up @@ -44,4 +44,4 @@
"devDependencies": {
"@types/gl": "^6.0.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/three/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-three",
"version": "2.28.14",
"version": "2.29.0",
"description": "Three for L7 ",
"keywords": [
"3D",
Expand Down Expand Up @@ -46,4 +46,4 @@
"devDependencies": {
"@types/three": "^0.183.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-utils",
"version": "2.28.14",
"version": "2.29.0",
"description": "Utils for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down Expand Up @@ -36,4 +36,4 @@
"registry": "https://registry.npmjs.org"
},
"repository": "git@github.com:antvis/L7.git"
}
}
Loading
Loading