solid-intlayer 7.0.9-canary.2 → 7.1.0-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.
- package/package.json +16 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-intlayer",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0-canary.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Solid applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -65,27 +65,25 @@
|
|
|
65
65
|
"lint": "biome lint .",
|
|
66
66
|
"lint:fix": "biome lint --write .",
|
|
67
67
|
"prepublish": "cp -f ../../README.md ./README.md",
|
|
68
|
-
"publish": "bun publish
|
|
69
|
-
"publish:canary": "bun publish --tag canary
|
|
70
|
-
"publish:latest": "bun publish --tag latest
|
|
68
|
+
"publish": "bun publish || true",
|
|
69
|
+
"publish:canary": "bun publish --tag canary || true",
|
|
70
|
+
"publish:latest": "bun publish --tag latest || true",
|
|
71
71
|
"test": "vitest run",
|
|
72
72
|
"test:watch": "vitest",
|
|
73
73
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@intlayer/api": "7.0
|
|
77
|
-
"@intlayer/config": "7.0
|
|
78
|
-
"@intlayer/core": "7.0
|
|
79
|
-
"@intlayer/editor": "7.0
|
|
80
|
-
"@intlayer/types": "7.0
|
|
81
|
-
"js-cookie": "3.0.5"
|
|
76
|
+
"@intlayer/api": "7.1.0-canary.0",
|
|
77
|
+
"@intlayer/config": "7.1.0-canary.0",
|
|
78
|
+
"@intlayer/core": "7.1.0-canary.0",
|
|
79
|
+
"@intlayer/editor": "7.1.0-canary.0",
|
|
80
|
+
"@intlayer/types": "7.1.0-canary.0"
|
|
82
81
|
},
|
|
83
82
|
"devDependencies": {
|
|
84
|
-
"@intlayer/unmerged-dictionaries-entry": "7.0
|
|
83
|
+
"@intlayer/unmerged-dictionaries-entry": "7.1.0-canary.0",
|
|
85
84
|
"@solidjs/testing-library": "0.8.10",
|
|
86
85
|
"@testing-library/jest-dom": "6.9.1",
|
|
87
86
|
"@testing-library/user-event": "14.6.1",
|
|
88
|
-
"@types/js-cookie": "3.0.6",
|
|
89
87
|
"@types/node": "24.10.1",
|
|
90
88
|
"@utils/ts-config": "1.0.4",
|
|
91
89
|
"@utils/ts-config-types": "1.0.4",
|
|
@@ -100,12 +98,12 @@
|
|
|
100
98
|
"vitest": "4.0.8"
|
|
101
99
|
},
|
|
102
100
|
"peerDependencies": {
|
|
103
|
-
"@intlayer/api": "7.0
|
|
104
|
-
"@intlayer/config": "7.0
|
|
105
|
-
"@intlayer/core": "7.0
|
|
106
|
-
"@intlayer/editor": "7.0
|
|
107
|
-
"@intlayer/types": "7.0
|
|
108
|
-
"@intlayer/unmerged-dictionaries-entry": "7.0
|
|
101
|
+
"@intlayer/api": "7.1.0-canary.0",
|
|
102
|
+
"@intlayer/config": "7.1.0-canary.0",
|
|
103
|
+
"@intlayer/core": "7.1.0-canary.0",
|
|
104
|
+
"@intlayer/editor": "7.1.0-canary.0",
|
|
105
|
+
"@intlayer/types": "7.1.0-canary.0",
|
|
106
|
+
"@intlayer/unmerged-dictionaries-entry": "7.1.0-canary.0",
|
|
109
107
|
"solid-js": ">=1.0.0"
|
|
110
108
|
},
|
|
111
109
|
"engines": {
|