Skip to content
JavaScript SDK for Optimizely X Full Stack: A/B testing and feature management for product development teams
JavaScript TypeScript
Branch: master
Clone or download

Latest commit

jasonkarns Configure repository.directory for monorepo packages (#471)
Summary:

Configure each package's package.json#repository.directory 
property to properly reflect the location of the package within 
the repository.

This is the standard configuration value for deep-linking into a
package's directory within a monorepo.

npm RFC: https://github.com/npm/rfcs/blob/latest/implemented/0010-monorepo-subdirectory-declaration.md

This will ensure the packages' pages on npmjs.org will link to the
correct directory.

Also, _eventually_, it will ensure the npm repo command opens to the
correct location: npm/cli#163

Lastly, this is _required_ for monorepo packages to be successfully
published to the GitHub Package Registry (if that is ever considered in
the future).
https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages#publishing-multiple-packages-to-the-same-repository
Latest commit 990245f May 9, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore(repo): Create issue template (#157) Dec 26, 2018
packages Configure repository.directory for monorepo packages (#471) May 8, 2020
.gitignore Move to multi-package repo using lerna. (#79) Feb 27, 2018
.prettierrc Add logging / utils package (#226) Feb 21, 2019
.travis.yml Added triggers for react native testapp (#381) May 6, 2020
CODEOWNERS Create CODEOWNERS (#340) Aug 12, 2019
CONTRIBUTING.md feat(core)[OASIS-6054]: Change Error to LOG_LEVEL.WARNING for unfound… Mar 4, 2020
LICENSE Update to optimizely-server-sdk 1.2.1 and fix licensing files. Mar 20, 2017
README.md fix(datafile manager): Node datafile requests use gzip,deflate compre… Apr 17, 2020
lerna.json Updating lerna to latest version (#160) Aug 30, 2018
package-lock.json chore(deps): bump js-yaml from 3.6.1 to 3.13.1 (#338) Aug 15, 2019
package.json Implement js-sdk-logging in optimizely-sdk (#232) Mar 1, 2019
tsconfig.json Add logging / utils package (#226) Feb 21, 2019

README.md

Optimizely JavaScript SDK

This repository houses the official JavaScript SDK for use with Optimizely Full Stack and Optimizely Rollouts.

Optimizely Full Stack is A/B testing and feature flag management for product development teams. Experiment in any application. Make every feature on your roadmap an opportunity to learn. Learn more at https://www.optimizely.com/platform/full-stack/, or see the documentation.

Optimizely Rollouts is free feature flags for development teams. Easily roll out and roll back features in any application without code deploys. Mitigate risk for every feature on your roadmap. Learn more at https://www.optimizely.com/rollouts/, or see the documentation.

Packages

This repository is a monorepo that we manage using Lerna. Only one package lives here currently, but that may change in the future.

Package Version Docs Description
@optimizely/optimizely-sdk npm The Optimizely SDK

About

@optimizely/optimizely-sdk is developed and maintained by Optimizely and many contributors. If you're interested in learning more about what Optimizely X Full Stack can do for your company, please get in touch!

Contributing

Please see CONTRIBUTING.

Credits

First-party code (under packages/optimizely-sdk/lib/, packages/datafile-manager/lib, packages/datafile-manager/src, packages/datafile-manager/__test__, packages/event-processor/src, packages/event-processor/__tests__, packages/logging/src, packages/logging/__tests__, packages/utils/src, packages/utils/__tests__) is copyright Optimizely, Inc. and contributors, licensed under Apache 2.0.

Additional Code

Prod dependencies are as follows:

{
  "[email protected]": {
    "licenses": [
      "AFLv2.1",
      "BSD"
    ],
    "publisher": "Kris Zyp",
    "repository": "https://github.com/kriszyp/json-schema"
  },
  "[email protected]": {
    "licenses": "MIT*",
    "repository": "https://github.com/perezd/node-murmurhash"
  },
  "[email protected]": {
    "licenses": "MIT",
    "repository": "https://github.com/kelektiv/node-uuid"
  },
  "[email protected]": {
    "licenses": "MIT",
    "repository": "https://github.com/sindresorhus/decompress-response"
  }
}
You can’t perform that action at this time.