@launchdarkly/node-server-sdk
Advanced tools
Comparing version 8.1.0 to 8.1.1
@@ -5,2 +5,8 @@ # Changelog | ||
## [8.1.1](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v8.1.0...node-server-sdk-v8.1.1) (2023-08-03) | ||
### Bug Fixes | ||
* Ensure that test data user targets are handled correctly. ([#223](https://github.com/launchdarkly/js-core/issues/223)) ([8a423b2](https://github.com/launchdarkly/js-core/commit/8a423b22282624627200dfda1ebe4207f9db69a6)) | ||
### Dependencies | ||
@@ -10,2 +16,8 @@ | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 1.0.6 to 1.0.7 | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 0.2.0 to 0.3.0 | ||
@@ -12,0 +24,0 @@ |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "8.1.0", | ||
"version": "8.1.1", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -49,3 +49,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "1.0.6", | ||
"@launchdarkly/js-server-sdk-common": "1.0.7", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -55,18 +55,19 @@ "launchdarkly-eventsource": "2.0.0" | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@types/jest": "^29.4.0", | ||
"@typescript-eslint/eslint-plugin": "^5.22.0", | ||
"@typescript-eslint/parser": "^5.22.0", | ||
"eslint": "^8.14.0", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.5.0", | ||
"launchdarkly-js-test-helpers": "^2.2.0", | ||
"prettier": "^2.8.4", | ||
"prettier": "^3.0.0", | ||
"ts-jest": "^29.0.5", | ||
"typedoc": "0.23.26", | ||
"typescript": "^4.6.3" | ||
"typescript": "^5.1.6" | ||
} | ||
} |
/// <reference types="node" /> | ||
import { EventEmitter } from 'events'; | ||
import { LDClient as LDClientCommon } from '@launchdarkly/js-server-sdk-common'; | ||
import { EventEmitter } from 'events'; | ||
import { BigSegmentStoreStatusProvider } from './interfaces'; | ||
@@ -5,0 +5,0 @@ /** |
/// <reference types="node" /> | ||
import { EventEmitter } from 'events'; | ||
import { BigSegmentStoreStatusProviderImpl, interfaces } from '@launchdarkly/js-server-sdk-common'; | ||
import { EventEmitter } from 'events'; | ||
/** | ||
@@ -5,0 +5,0 @@ * @ignore |
/// <reference types="node" /> | ||
import { EventEmitter } from 'events'; | ||
import { LDClientImpl, LDOptions } from '@launchdarkly/js-server-sdk-common'; | ||
import { EventEmitter } from 'events'; | ||
import { BigSegmentStoreStatusProvider } from './api'; | ||
@@ -5,0 +5,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// eslint-disable-next-line max-classes-per-file | ||
const js_server_sdk_common_1 = require("@launchdarkly/js-server-sdk-common"); | ||
const events_1 = require("events"); | ||
const util_1 = require("util"); | ||
const js_server_sdk_common_1 = require("@launchdarkly/js-server-sdk-common"); | ||
const BigSegmentsStoreStatusProviderNode_1 = require("./BigSegmentsStoreStatusProviderNode"); | ||
const Emits_1 = require("./Emits"); | ||
const NodePlatform_1 = require("./platform/NodePlatform"); | ||
const Emits_1 = require("./Emits"); | ||
const BigSegmentsStoreStatusProviderNode_1 = require("./BigSegmentsStoreStatusProviderNode"); | ||
class ClientEmitter extends events_1.EventEmitter { | ||
@@ -11,0 +11,0 @@ } |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* eslint-disable class-methods-use-this */ | ||
const crypto_1 = require("crypto"); | ||
@@ -4,0 +5,0 @@ class NodeCrypto { |
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* eslint-disable class-methods-use-this */ | ||
const fs = require("fs"); | ||
@@ -14,0 +15,0 @@ const fsPromises = fs.promises; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* eslint-disable class-methods-use-this */ | ||
const os = require("os"); | ||
@@ -4,0 +5,0 @@ const packageJson = require("../../package.json"); |
@@ -1,2 +0,2 @@ | ||
import { platform, LDTLSOptions, LDProxyOptions, LDLogger } from '@launchdarkly/js-server-sdk-common'; | ||
import { LDLogger, LDProxyOptions, LDTLSOptions, platform } from '@launchdarkly/js-server-sdk-common'; | ||
export default class NodeRequests implements platform.Requests { | ||
@@ -3,0 +3,0 @@ private agent; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const createHttpsProxyAgent = require("https-proxy-agent"); | ||
const http = require("http"); | ||
const https = require("https"); | ||
const createHttpsProxyAgent = require("https-proxy-agent"); | ||
// No types for the event source. | ||
@@ -7,0 +7,0 @@ // @ts-ignore |
/// <reference types="node" /> | ||
import * as http from 'http'; | ||
import { platform } from '@launchdarkly/js-server-sdk-common'; | ||
import * as http from 'http'; | ||
export default class NodeResponse implements platform.Response { | ||
@@ -5,0 +5,0 @@ incomingMessage: http.IncomingMessage; |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "8.1.0", | ||
"version": "8.1.1", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -49,3 +49,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "1.0.6", | ||
"@launchdarkly/js-server-sdk-common": "1.0.7", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -55,18 +55,19 @@ "launchdarkly-eventsource": "2.0.0" | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@types/jest": "^29.4.0", | ||
"@typescript-eslint/eslint-plugin": "^5.22.0", | ||
"@typescript-eslint/parser": "^5.22.0", | ||
"eslint": "^8.14.0", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.5.0", | ||
"launchdarkly-js-test-helpers": "^2.2.0", | ||
"prettier": "^2.8.4", | ||
"prettier": "^3.0.0", | ||
"ts-jest": "^29.0.5", | ||
"typedoc": "0.23.26", | ||
"typescript": "^4.6.3" | ||
"typescript": "^5.1.6" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # LaunchDarkly Server-Side SDK for Node.js | ||
[![Actions Status][sdk-server-node-ci-badge]][sdk-server-node-ci] | ||
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/js-core/packages/sdk/server-node/docs/) | ||
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)][sdk-server-node-docs-link] | ||
@@ -30,3 +30,3 @@ The LaunchDarkly Server-Side SDK for Node.js is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications. | ||
The authoritative description of all properties and methods is in the [TypeScript documentation](https://launchdarkly.github.io/node-server-sdk/). | ||
The authoritative description of all properties and methods is in the [TypeScript documentation][sdk-server-node-docs-link]. | ||
@@ -57,4 +57,4 @@ ## Testing | ||
[sdk-server-node-ci]: https://github.com/launchdarkly/js-core/actions/workflows/server-node.yml | ||
[sdk-server-node-npm-badge]: https://img.shields.io/npm/v/@launchdarkly/node-server-sdk.svg?style=flat-square | ||
[sdk-server-node-npm-link]: https://www.npmjs.com/package/@launchdarkly/node-server-sdk | ||
[sdk-server-node-npm-link]: https://www.npmjs.com/package/@launchdarkly/node-server-sdk | ||
[sdk-server-node-docs-link]: https://launchdarkly.github.io/js-core/packages/sdk/server-node/docs/ |
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
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
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
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
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
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
72767
873
58
16
+ Added@launchdarkly/js-server-sdk-common@1.0.7(transitive)
+ Addedsemver@7.5.4(transitive)
- Removed@launchdarkly/js-server-sdk-common@1.0.6(transitive)
- Removedsemver@7.4.0(transitive)