@transcend-io/privacy-types 4.151.0 → 4.151.1
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/package.json +3 -5
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "Transcend Inc.",
|
|
3
3
|
"name": "@transcend-io/privacy-types",
|
|
4
4
|
"description": "Core enums and types that can be useful when interacting with Transcend's public APIs.",
|
|
5
|
-
"version": "4.151.
|
|
5
|
+
"version": "4.151.1",
|
|
6
6
|
"homepage": "https://github.com/transcend-io/privacy-types",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"package.json"
|
|
16
16
|
],
|
|
17
17
|
"scripts": {
|
|
18
|
-
"update:sdks": "yarn set version from sources && yarn sdks base",
|
|
18
|
+
"update:sdks": "yarn set version from sources && yarn dlx @yarnpkg/sdks base",
|
|
19
19
|
"update:deps": "yarn upgrade-interactive && yarn update:sdks",
|
|
20
20
|
"build": "yarn tsc --build",
|
|
21
21
|
"clean": "yarn tsc --build --clean",
|
|
@@ -34,8 +34,6 @@
|
|
|
34
34
|
"@types/mocha": "^10.0.6",
|
|
35
35
|
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
36
36
|
"@typescript-eslint/parser": "^6.13.2",
|
|
37
|
-
"@yarnpkg/pnpify": "^4.1.3",
|
|
38
|
-
"@yarnpkg/sdks": "^3.2.0",
|
|
39
37
|
"chai": "^4.3.10",
|
|
40
38
|
"depcheck": "^1.4.7",
|
|
41
39
|
"eslint": "^8.38.0",
|
|
@@ -44,7 +42,7 @@
|
|
|
44
42
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
45
43
|
"eslint-plugin-import": "2.27.5",
|
|
46
44
|
"eslint-plugin-jsdoc": "^41.1.1",
|
|
47
|
-
"mocha": "^
|
|
45
|
+
"mocha": "^11.0.0",
|
|
48
46
|
"prettier": "^2.7.1",
|
|
49
47
|
"ts-node": "^10.9.1",
|
|
50
48
|
"typescript": "^5.3.2"
|