@wix/multilingual-manager 1.2.0 → 1.3.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 +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/multilingual-manager",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Wix Multilingual SDK package for accessing available languages",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -25,13 +25,14 @@
|
|
|
25
25
|
"cjs"
|
|
26
26
|
],
|
|
27
27
|
"scripts": {
|
|
28
|
-
"build": "tsc && tsc --project tsconfig.cjs.json && npm run docs",
|
|
28
|
+
"build": "tsc && tsc --project tsconfig.cjs.json && npm run docs && npm run test:cjs-esm",
|
|
29
29
|
"clean": "rm -rf dist",
|
|
30
30
|
"test": "vitest",
|
|
31
31
|
"lint": "eslint --max-warnings=0 .",
|
|
32
32
|
"lint:fix": "eslint --max-warnings=0 . --fix",
|
|
33
33
|
"typecheck": "tsc --noEmit",
|
|
34
|
-
"docs": "docs-ts-model --disableSources --entryPoint src/index.ts"
|
|
34
|
+
"docs": "docs-ts-model --disableSources --entryPoint src/index.ts",
|
|
35
|
+
"test:cjs-esm": "npx @wix/cjs-esm-build-verifier"
|
|
35
36
|
},
|
|
36
37
|
"keywords": [
|
|
37
38
|
"wix",
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
55
56
|
"@typescript-eslint/parser": "^6.21.0",
|
|
56
57
|
"@vitest/ui": "^1.6.1",
|
|
58
|
+
"@wix/cjs-esm-build-verifier": "^1.0.0",
|
|
57
59
|
"@wix/docs-ts-model": "^1.50.0",
|
|
58
60
|
"eslint": "^8.57.1",
|
|
59
61
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -76,5 +78,5 @@
|
|
|
76
78
|
]
|
|
77
79
|
}
|
|
78
80
|
},
|
|
79
|
-
"falconPackageHash": "
|
|
81
|
+
"falconPackageHash": "55e86196f520daf5e146cd52ca77f2772b4378f8625ba156bf6df25c"
|
|
80
82
|
}
|