@bedrock/core
Advanced tools
Comparing version 5.0.0 to 5.0.1
# `@bedrock/core` ChangeLog | ||
## 5.0.1 - 2022-03-31 | ||
### Fixed | ||
- Fix erroneous test import statement. | ||
## 5.0.0 - 2022-03-31 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "@bedrock/core", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A core foundation for rich Web applications.", |
/*! | ||
* Copyright (c) 2019-2022 Digital Bazaar, Inc. All rights reserved. | ||
*/ | ||
import {config} from 'bedrock'; | ||
import {config} from '@bedrock/core'; | ||
import {fileURLToPath} from 'url'; | ||
@@ -6,0 +6,0 @@ import path from 'path'; |
160195