Skip to content

Commit 0425e04

Browse files
authored
Merge pull request #370 from ardriveapp/PE-8635-fix-issues-with-timestamps-in-unix-time-and-manifests
PE-8635: fix issues with timestamps and Unix-Time tag
2 parents 3f50dc6 + 60a9d40 commit 0425e04

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.yarn/cache/ardrive-core-js-npm-3.0.3-117c27d46a-5a01b9a555.zip renamed to .yarn/cache/ardrive-core-js-npm-3.0.4-250f704d37-01868c5649.zip

211 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "ardrive-cli",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "The ArDrive Command Line Interface (CLI is a Node.js application for terminal-based ArDrive workflows. It also offers utility operations for securely interacting with Arweave wallets and inspecting various Arweave blockchain conditions.",
55
"main": "./lib/index.js",
66
"bin": {
77
"ardrive": "./lib/index.js"
88
},
99
"types": "./lib/index.d.ts",
1010
"dependencies": {
11-
"ardrive-core-js": "3.0.3",
11+
"ardrive-core-js": "3.0.4",
1212
"arweave": "1.15.7",
1313
"axios": "^0.21.1",
1414
"commander": "^8.2.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,7 @@ __metadata:
22452245
"@types/source-map-support": ^0
22462246
"@typescript-eslint/eslint-plugin": ^6.2.1
22472247
"@typescript-eslint/parser": ^6.2.1
2248-
ardrive-core-js: 3.0.3
2248+
ardrive-core-js: 3.0.4
22492249
arweave: 1.15.7
22502250
axios: ^0.21.1
22512251
chai: ^4.3.4
@@ -2272,9 +2272,9 @@ __metadata:
22722272
languageName: unknown
22732273
linkType: soft
22742274

2275-
"ardrive-core-js@npm:3.0.3":
2276-
version: 3.0.3
2277-
resolution: "ardrive-core-js@npm:3.0.3"
2275+
"ardrive-core-js@npm:3.0.4":
2276+
version: 3.0.4
2277+
resolution: "ardrive-core-js@npm:3.0.4"
22782278
dependencies:
22792279
"@ardrive/ardrive-promise-cache": ^1.1.4
22802280
"@ardrive/turbo-sdk": ^1.0.1
@@ -2294,7 +2294,7 @@ __metadata:
22942294
smartweave: ^0.4.49
22952295
utf8: ^3.0.0
22962296
uuid: ^9.0.1
2297-
checksum: 5a01b9a55514406597dba20743685329eccbc7ee9e7e29ef8cafa42afffb6e87074558eff5dac68d7f72b604b477a29f127edd0ec09933665e4a01684b42755d
2297+
checksum: 01868c56499c389e716c6ca369093f34dab432964be71af090ac1faf0b69d17ee2e75b7d394fd08656ab0868883bc7b1d356c184caa2876db0392cd90f83a801
22982298
languageName: node
22992299
linkType: hard
23002300

0 commit comments

Comments
 (0)