@cloudant/couchbackup 2.9.6-SNAPSHOT.45 → 2.9.6-SNAPSHOT.47

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/.npmrc-jenkins ADDED
@@ -0,0 +1,4 @@
1
+ ; NB registry scopes are assumed to have scheme stripped and have a trailing slash
2
+ ${NPMRC_REGISTRY}:username=${NPMRC_USER}
3
+ ${NPMRC_REGISTRY}:email=${NPMRC_EMAIL}
4
+ ${NPMRC_REGISTRY}:_authToken=${NPMRC_TOKEN}
package/.secrets.baseline CHANGED
@@ -3,7 +3,7 @@
3
3
  "files": "package-lock.json|test/fixtures|^.secrets.baseline$",
4
4
  "lines": null
5
5
  },
6
- "generated_at": "2022-10-31T19:25:09Z",
6
+ "generated_at": "2022-11-21T09:33:32Z",
7
7
  "plugins_used": [
8
8
  {
9
9
  "name": "AWSKeyDetector"
@@ -85,14 +85,6 @@
85
85
  "line_number": 66,
86
86
  "type": "Secret Keyword",
87
87
  "verified_result": null
88
- },
89
- {
90
- "hashed_secret": "8e494667a94be484abba2c4d4cf9bea0c3eb39ea",
91
- "is_secret": false,
92
- "is_verified": false,
93
- "line_number": 153,
94
- "type": "NPM tokens",
95
- "verified_result": null
96
88
  }
97
89
  ],
98
90
  "README.md": [
@@ -232,7 +224,7 @@
232
224
  }
233
225
  ]
234
226
  },
235
- "version": "0.13.1+ibm.51.dss",
227
+ "version": "0.13.1+ibm.55.dss",
236
228
  "word_list": {
237
229
  "file": null,
238
230
  "hash": null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudant/couchbackup",
3
- "version": "2.9.6-SNAPSHOT.45",
3
+ "version": "2.9.6-SNAPSHOT.47",
4
4
  "description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
5
5
  "homepage": "https://github.com/cloudant/couchbackup",
6
6
  "repository": "https://github.com/cloudant/couchbackup.git",