next-intl 2.7.2-alpha.1 → 2.7.4

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 (1) hide show
  1. package/package.json +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intl",
3
- "version": "2.7.2-alpha.1",
3
+ "version": "2.7.4",
4
4
  "sideEffects": false,
5
5
  "author": "Jan Amann <jan@amann.me>",
6
6
  "description": "A minimal, but complete solution for internationalization in Next.js apps.",
@@ -14,7 +14,7 @@
14
14
  "build": "dts build",
15
15
  "test": "TZ=Europe/Berlin dts test",
16
16
  "lint": "eslint src test && tsc",
17
- "prepublishOnly": "yarn test && yarn lint && yarn build && cp ../../README.md .",
17
+ "prepublishOnly": "yarn test && yarn lint && yarn build && cp ../../README.md . && git checkout .",
18
18
  "postpublish": "rm ./README.md"
19
19
  },
20
20
  "main": "dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "testEnvironment": "jsdom"
42
42
  },
43
43
  "dependencies": {
44
- "use-intl": "^2.7.2-alpha.1"
44
+ "use-intl": "^2.7.4"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "next": "^10.0.0 || ^11.0.0 || ^12.0.0",
@@ -61,6 +61,5 @@
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=10"
64
- },
65
- "gitHead": "25a01ee749abb7106df1699be1ae71d0493a45e4"
64
+ }
66
65
  }