* Adding graphql query to fetch latest helm release of specified type * Updating typescript version and js file * Fixing PR comments in release * Adding feature flag as environment variable in release * Changing feature flag name * Updating files as per latest changes in master after resolving merge conflicts * Removing non prod modules
78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"_from": "@octokit/endpoint@^6.0.1",
|
|
"_id": "@octokit/endpoint@6.0.11",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fUIPpx+pZyoLW4GCs3yMnlj2LfoXTWDUVPTC4V3MUEKZm48W+XYpeWSZCv+vYF1ZABUm2CqnDVf1sFtIYrj7KQ==",
|
|
"_location": "/@octokit/endpoint",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@octokit/endpoint@^6.0.1",
|
|
"name": "@octokit/endpoint",
|
|
"escapedName": "@octokit%2fendpoint",
|
|
"scope": "@octokit",
|
|
"rawSpec": "^6.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@octokit/request"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.11.tgz",
|
|
"_shasum": "082adc2aebca6dcefa1fb383f5efb3ed081949d1",
|
|
"_spec": "@octokit/endpoint@^6.0.1",
|
|
"_where": "D:\\Work\\Actions\\setup-helm\\node_modules\\@octokit\\request",
|
|
"bugs": {
|
|
"url": "https://github.com/octokit/endpoint.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@octokit/types": "^6.0.3",
|
|
"is-plain-object": "^5.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Turns REST API endpoints into generic request options",
|
|
"devDependencies": {
|
|
"@pika/pack": "^0.5.0",
|
|
"@pika/plugin-build-node": "^0.9.0",
|
|
"@pika/plugin-build-web": "^0.9.0",
|
|
"@pika/plugin-ts-standard-pkg": "^0.9.0",
|
|
"@types/jest": "^26.0.0",
|
|
"jest": "^26.0.1",
|
|
"prettier": "2.2.1",
|
|
"semantic-release": "^17.0.0",
|
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
|
"ts-jest": "^26.0.0",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"files": [
|
|
"dist-*/",
|
|
"bin/"
|
|
],
|
|
"homepage": "https://github.com/octokit/endpoint.js#readme",
|
|
"keywords": [
|
|
"octokit",
|
|
"github",
|
|
"api",
|
|
"rest"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist-node/index.js",
|
|
"module": "dist-web/index.js",
|
|
"name": "@octokit/endpoint",
|
|
"pika": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/octokit/endpoint.js.git"
|
|
},
|
|
"sideEffects": false,
|
|
"source": "dist-src/index.js",
|
|
"types": "dist-types/index.d.ts",
|
|
"version": "6.0.11"
|
|
}
|