express-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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "express-intlayer",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0-canary.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Manage internationalization i18n in a simple way for express application.",
|
|
6
6
|
"keywords": [
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
"lint": "biome lint .",
|
|
68
68
|
"lint:fix": "biome lint --write .",
|
|
69
69
|
"prepublish": "cp -f ../../README.md ./README.md",
|
|
70
|
-
"publish": "bun publish
|
|
71
|
-
"publish:canary": "bun publish --tag canary
|
|
72
|
-
"publish:latest": "bun publish --tag latest
|
|
70
|
+
"publish": "bun publish || true",
|
|
71
|
+
"publish:canary": "bun publish --tag canary || true",
|
|
72
|
+
"publish:latest": "bun publish --tag latest || true",
|
|
73
73
|
"test": "vitest run",
|
|
74
74
|
"test:watch": "vitest",
|
|
75
75
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@intlayer/chokidar": "7.0
|
|
79
|
-
"@intlayer/config": "7.0
|
|
80
|
-
"@intlayer/core": "7.0
|
|
81
|
-
"@intlayer/types": "7.0
|
|
78
|
+
"@intlayer/chokidar": "7.1.0-canary.0",
|
|
79
|
+
"@intlayer/config": "7.1.0-canary.0",
|
|
80
|
+
"@intlayer/core": "7.1.0-canary.0",
|
|
81
|
+
"@intlayer/types": "7.1.0-canary.0",
|
|
82
82
|
"cls-hooked": "4.2.2",
|
|
83
|
-
"intlayer": "7.0
|
|
83
|
+
"intlayer": "7.1.0-canary.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@types/cls-hooked": "4.3.9",
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
"vitest": "4.0.8"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
|
-
"@intlayer/chokidar": "7.0
|
|
100
|
-
"@intlayer/config": "7.0
|
|
101
|
-
"@intlayer/core": "7.0
|
|
102
|
-
"@intlayer/types": "7.0
|
|
99
|
+
"@intlayer/chokidar": "7.1.0-canary.0",
|
|
100
|
+
"@intlayer/config": "7.1.0-canary.0",
|
|
101
|
+
"@intlayer/core": "7.1.0-canary.0",
|
|
102
|
+
"@intlayer/types": "7.1.0-canary.0"
|
|
103
103
|
},
|
|
104
104
|
"engines": {
|
|
105
105
|
"node": ">=14.18"
|