@launchdarkly/js-sdk-common
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [0.3.0](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v0.2.0...js-sdk-common-v0.3.0) (2023-04-19) | ||
### Features | ||
* create sdk-server-edge package ([#83](https://github.com/launchdarkly/js-core/issues/83)) ([0578190](https://github.com/launchdarkly/js-core/commit/0578190123e2712b50774ca3087c7577ef2b9eb2)) | ||
## [0.2.0](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v0.1.0...js-sdk-common-v0.2.0) (2023-03-16) | ||
@@ -7,0 +14,0 @@ |
@@ -8,4 +8,5 @@ import AttributeReference from './AttributeReference'; | ||
export * from './options'; | ||
export * from './utils'; | ||
export * as internal from './internal'; | ||
export { AttributeReference, Context, ContextFilter }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -28,3 +28,4 @@ "use strict"; | ||
__exportStar(require("./options"), exports); | ||
__exportStar(require("./utils"), exports); | ||
exports.internal = require("./internal"); | ||
//# sourceMappingURL=index.js.map |
@@ -18,2 +18,8 @@ import { BasicLoggerOptions, LDLogger } from '../api'; | ||
private formatter?; | ||
/** | ||
* This should only be used as a default fallback and not as a convenient | ||
* solution. In most cases you should construct a new instance with the | ||
* appropriate options for your specific needs. | ||
*/ | ||
static get(): BasicLogger; | ||
constructor(options: BasicLoggerOptions); | ||
@@ -20,0 +26,0 @@ private tryFormat; |
@@ -24,2 +24,10 @@ "use strict"; | ||
class BasicLogger { | ||
/** | ||
* This should only be used as a default fallback and not as a convenient | ||
* solution. In most cases you should construct a new instance with the | ||
* appropriate options for your specific needs. | ||
*/ | ||
static get() { | ||
return new BasicLogger({}); | ||
} | ||
constructor(options) { | ||
@@ -26,0 +34,0 @@ var _a, _b, _c; |
{ | ||
"name": "@launchdarkly/js-sdk-common", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
198177
235
3147