@take2identity/verosint 0.2.53 → 0.2.55

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/README.md CHANGED
@@ -299,7 +299,7 @@ verosint generate schema
299
299
 
300
300
  ### Go
301
301
 
302
- Install the 1.20 version of [Go](https://golang.dev).
302
+ Install the 1.21 version of [Go](https://golang.dev).
303
303
 
304
304
  ### Task
305
305
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take2identity/verosint",
3
- "version": "0.2.53",
3
+ "version": "0.2.55",
4
4
  "description": "Official CLI to interact with Verosint API",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/postinstall.js CHANGED
@@ -1,7 +1,5 @@
1
1
  #!/usr/bin/env node
2
- /*
3
- Copyright (c) 2023 Take 2 Identity, Inc
4
- */
2
+ // Copyright (c) "2023 Take 2 Identity, Inc"
5
3
  "use strict"
6
4
 
7
5
  const { join } = require('path');