@featurevisor/sdk
Advanced tools
Comparing version 0.30.0 to 0.30.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.30.1](https://github.com/fahad19/featurevisor/compare/v0.30.0...v0.30.1) (2023-06-14) | ||
**Note:** Version bump only for package @featurevisor/sdk | ||
# [0.30.0](https://github.com/fahad19/featurevisor/compare/v0.29.0...v0.30.0) (2023-06-10) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@featurevisor/sdk", | ||
"version": "0.30.0", | ||
"description": "Featurevisor SDK for Node.js and the browser", | ||
"main": "dist/index.js", | ||
"module": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"lint": "echo 'not linting in this package yet'", | ||
"transpile": "rimraf lib && tsc --project tsconfig.esm.json", | ||
"dist": "webpack --config ./webpack.config.js", | ||
"build": "npm run transpile && npm run dist", | ||
"test": "jest --config jest.config.js --verbose" | ||
}, | ||
"author": { | ||
"name": "Fahad Heylaal", | ||
"url": "https://fahad19.com" | ||
}, | ||
"homepage": "https://featurevisor.com", | ||
"keywords": [ | ||
"featurevisor", | ||
"feature", | ||
"features", | ||
"flags", | ||
"feature flags", | ||
"feature toggles", | ||
"feature management", | ||
"experimentation", | ||
"experiment", | ||
"experiments" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fahad19/featurevisor.git" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/fahad19/featurevisor/issues" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@featurevisor/types": "^0.30.0", | ||
"compare-versions": "^6.0.0-rc.1", | ||
"murmurhash": "^2.0.1" | ||
}, | ||
"gitHead": "665b9d4d1586886bffe4a94cc2e2c5a3ffa708f3" | ||
"name": "@featurevisor/sdk", | ||
"version": "0.30.1", | ||
"description": "Featurevisor SDK for Node.js and the browser", | ||
"main": "dist/index.js", | ||
"module": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"lint": "echo 'not linting in this package yet'", | ||
"transpile": "rimraf lib && tsc --project tsconfig.esm.json", | ||
"dist": "webpack --config ./webpack.config.js", | ||
"build": "npm run transpile && npm run dist", | ||
"test": "jest --config jest.config.js --verbose --coverage" | ||
}, | ||
"author": { | ||
"name": "Fahad Heylaal", | ||
"url": "https://fahad19.com" | ||
}, | ||
"homepage": "https://featurevisor.com", | ||
"keywords": [ | ||
"featurevisor", | ||
"feature", | ||
"features", | ||
"flags", | ||
"feature flags", | ||
"feature toggles", | ||
"feature management", | ||
"experimentation", | ||
"experiment", | ||
"experiments" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fahad19/featurevisor.git" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/fahad19/featurevisor/issues" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@featurevisor/types": "^0.30.0", | ||
"compare-versions": "^6.0.0-rc.1", | ||
"murmurhash": "^2.0.1" | ||
}, | ||
"gitHead": "415d852f3be82af19d1fdd7e9b6831ef0b8e4fe1" | ||
} |
Sorry, the diff of this file is not supported yet
696717
76
4730