vite-gc-i18n-plugin 1.1.2 → 1.1.3

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.
package/dist/index.cjs CHANGED
@@ -2169,7 +2169,8 @@ async function upload(json) {
2169
2169
  data
2170
2170
  }, {
2171
2171
  headers: {
2172
- 'Content-Type': 'application/json'
2172
+ 'Content-Type': 'application/json',
2173
+ Authorization: '728635D658AE11F18F33000C29A621CA'
2173
2174
  }
2174
2175
  });
2175
2176
  if (res.status === 200 && res.data.result === 0) {