Skip to content

Commit 23d7fc1

Browse files
authored
Merge b3625cd into f72af28
2 parents f72af28 + b3625cd commit 23d7fc1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0ti.me/postgres-db-versioning",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A library for managing PostgresDB migrations and initialization",
55
"license": "GPL-3.0",
66
"main": "src/index.js",
@@ -14,7 +14,7 @@
1414
"test:unit": "NODE_ENV=unit nyc mocha"
1515
},
1616
"dependencies": {
17-
"@0ti.me/tiny-pfp": "^0.1.12",
17+
"@0ti.me/tiny-pfp": "0.1.13",
1818
"config": "^3.3.1",
1919
"husky": "^4.2.5",
2020
"lint-staged": "^10.2.11",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
sinon-chai "^3.5.0"
3434
uuid "^3.3.3"
3535

36-
"@0ti.me/tiny-pfp@^0.1.12":
37-
version "0.1.12"
38-
resolved "https://registry.yarnpkg.com/@0ti.me/tiny-pfp/-/tiny-pfp-0.1.12.tgz#9a8e54a2325503707ae84cd7f06a6ec37725ff5d"
39-
integrity sha512-eL+3Re9CTbHbsZwtnKme/dvQM1EEQGiCKdt1EqS7NNZ4YGad/+JFJtY937CIWPvmDJbi/PbaJk43O+y/Onf5BA==
36+
"@0ti.me/tiny-pfp@0.1.13":
37+
version "0.1.13"
38+
resolved "https://registry.yarnpkg.com/@0ti.me/tiny-pfp/-/tiny-pfp-0.1.13.tgz#02ccb010671e7cd6f02844a1ee77653d8c35b8b1"
39+
integrity sha512-7WmOOJ8QS0sNud7isSt3kpuS9e6zUTwQRmzaqf51Zyl0jhHlP4Q7MR524L0DRAgqdQDspLOAf/NxN6hKu6Ye6g==
4040

4141
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
4242
version "7.10.4"

0 commit comments

Comments
 (0)