Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @antv/l7-composite-layers@0.13.1
  • Loading branch information
lvisei committed Jan 5, 2023
1 parent 77b69ac commit 5e8855a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions packages/composite-layers/package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "@antv/l7-composite-layers",
"version": "0.13.0",
"version": "0.13.1",
"description": "Composite layer for @antv/l7",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"module": "dist/esm/index.js",
"unpkg": "dist/umd/l7-composite-layers.min.js",
"files": [
"dist"
],
"scripts": {
"dev": "yarn run clean && yarn run dev:cjs",
"dev:cjs": "tsc -p tsconfig.json --target ES6 --module CommonJS --outDir dist/lib --watch",
"lint": "eslint src __tests__ --ext .js,.ts",
"lint-fix": "eslint src __tests__ --ext .js,.ts --fix",
"prettier": "prettier src __tests__ -c -w",
"clean": "rimraf dist",
"build": "yarn run clean && yarn run build:cjs && yarn run build:esm",
"build:cjs": "tsc -p tsconfig.json --target ES5 --module CommonJS --outDir dist/lib",
"build:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir dist/esm",
"build:umd": "rollup -c rollup.config.js"
},
"keywords": [
"antv",
"l7",
"composite layers"
],
"sideEffects": false,
"author": "yunji",
"license": "MIT",
"homepage": "https://github.com/antvis/L7Plot/packages/composite-layers",
"bugs": {
"url": "https://github.com/antvis/L7Plot/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antvis/L7Plot.git"
},
"bugs": {
"url": "https://github.com/antvis/L7Plot/issues"
"license": "MIT",
"author": "yunji",
"sideEffects": false,
"main": "dist/lib/index.js",
"unpkg": "dist/umd/l7-composite-layers.min.js",
"module": "dist/esm/index.js",
"types": "dist/lib/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "yarn run clean && yarn run build:cjs && yarn run build:esm",
"build:cjs": "tsc -p tsconfig.json --target ES5 --module CommonJS --outDir dist/lib",
"build:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir dist/esm",
"build:umd": "rollup -c rollup.config.js",
"clean": "rimraf dist",
"dev": "yarn run clean && yarn run dev:cjs",
"dev:cjs": "tsc -p tsconfig.json --target ES6 --module CommonJS --outDir dist/lib --watch",
"lint": "eslint src __tests__ --ext .js,.ts",
"lint-fix": "eslint src __tests__ --ext .js,.ts --fix",
"prettier": "prettier src __tests__ -c -w"
},
"dependencies": {
"@antv/event-emitter": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/composite-layers/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.13.0';
export default '0.13.1';

0 comments on commit 5e8855a

Please sign in to comment.