We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a3e7a commit 781a2cbCopy full SHA for 781a2cb
2 files changed
packages/client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tiny-type-api/client",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"type": "module",
5
"main": "./dist/esm/src/index.js",
6
"types": "./dist/esm/src/index.d.ts",
@@ -41,7 +41,7 @@
41
"author": "koh110",
42
"license": "MIT",
43
"dependencies": {
44
- "@tiny-type-api/universal": "^1.3.0",
+ "@tiny-type-api/universal": "^1.3.1",
45
"path-to-regexp": "^8.1.0"
46
},
47
"devDependencies": {
packages/universal/package.json
"name": "@tiny-type-api/universal",
0 commit comments