@featurevisor/sdk 0.29.0 → 0.30.1

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/dist/index.js.gz CHANGED
Binary file
package/package.json CHANGED
@@ -1,50 +1,50 @@
1
1
  {
2
- "name": "@featurevisor/sdk",
3
- "version": "0.29.0",
4
- "description": "Featurevisor SDK for Node.js and the browser",
5
- "main": "dist/index.js",
6
- "module": "lib/index.js",
7
- "types": "lib/index.d.ts",
8
- "scripts": {
9
- "lint": "echo 'not linting in this package yet'",
10
- "transpile": "rimraf lib && tsc --project tsconfig.esm.json",
11
- "dist": "webpack --config ./webpack.config.js",
12
- "build": "npm run transpile && npm run dist",
13
- "test": "jest --config jest.config.js --verbose"
14
- },
15
- "author": {
16
- "name": "Fahad Heylaal",
17
- "url": "https://fahad19.com"
18
- },
19
- "homepage": "https://featurevisor.com",
20
- "keywords": [
21
- "featurevisor",
22
- "feature",
23
- "features",
24
- "flags",
25
- "feature flags",
26
- "feature toggles",
27
- "feature management",
28
- "experimentation",
29
- "experiment",
30
- "experiments"
31
- ],
32
- "repository": {
33
- "type": "git",
34
- "url": "https://github.com/fahad19/featurevisor.git"
35
- },
36
- "publishConfig": {
37
- "access": "public",
38
- "registry": "https://registry.npmjs.org/"
39
- },
40
- "bugs": {
41
- "url": "https://github.com/fahad19/featurevisor/issues"
42
- },
43
- "license": "MIT",
44
- "dependencies": {
45
- "@featurevisor/types": "^0.29.0",
46
- "compare-versions": "^6.0.0-rc.1",
47
- "murmurhash": "^2.0.1"
48
- },
49
- "gitHead": "a58d59a7de4df79575589520415b261cae519b1c"
2
+ "name": "@featurevisor/sdk",
3
+ "version": "0.30.1",
4
+ "description": "Featurevisor SDK for Node.js and the browser",
5
+ "main": "dist/index.js",
6
+ "module": "lib/index.js",
7
+ "types": "lib/index.d.ts",
8
+ "scripts": {
9
+ "lint": "echo 'not linting in this package yet'",
10
+ "transpile": "rimraf lib && tsc --project tsconfig.esm.json",
11
+ "dist": "webpack --config ./webpack.config.js",
12
+ "build": "npm run transpile && npm run dist",
13
+ "test": "jest --config jest.config.js --verbose --coverage"
14
+ },
15
+ "author": {
16
+ "name": "Fahad Heylaal",
17
+ "url": "https://fahad19.com"
18
+ },
19
+ "homepage": "https://featurevisor.com",
20
+ "keywords": [
21
+ "featurevisor",
22
+ "feature",
23
+ "features",
24
+ "flags",
25
+ "feature flags",
26
+ "feature toggles",
27
+ "feature management",
28
+ "experimentation",
29
+ "experiment",
30
+ "experiments"
31
+ ],
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "https://github.com/fahad19/featurevisor.git"
35
+ },
36
+ "publishConfig": {
37
+ "access": "public",
38
+ "registry": "https://registry.npmjs.org/"
39
+ },
40
+ "bugs": {
41
+ "url": "https://github.com/fahad19/featurevisor/issues"
42
+ },
43
+ "license": "MIT",
44
+ "dependencies": {
45
+ "@featurevisor/types": "^0.30.0",
46
+ "compare-versions": "^6.0.0-rc.1",
47
+ "murmurhash": "^2.0.1"
48
+ },
49
+ "gitHead": "415d852f3be82af19d1fdd7e9b6831ef0b8e4fe1"
50
50
  }