expf-sigma-node.js 0.1.13 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/package.json +1 -1
- package/public/sigma.js +3634 -3
package/README.md
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Sigma
|
|
2
|
+
|
|
3
|
+
## Sigma node.js SDK
|
|
4
|
+
|
|
5
|
+
The SDK for server environments.
|
|
6
|
+
<br>
|
|
7
|
+
<br>
|
|
8
|
+
Sigma helps you move faster with feature flags, and/or dynamic configs. It also allows you to run A/B/tests to validate your new features and understand their impact on your KPIs.
|
|
9
|
+
<br>
|
|
10
|
+
<br>
|
|
11
|
+
|
|
12
|
+
## Getting Started
|
|
13
|
+
Check out our [SDK docs](https://docs.expf.ru/tutorial/node.js) to get started.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expf-sigma-node.js",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"description": "expf-sigma-node.js lets you manage features flags and remote config across web, server side applications. Deliver true Continuous Integration. Get builds out faster. Control who has access to new features.",
|
|
5
5
|
"main": "public/sigma.js",
|
|
6
6
|
"keywords": [
|