@lingui/react 4.11.3 → 4.11.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.
- package/dist/index-rsc.cjs +1 -1
- package/dist/index-rsc.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/server.cjs +1 -1
- package/dist/server.mjs +1 -1
- package/dist/shared/{react.1d406965.mjs → react.ac956f45.mjs} +1 -1
- package/dist/shared/{react.6b65948d.cjs → react.fdbc1485.cjs} +1 -1
- package/package.json +3 -3
package/dist/index-rsc.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const server = require('./server.cjs');
|
|
4
|
-
const TransNoContext = require('./shared/react.
|
|
4
|
+
const TransNoContext = require('./shared/react.fdbc1485.cjs');
|
|
5
5
|
const React = require('react');
|
|
6
6
|
|
|
7
7
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e.default : e; }
|
package/dist/index-rsc.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
const React = require('react');
|
|
5
|
-
const TransNoContext = require('./shared/react.
|
|
5
|
+
const TransNoContext = require('./shared/react.fdbc1485.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e.default : e; }
|
|
8
8
|
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { T as TransNoContext } from './shared/react.
|
|
3
|
+
import { T as TransNoContext } from './shared/react.ac956f45.mjs';
|
|
4
4
|
|
|
5
5
|
const LinguiContext = React.createContext(null);
|
|
6
6
|
const useLinguiInternal = (devErrorMessage) => {
|
package/dist/server.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const TransNoContext = require('./shared/react.
|
|
3
|
+
const TransNoContext = require('./shared/react.fdbc1485.cjs');
|
|
4
4
|
const React = require('react');
|
|
5
5
|
|
|
6
6
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e.default : e; }
|
package/dist/server.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lingui/react",
|
|
3
|
-
"version": "4.11.
|
|
3
|
+
"version": "4.11.4",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "React components for translations",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@babel/runtime": "^7.20.13",
|
|
78
|
-
"@lingui/core": "4.11.
|
|
78
|
+
"@lingui/core": "4.11.4"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@lingui/jest-mocks": "*",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"react-dom": "^18.2.0",
|
|
88
88
|
"unbuild": "2.0.0"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "43d4e671360e8e5f1b820e4e061c1926d95c120b"
|
|
91
91
|
}
|