Skip to content

Commit e0b7a5c

Browse files
committed
bump versions
1 parent 7364c2e commit e0b7a5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/cloudflare-worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/PropelAuth/cloudflare-worker"
66
},
7-
"version": "2.1.33",
7+
"version": "2.1.34",
88
"license": "MIT",
99
"keywords": [
1010
"auth",
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"dependencies": {
60-
"@propelauth/node-apis": "^2.1.33",
60+
"@propelauth/node-apis": "^2.1.34",
6161
"jose": "^5.2.0"
6262
}
6363
}

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"type": "git",
55
"url": "https://github.com/PropelAuth/node"
66
},
7-
"version": "2.1.33",
7+
"version": "2.1.34",
88
"license": "MIT",
99
"keywords": [
1010
"auth",
1111
"node",
1212
"user"
1313
],
1414
"dependencies": {
15-
"@propelauth/node-apis": "^2.1.33",
15+
"@propelauth/node-apis": "^2.1.34",
1616
"jose": "^5.2.0"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)