@panneau/intl 2.0.34 → 2.0.38

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/es/index.js CHANGED
@@ -2,10 +2,10 @@ import _objectSpread from '@babel/runtime/helpers/objectSpread2';
2
2
  import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
3
3
  import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
4
4
  import _createClass from '@babel/runtime/helpers/createClass';
5
- import { useLocales, LocalesProvider, useResource } from '@panneau/core/contexts';
6
5
  import PropTypes from 'prop-types';
7
6
  import React, { useContext, useMemo } from 'react';
8
7
  import { IntlContext, IntlProvider as IntlProvider$1, useIntl, FormattedMessage } from 'react-intl';
8
+ import { useLocales, LocalesProvider, useResource } from '@panneau/core/contexts';
9
9
  import { PropTypes as PropTypes$1 } from '@panneau/core';
10
10
 
11
11
  var IntlManager = /*#__PURE__*/function () {
package/lib/index.js CHANGED
@@ -6,10 +6,10 @@ var _objectSpread = require('@babel/runtime/helpers/objectSpread2');
6
6
  var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
7
7
  var _classCallCheck = require('@babel/runtime/helpers/classCallCheck');
8
8
  var _createClass = require('@babel/runtime/helpers/createClass');
9
- var contexts = require('@panneau/core/contexts');
10
9
  var PropTypes = require('prop-types');
11
10
  var React = require('react');
12
11
  var reactIntl = require('react-intl');
12
+ var contexts = require('@panneau/core/contexts');
13
13
  var core = require('@panneau/core');
14
14
 
15
15
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/intl",
3
- "version": "2.0.34",
3
+ "version": "2.0.38",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -62,7 +62,7 @@
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.12.5",
64
64
  "@formatjs/cli-lib": "^6.0.3",
65
- "@panneau/core": "^2.0.34",
65
+ "@panneau/core": "^2.0.38",
66
66
  "commander": "^10.0.0",
67
67
  "fs-extra": "^10.0.0",
68
68
  "gettext-parser": "^4.0.4",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "dade083366e5c16d253387424ff5177d5c943e40"
82
+ "gitHead": "f5865043afc889f66e92f42cd2695003627ee84d"
83
83
  }