@ibm-cloud/secrets-manager 0.0.4 → 0.0.5
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/lib/common.js +1 -1
- package/lib/common.js.map +1 -1
- package/package.json +3 -3
package/lib/common.js
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
var os = require("os");
|
|
19
19
|
// tslint:disable-next-line:no-var-requires
|
|
20
|
-
var pkg = require('
|
|
20
|
+
var pkg = require('../package.json');
|
|
21
21
|
function getSdkHeaders(serviceName, serviceVersion, operationId) {
|
|
22
22
|
var sdkName = 'secrets-manager-nodejs-sdk';
|
|
23
23
|
var sdkVersion = pkg.version;
|
package/lib/common.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../lib/common.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;AAEH,uBAA0B;AAE1B,2CAA2C;AAC3C,IAAM,GAAG,GAAG,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../lib/common.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;AAEH,uBAA0B;AAE1B,2CAA2C;AAC3C,IAAM,GAAG,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAMvC,SAAgB,aAAa,CAAC,WAAmB,EAAE,cAAsB,EAAE,WAAmB;IAC5F,IAAM,OAAO,GAAG,4BAA4B,CAAC;IAC7C,IAAM,UAAU,GAAG,GAAG,CAAC,OAAO,CAAC;IAC/B,IAAM,MAAM,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC;IAC7B,IAAM,SAAS,GAAG,EAAE,CAAC,OAAO,EAAE,CAAC;IAC/B,IAAM,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAEpC,IAAM,OAAO,GAAG;QACd,YAAY,EAAK,OAAO,SAAI,UAAU,gCAA2B,MAAM,oBAAe,SAAS,sBAAiB,WAAW,MAAG;KAC/H,CAAC;IAEF,OAAO,OAAO,CAAC;AACjB,CAAC;AAZD,sCAYC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibm-cloud/secrets-manager",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Client library for IBM Cloud Secrets Manager",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"lint": "npm run eslint:check && npm run tslint:check",
|
|
20
20
|
"lint-fix": "npm run eslint:fix && npm run tslint:fix",
|
|
21
21
|
"jest": "jest",
|
|
22
|
-
"test": "npm run build && npm run lint && jest test/",
|
|
22
|
+
"test": "npm run build && cp package.json dist/ && npm run lint && jest test/",
|
|
23
23
|
"test-unit": "npm run build && jest test/unit/",
|
|
24
24
|
"test-integration": "npm run build && jest test/integration",
|
|
25
25
|
"report-coverage": "codecov",
|
|
@@ -65,4 +65,4 @@
|
|
|
65
65
|
],
|
|
66
66
|
"testEnvironment": "node"
|
|
67
67
|
}
|
|
68
|
-
}
|
|
68
|
+
}
|