@plasmicapp/loader-edge
Advanced tools
Comparing version 1.0.28 to 1.0.29
{ | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"license": "MIT", | ||
@@ -16,4 +16,4 @@ "main": "dist/index.js", | ||
"yalcp": "yalc publish --push", | ||
"test": "tsdx test --passWithNoTests", | ||
"coverage": "tsdx test --coverage --passWithNoTests", | ||
"test": "yarn --cwd=../.. test --passWithNoTests", | ||
"coverage": "yarn --cwd=../.. test --coverage --passWithNoTests", | ||
"lint": "tsdx lint", | ||
@@ -53,8 +53,7 @@ "prepare": "if-env PREPARE_NO_BUILD=true || yarn build", | ||
"tsdx": "^0.14.1", | ||
"tslib": "^2.2.0", | ||
"typescript": "^4.3.2" | ||
"tslib": "^2.2.0" | ||
}, | ||
"dependencies": { | ||
"@plasmicapp/loader-fetcher": "1.0.22", | ||
"@plasmicapp/loader-splits": "1.0.27" | ||
"@plasmicapp/loader-fetcher": "1.0.23", | ||
"@plasmicapp/loader-splits": "1.0.28" | ||
}, | ||
@@ -64,3 +63,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "119c70cd3b793b883c8107bcdc4782b3241c4f82" | ||
"gitHead": "aed79bb7319dc8f42c185c212f9ba23f26591fd4" | ||
} |
5
37433
+ Added@plasmicapp/loader-fetcher@1.0.23(transitive)
+ Added@plasmicapp/loader-splits@1.0.28(transitive)
- Removed@plasmicapp/loader-fetcher@1.0.22(transitive)
- Removed@plasmicapp/loader-splits@1.0.27(transitive)