next-intl 4.0.0-beta-f10dbba → 4.0.0-beta-f511797

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 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intl",
3
- "version": "4.0.0-beta-f10dbba",
3
+ "version": "4.0.0-beta-f511797",
4
4
  "sideEffects": false,
5
5
  "author": "Jan Amann <jan@amann.work>",
6
6
  "funding": [
@@ -17,15 +17,7 @@
17
17
  "url": "https://github.com/amannn/next-intl"
18
18
  },
19
19
  "scripts": {
20
- "build": "rm -rf dist && rollup -c",
21
- "test": "TZ=Europe/Berlin vitest",
22
- "lint": "pnpm run lint:source && pnpm run lint:package",
23
- "lint:source": "eslint src test && tsc --noEmit && pnpm run lint:prettier",
24
- "lint:package": "publint && attw --pack --ignore-rules=cjs-resolves-to-esm",
25
- "lint:prettier": "prettier src --check",
26
- "prepublishOnly": "turbo build && cp ../../README.md .",
27
- "postpublish": "git checkout . && rm ./README.md",
28
- "size": "size-limit"
20
+ "prepublishOnly": "turbo build && cp ../../README.md ."
29
21
  },
30
22
  "type": "module",
31
23
  "main": "./dist/esm/production/index.react-client.js",
@@ -112,7 +104,7 @@
112
104
  "dependencies": {
113
105
  "@formatjs/intl-localematcher": "^0.5.4",
114
106
  "negotiator": "^1.0.0",
115
- "use-intl": "4.0.0-beta-f10dbba"
107
+ "use-intl": "4.0.0-beta-f511797"
116
108
  },
117
109
  "peerDependencies": {
118
110
  "next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
@@ -124,5 +116,5 @@
124
116
  "optional": true
125
117
  }
126
118
  },
127
- "gitHead": "0b110fbdc662f812b077e5e3935cc3401c23aa46"
119
+ "gitHead": "325ff7dd2a27286607e22c4ed2de7cc2248c7384"
128
120
  }