piral-translate 0.15.0-alpha.4041 → 0.15.0-alpha.4098

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/esm/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { Disposable } from 'piral-core';
2
- import { ComponentType } from 'react';
2
+ import type { ComponentType } from 'react';
3
3
  declare module 'piral-core/lib/types/custom' {
4
4
  interface PiletCustomApi extends PiletLocaleApi {
5
5
  }
package/lib/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./components"), exports);
5
- (0, tslib_1.__exportStar)(require("./create"), exports);
6
- (0, tslib_1.__exportStar)(require("./current"), exports);
7
- (0, tslib_1.__exportStar)(require("./hooks"), exports);
8
- (0, tslib_1.__exportStar)(require("./Languages"), exports);
9
- (0, tslib_1.__exportStar)(require("./types"), exports);
4
+ tslib_1.__exportStar(require("./components"), exports);
5
+ tslib_1.__exportStar(require("./create"), exports);
6
+ tslib_1.__exportStar(require("./current"), exports);
7
+ tslib_1.__exportStar(require("./hooks"), exports);
8
+ tslib_1.__exportStar(require("./Languages"), exports);
9
+ tslib_1.__exportStar(require("./types"), exports);
10
10
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,4DAA6B;AAC7B,wDAAyB;AACzB,yDAA0B;AAC1B,uDAAwB;AACxB,2DAA4B;AAC5B,uDAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,uDAA6B;AAC7B,mDAAyB;AACzB,oDAA0B;AAC1B,kDAAwB;AACxB,sDAA4B;AAC5B,kDAAwB"}
package/lib/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { Disposable } from 'piral-core';
2
- import { ComponentType } from 'react';
2
+ import type { ComponentType } from 'react';
3
3
  declare module 'piral-core/lib/types/custom' {
4
4
  interface PiletCustomApi extends PiletLocaleApi {
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-translate",
3
- "version": "0.15.0-alpha.4041",
3
+ "version": "0.15.0-alpha.4098",
4
4
  "description": "Plugin for providing translated messages in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -46,13 +46,13 @@
46
46
  "test": "echo \"Error: run tests from root\" && exit 1"
47
47
  },
48
48
  "devDependencies": {
49
- "@types/react": "^17.0.0",
50
- "piral-core": "0.15.0-alpha.4041",
51
- "react": "^17.0.1"
49
+ "@types/react": "^18.0.0",
50
+ "piral-core": "0.15.0-alpha.4098",
51
+ "react": "^18.0.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "piral-core": "0.14.x",
54
+ "piral-core": "0.14.x || 0.15.x",
55
55
  "react": ">=16.8.0"
56
56
  },
57
- "gitHead": "3d305d88c72e3e05a44acbf240a38f6ad7b03959"
57
+ "gitHead": "02ef35574b29cc5dd93c515bfdf27dd523893b28"
58
58
  }
package/src/types.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { Disposable } from 'piral-core';
2
- import { ComponentType } from 'react';
2
+ import type { ComponentType } from 'react';
3
3
 
4
4
  declare module 'piral-core/lib/types/custom' {
5
5
  interface PiletCustomApi extends PiletLocaleApi {}