Skip to content

Commit 40a9a21

Browse files
package
1 parent 2b09229 commit 40a9a21

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiny-crypto-suite",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "Tiny tools, big crypto — seamless encryption and certificate handling for modern web and Node apps.",
55
"scripts": {
66
"test": "npm run test:mjs && npm run test:cjs && npm run test:js",
@@ -104,6 +104,6 @@
104104
},
105105
"dependencies": {
106106
"clone": "^2.1.2",
107-
"tiny-essentials": "^1.13.1"
107+
"tiny-essentials": "^1.20.0"
108108
}
109109
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"moduleResolution": "node",
1414
"module": "esnext",
1515
"allowSyntheticDefaultImports": true,
16+
"skipLibCheck": true,
1617
},
1718
"include": ["src"],
1819
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)