Comparing version 11.0.1 to 11.0.2
@@ -212,7 +212,2 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) { | ||
} | ||
/** | ||
Delete an item. | ||
@param key - The key of the item to delete. | ||
*/ | ||
delete(key) { | ||
@@ -219,0 +214,0 @@ const { store } = this; |
{ | ||
"name": "conf", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "Simple config handling for your app or module", | ||
@@ -69,5 +69,5 @@ "license": "MIT", | ||
"ts-node": "^10.9.1", | ||
"tsd": "^0.25.0", | ||
"typescript": "^4.9.4", | ||
"xo": "^0.53.1" | ||
"tsd": "^0.28.1", | ||
"typescript": "^5.1.6", | ||
"xo": "^0.54.0" | ||
}, | ||
@@ -74,0 +74,0 @@ "sideEffects": false, |
@@ -107,2 +107,4 @@ # conf | ||
**Important: I cannot provide support for this feature. It has some known bugs. I have no plans to work on it, but pull requests are welcome.** | ||
You can use migrations to perform operations to the store whenever a **project version** is upgraded. | ||
@@ -446,3 +448,3 @@ | ||
import Conf from 'conf'; | ||
const yaml = require('js-yaml'); | ||
import yaml from 'js-yaml'; | ||
@@ -449,0 +451,0 @@ const config = new Conf({ |
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
48636
461
732