@flowmap.gl/layers 8.0.0-alpha.26 → 8.0.0-alpha.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +9 -0
- package/.turbo/turbo-dev.log +0 -0
- package/package.json +3 -2
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
yarn run v1.22.18
|
|
2
|
+
$ rm -rf dist && tsc
|
|
3
|
+
src/AnimatedFlowLinesLayer/AnimatedFlowLinesLayer.ts(12,46): error TS2307: Cannot find module '@flowmap.gl/data' or its corresponding type declarations.
|
|
4
|
+
src/FlowCirclesLayer/FlowCirclesLayer.ts(12,48): error TS2307: Cannot find module '@flowmap.gl/data' or its corresponding type declarations.
|
|
5
|
+
src/FlowLinesLayer/FlowLinesLayer.ts(12,46): error TS2307: Cannot find module '@flowmap.gl/data' or its corresponding type declarations.
|
|
6
|
+
src/FlowmapLayer.ts(25,8): error TS2307: Cannot find module '@flowmap.gl/data' or its corresponding type declarations.
|
|
7
|
+
src/types.ts(12,8): error TS2307: Cannot find module '@flowmap.gl/data' or its corresponding type declarations.
|
|
8
|
+
error Command failed with exit code 2.
|
|
9
|
+
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowmap.gl/layers",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.27",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"repository": "git@github.com:visgl/flowmap.gl.git",
|
|
8
8
|
"author": "Ilya Boyandin <ilya@boyandin.me>",
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
|
+
"type": "module",
|
|
10
11
|
"scripts": {
|
|
11
12
|
"dev": "tsc --watch",
|
|
12
13
|
"build": "rm -rf dist && tsc",
|
|
@@ -18,7 +19,7 @@
|
|
|
18
19
|
"@luma.gl/constants": "^8.5.10",
|
|
19
20
|
"@luma.gl/core": "^8.5.10"
|
|
20
21
|
},
|
|
21
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "7d144bbc281c4bb72fbc0bb516a50cc3f10c5ee8",
|
|
22
23
|
"publishConfig": {
|
|
23
24
|
"access": "public"
|
|
24
25
|
}
|