We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b70d2a7 + 28d1fd8 commit 0500925Copy full SHA for 0500925
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nightfall-js",
3
- "version": "1.0.2",
+ "version": "1.1.0",
4
"description": "Build data classification and protection into your application or service with Nightfall.",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -29,4 +29,4 @@
29
"ts-jest": "^27.0.7",
30
"typescript": "^4.4.4"
31
}
32
-}
+}
src/base.ts
@@ -32,7 +32,7 @@ export class Base {
this.AXIOS_HEADERS = {
33
'Authorization': `Bearer ${this.API_KEY}`,
34
'Content-Type': 'application/json',
35
- "User-Agent": "nightfall-nodejs-sdk/1.0.0"
+ "User-Agent": "nightfall-nodejs-sdk/1.1.0"
36
37
38
0 commit comments