solid-intlayer 8.0.0 → 8.0.1-canary.0

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.
@@ -73,7 +73,7 @@ export interface IInterpreterPluginSolid<T, S, L extends LocalesValues> {
73
73
  *
74
74
  * Otherwise the the `solid-intlayer` plugins will override the types of `intlayer` functions.
75
75
  */
76
- export type IInterpreterPluginState = IInterpreterPluginStateCore & {
76
+ export type IInterpreterPluginState = Omit<IInterpreterPluginStateCore, 'insertion'> & {
77
77
  solidNode: true;
78
78
  solidIntlayerNode: true;
79
79
  solidInsertion: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-intlayer",
3
- "version": "8.0.0",
3
+ "version": "8.0.1-canary.0",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your Solid applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -74,14 +74,14 @@
74
74
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
75
75
  },
76
76
  "dependencies": {
77
- "@intlayer/api": "8.0.0",
78
- "@intlayer/config": "8.0.0",
79
- "@intlayer/core": "8.0.0",
80
- "@intlayer/editor": "8.0.0",
81
- "@intlayer/types": "8.0.0"
77
+ "@intlayer/api": "8.0.1-canary.0",
78
+ "@intlayer/config": "8.0.1-canary.0",
79
+ "@intlayer/core": "8.0.1-canary.0",
80
+ "@intlayer/editor": "8.0.1-canary.0",
81
+ "@intlayer/types": "8.0.1-canary.0"
82
82
  },
83
83
  "devDependencies": {
84
- "@intlayer/unmerged-dictionaries-entry": "8.0.0",
84
+ "@intlayer/unmerged-dictionaries-entry": "8.0.1-canary.0",
85
85
  "@solidjs/testing-library": "0.8.10",
86
86
  "@testing-library/jest-dom": "6.9.1",
87
87
  "@testing-library/user-event": "14.6.1",