gatsby-source-filesystem 4.0.0-zz-next.3 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -130,7 +130,7 @@ createFilePath({
130
130
 
131
131
  #### Example usage
132
132
 
133
- The following is taken from [Gatsby Tutorial, Part Seven](https://www.gatsbyjs.org/tutorial/part-seven/) and is used to create URL slugs for markdown pages.
133
+ The following is taken from [Gatsby Tutorial, Part Seven](https://www.gatsbyjs.org/tutorial/part-7/) and is used to create URL slugs for markdown pages.
134
134
 
135
135
  ```javascript
136
136
  const { createFilePath } = require(`gatsby-source-filesystem`)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gatsby-source-filesystem",
3
3
  "description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.",
4
- "version": "4.0.0-zz-next.3",
4
+ "version": "4.1.0",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "bugs": {
7
7
  "url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
12
12
  "fastq": "^1.11.1",
13
13
  "file-type": "^16.5.3",
14
14
  "fs-extra": "^10.0.0",
15
- "gatsby-core-utils": "^3.0.0-zz-next.3",
15
+ "gatsby-core-utils": "^3.1.0",
16
16
  "got": "^9.6.0",
17
17
  "md5-file": "^5.0.0",
18
18
  "mime": "^2.5.2",
@@ -24,7 +24,7 @@
24
24
  "devDependencies": {
25
25
  "@babel/cli": "^7.15.4",
26
26
  "@babel/core": "^7.15.5",
27
- "babel-preset-gatsby-package": "^2.0.0-zz-next.2",
27
+ "babel-preset-gatsby-package": "^2.1.0",
28
28
  "cross-env": "^7.0.3"
29
29
  },
30
30
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem#readme",
@@ -50,5 +50,5 @@
50
50
  "engines": {
51
51
  "node": ">=14.15.0"
52
52
  },
53
- "gitHead": "58d30fd9a5d85a31a29a404ce01b74fb5e7dbb7b"
53
+ "gitHead": "4086ca523d1caf68d44076e361f00e7b4b96c4a5"
54
54
  }