Skip to content

Commit 5b55a45

Browse files
terichadbournezebateira
authored andcommitted
fix publication dates
1 parent 1edfc0d commit 5b55a45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/static/tutorials.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "Learn how hashing and content addressing enable verifiable data sharing with peers on the decentralized web.",
88
"newMessage": "",
99
"updateMessage": "This tutorial, formerly known as Decentralized Data Structures, has been updated to focus exclusively on content addressing, while our new Merkle DAGs tutorial explores content-addressable data structures in greater depth.",
10-
"createdAt": "2019-01-01T00:00:00.000Z",
10+
"createdAt": "2019-01-02T00:00:00.000Z",
1111
"updatedAt": "2021-01-14T18:00:00.000Z",
1212
"resources": [
1313
{
@@ -87,7 +87,7 @@
8787
"description": "Store, fetch, and create verifiable links between peer-hosted datasets using the IPFS DAG API and CIDs. It’s graphs with friends!",
8888
"newMessage": "",
8989
"updateMessage": "Version `0.48` of `js-ipfs` has introduced some changes, most notably by changing `ipfs.dag.get` by moving the `path` into the `options` object. This means that **some code challenge solutions have changed**. We recommend re-visiting this tutorial to learn about the updated methods and complete the revised challenges!",
90-
"createdAt": "2019-01-01T00:00:00.000Z",
90+
"createdAt": "2018-07-31T00:00:00.000Z",
9191
"updatedAt": "2020-07-20T00:00:00.000Z",
9292
"resources": [
9393
{
@@ -135,7 +135,7 @@
135135
"description": "Cool content addresses don't change. Create a chain of links from one CID to another with the IPFS DAG API.",
136136
"newMessage": "",
137137
"updateMessage": "",
138-
"createdAt": "2019-01-01T00:00:00.000Z",
138+
"createdAt": "2018-07-31T00:00:00.000Z",
139139
"updatedAt": "2019-01-01T00:00:00.000Z",
140140
"resources": [
141141
{
@@ -177,7 +177,7 @@
177177
"description": "The Mutable File System (MFS) lets you work with files and directories as if you were using a traditional name-based file system.",
178178
"newMessage": "",
179179
"updateMessage": "Version `0.48` of `js-ipfs` has introduced some changes, most notably by changing the acceptable formats for moving multiple files with `ipfs.files.mv`. This means that **some code challenge solutions have changed**. We recommend re-visiting this tutorial to learn about the updated methods and complete the revised challenges!",
180-
"createdAt": "2019-01-01T00:00:00.000Z",
180+
"createdAt": "2019-06-10T00:00:00.000Z",
181181
"updatedAt": "2020-07-20T00:00:00.000Z",
182182
"resources": [
183183
{
@@ -232,7 +232,7 @@
232232
"description": "The IPFS Regular Files API provides a way to store and share files in a peer-to-peer storage system.",
233233
"newMessage": "",
234234
"updateMessage": "Version `0.48` of `js-ipfs` has introduced some changes, most notably by adding `addAll` to use with multiple files, while `add` can now only be used with a single file. This means that **some code challenge solutions have changed**. We recommend re-visiting this tutorial to learn about the updated methods and complete the revised challenges!",
235-
"createdAt": "2019-01-01T00:00:00.000Z",
235+
"createdAt": "2019-11-06T00:00:00.000Z",
236236
"updatedAt": "2020-07-20T00:00:00.000Z",
237237
"resources": [
238238
{

0 commit comments

Comments
 (0)