terriajs-plugin-sample
Advanced tools
Comparing version 0.0.1-alpha.5 to 0.0.1-alpha.6
{ | ||
"name": "terriajs-plugin-sample", | ||
"version": "0.0.1-alpha.5", | ||
"version": "0.0.1-alpha.6", | ||
"description": "A sample terriajs plugin.", | ||
@@ -11,3 +11,3 @@ "module": "dist/index.js", | ||
"dependencies": { | ||
"terriajs-plugin-api": "0.0.1-alpha.4" | ||
"terriajs-plugin-api": "0.0.1-alpha.5" | ||
}, | ||
@@ -21,3 +21,3 @@ "devDependencies": { | ||
"rollup-plugin-terser": "^7.0.2", | ||
"terriajs": "8.2.4", | ||
"terriajs": "8.2.7", | ||
"tslib": "^2.3.1", | ||
@@ -24,0 +24,0 @@ "typescript": "^3.9.4" |
@@ -64,3 +64,2 @@ <i>🚧 Warning: This project is work-in-progress and things can break or be entirely scrapped without notice.</i> | ||
cd terriamap/ | ||
git checkout plugins # checkout plugins branch | ||
mkdir -p packages | ||
@@ -89,4 +88,4 @@ git clone https://github.com/terriajs/plugin-sample packages/plugin-sample | ||
"pm2": "^3.2.2", | ||
"terriajs-plugin-api": "0.0.1-alpha.3", | ||
"terriajs-plugin-sample": "0.0.1-alpha.3", // <-- plugin-sample version changed to match the version in packages/plugin-sample/package.json | ||
"terriajs-plugin-api": "0.0.1-alpha.5", | ||
"terriajs-plugin-sample": "0.0.1-alpha.6", // <-- plugin-sample version changed to match the version in packages/plugin-sample/package.json | ||
``` | ||
@@ -93,0 +92,0 @@ |
53603
110
+ Addedterriajs-plugin-api@0.0.1-alpha.5(transitive)
- Removedterriajs-plugin-api@0.0.1-alpha.4(transitive)