Skip to content

Commit

Permalink
Bump privacy-types (#360)
Browse files Browse the repository at this point in the history
* Bump privacy-types
  • Loading branch information
jwahjudi authored Oct 10, 2024
1 parent 762127e commit ca4dd89
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Transcend Inc.",
"name": "@transcend-io/cli",
"description": "Small package containing useful typescript utilities.",
"version": "6.5.0",
"version": "6.5.1",
"homepage": "https://github.com/transcend-io/cli",
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@transcend-io/handlebars-utils": "^1.1.0",
"@transcend-io/internationalization": "^1.6.0",
"@transcend-io/persisted-state": "^1.0.4",
"@transcend-io/privacy-types": "^4.88.0",
"@transcend-io/privacy-types": "^4.89.0",
"@transcend-io/secret-value": "^1.2.0",
"@transcend-io/type-utils": "^1.5.0",
"bluebird": "^3.7.2",
Expand Down
25 changes: 18 additions & 7 deletions transcend-yml-schema-v6.json
Original file line number Diff line number Diff line change
Expand Up @@ -5899,20 +5899,31 @@
"type": "string",
"enum": [
"actionItem",
"dataSilo",
"subDataPoint",
"airgapCookie",
"airgapDataFlow",
"request",
"vendor",
"assessment",
"assessmentForm",
"assessmentGroup",
"assessmentTemplate",
"auditorRun",
"auditorSchedule",
"businessEntity",
"dataSubCategory",
"dataPoint",
"dataPointLevel",
"dataSilo",
"enricher",
"identifier",
"legalHold",
"legalMatter",
"processingPurposeSubCategory",
"assessment",
"assessmentTemplate",
"prompt",
"promptGroup",
"promptRun"
"promptRun",
"request",
"subject",
"subDataPoint",
"vendor"
]
}
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ __metadata:
"@transcend-io/handlebars-utils": ^1.1.0
"@transcend-io/internationalization": ^1.6.0
"@transcend-io/persisted-state": ^1.0.4
"@transcend-io/privacy-types": ^4.88.0
"@transcend-io/privacy-types": ^4.89.0
"@transcend-io/secret-value": ^1.2.0
"@transcend-io/type-utils": ^1.5.0
"@types/bluebird": ^3.5.38
Expand Down Expand Up @@ -642,14 +642,14 @@ __metadata:
languageName: node
linkType: hard

"@transcend-io/privacy-types@npm:^4.88.0":
version: 4.88.0
resolution: "@transcend-io/privacy-types@npm:4.88.0"
"@transcend-io/privacy-types@npm:^4.89.0":
version: 4.89.0
resolution: "@transcend-io/privacy-types@npm:4.89.0"
dependencies:
"@transcend-io/type-utils": ^1.0.5
fp-ts: ^2.16.1
io-ts: ^2.2.21
checksum: 94e0d9fb3346e0e4e70c75b36da17dbc59cb468f19260e5a2aceceaa235ab8f2d94731dee4580dfec412f7255328882b79e53b18e227df0bfca0df09e725cbd7
checksum: b92856cd67b34530c002eb6cbec33cbf445a26a2beb4668c5f31d7f576d749dbe912fb9abae811febdee4a45e14c9d342d76c106d9c5b0c6da934da1739bcff5
languageName: node
linkType: hard

Expand Down

0 comments on commit ca4dd89

Please sign in to comment.