Skip to content

Commit

Permalink
Updates io-ts deps (#275)
Browse files Browse the repository at this point in the history
* Updates io-ts types

* Updates

* Updates

* view states
  • Loading branch information
michaelfarrell76 authored Dec 7, 2023
1 parent 25f6ee8 commit 59c524a
Show file tree
Hide file tree
Showing 14 changed files with 119 additions and 114 deletions.
115 changes: 58 additions & 57 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 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": "4.119.0",
"version": "4.119.1",
"homepage": "https://github.com/transcend-io/cli",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,28 +57,28 @@
"script:pathfinder-json-schema": "ts-node --transpile-only scripts/buildPathfinderJsonSchema.ts && yarn prettier ./pathfinder-policy-yml-schema.json --write"
},
"dependencies": {
"@transcend-io/airgap.js-types": "^10.4.4",
"@transcend-io/handlebars-utils": "^1.0.1",
"@transcend-io/airgap.js-types": "^10.10.0",
"@transcend-io/handlebars-utils": "^1.1.0",
"@transcend-io/internationalization": "^1.6.0",
"@transcend-io/persisted-state": "^1.0.2",
"@transcend-io/privacy-types": "^4.59.0",
"@transcend-io/secret-value": "^1.1.1",
"@transcend-io/type-utils": "^1.1.1",
"@transcend-io/persisted-state": "^1.0.4",
"@transcend-io/privacy-types": "^4.59.1",
"@transcend-io/secret-value": "^1.2.0",
"@transcend-io/type-utils": "^1.2.2",
"bluebird": "^3.7.2",
"cli-progress": "^3.11.2",
"colors": "^1.4.0",
"csv-parse": "=4.9.1",
"fast-csv": "^4.3.6",
"fast-glob": "^3.2.12",
"fp-ts": "=2.11.8",
"fp-ts": "^2.16.1",
"fuzzysearch": "^1.0.3",
"global-agent": "^3.0.0",
"got": "^11.8.5",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"inquirer": "=7.3.3",
"inquirer-autocomplete-prompt": "=1.3.0",
"io-ts": "=2.2.16",
"io-ts": "^2.2.21",
"js-yaml": "^4.1.0",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.2",
Expand Down
4 changes: 3 additions & 1 deletion transcend-yml-schema-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -33565,10 +33565,12 @@
"AcceptOrRejectAdvertising",
"NoticeAndDoNotSell",
"DoNotSellExplainer",
"CompleteOptionsToggles",
"PrivacyPolicyNotice",
"CompleteOptions",
"CompleteOptionsInverted",
"Hidden"
"Hidden",
"TCF_EU"
]
},
"purposes": {
Expand Down
Loading

0 comments on commit 59c524a

Please sign in to comment.