@boost/common
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -6,2 +6,26 @@ # Change Log | ||
### 1.2.2 - 2019-11-12 | ||
#### 📘 Docs | ||
- Fix GitHub CI badge. ([122c369](https://github.com/milesj/boost/tree/master/packages/common/commit/122c369)) | ||
#### 📦 Dependencies | ||
- Moved `[@types](https://github.com/types)` to the root and out of packages. ([497d312](https://github.com/milesj/boost/tree/master/packages/common/commit/497d312)) | ||
#### 📋 Misc | ||
- Add funding to all packages. ([863a614](https://github.com/milesj/boost/tree/master/packages/common/commit/863a614)) | ||
#### 🛠 Internals | ||
- Migrate to GitHub CI and actions. (#65) ([ce59e85](https://github.com/milesj/boost/tree/master/packages/common/commit/ce59e85)), closes [#65](https://github.com/milesj/boost/tree/master/packages/common/issues/65) | ||
**Note:** Version bump only for package @boost/common | ||
### 1.2.1 - 2019-10-30 | ||
@@ -8,0 +32,0 @@ |
@@ -13,2 +13,8 @@ "use strict"; | ||
constructor(options) { | ||
Object.defineProperty(this, "options", { | ||
enumerable: true, | ||
configurable: true, | ||
writable: true, | ||
value: void 0 | ||
}); | ||
this.options = this.configure(options); | ||
@@ -15,0 +21,0 @@ } |
{ | ||
"name": "@boost/common", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Common utilities for Boost applications.", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@boost/internal": "^1.0.0", | ||
"@boost/internal": "^1.0.1", | ||
"js-yaml": "^3.13.1", | ||
@@ -30,7 +30,9 @@ "json5": "^2.1.1", | ||
"devDependencies": { | ||
"@boost/test-utils": "^1.2.5", | ||
"@types/js-yaml": "^3.12.1", | ||
"@types/json5": "^0.0.30" | ||
"@boost/test-utils": "^1.2.6" | ||
}, | ||
"gitHead": "24121e1d29812fa8cf2e0b5e1345b2a94bf40532" | ||
"funding": { | ||
"type": "ko-fi", | ||
"url": "https://ko-fi.com/milesjohnson" | ||
}, | ||
"gitHead": "9d9e6858b1330fd3d1d580f2bb4216118d38ff31" | ||
} |
# Boost Common | ||
[![Build Status](https://travis-ci.org/milesj/boost.svg?branch=master)](https://travis-ci.org/milesj/boost) | ||
[![Build Status](https://github.com/milesj/boost/workflows/Build/badge.svg)](https://github.com/milesj/boost/actions?query=branch%3Amaster) | ||
[![npm version](https://badge.fury.io/js/%40boost%common.svg)](https://www.npmjs.com/package/@boost/common) | ||
@@ -5,0 +5,0 @@ [![npm deps](https://david-dm.org/milesj/boost.svg?path=packages/common)](https://www.npmjs.com/package/@boost/common) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19562
1
245
Updated@boost/internal@^1.0.1