Skip to content

Commit

Permalink
2.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jul 31, 2019
1 parent 85d7896 commit e9498f2
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 81 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,8 @@
jspm 2.0.0-beta.7 (31/07/2019)
- Breaking change to scope normalization resolving base-relative not scope-relative (https://github.com/jspm/jspm-cli/pull/2493)
- Ensure mkdirp is an explicit dependency (https://github.com/jspm/jspm-cli/pull/2492, @vcuhar)
- Fixup Windows bin path escaping (https://github.com/jspm/jspm-cli/commit/34c329d40541)

jspm 2.0.0-beta.6 (26/06/2019)
- Fixup isArray check in build (https://github.com/jspm/jspm-cli/pull/2482)

Expand All @@ -14,7 +19,6 @@ jspm 2.0.0-beta.4 (20/05/2019)
- Fix --deps to only list dependencies (https://github.com/jspm/jspm-cli/pull/2472, @jbanety)
- Fix builds of multiple entry points by fixing Rollup output matching (https://github.com/jspm/jspm-cli/issues/2468, @jbanety)
- Support for global CLI options like `--offline` etc through `JSPM_OFFLINE` etc environment variables (https://github.com/jspm/jspm-cli/commit/c3f2fe585c82d56af96c95bfb4580f77feaece52)
-

jspm 2.0 changelogs started as of 2.0.0-beta.4.

Expand Down
9 changes: 4 additions & 5 deletions lib/install/bin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/install/bin.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/map/common.d.ts
Expand Up @@ -7,7 +7,6 @@ export declare function resolveIfNotPlainOrUrl(relUrl: any, parentUrl: any): any
export declare function parseImportMap(json: any, baseUrl: any): {
imports: {};
scopes: {};
baseUrl: any;
};
export declare function resolveImportMap(id: any, parentUrl: any, importMap: any): any;
export declare function throwBare(id: any, parentUrl: any): void;
20 changes: 11 additions & 9 deletions lib/map/common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e9498f2

Please sign in to comment.