@dialpad/i18n 1.22.1 → 1.22.3

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.
@@ -0,0 +1,2 @@
1
+ {"kind":"O","text":"Invoking: echo 'needs migration to use @dialpad/eslint-config' \n"}
2
+ {"kind":"O","text":"needs migration to use @dialpad/eslint-config\n"}
@@ -0,0 +1,24 @@
1
+ {
2
+ "files": {
3
+ "packages/i18n/.eslintignore": "1521c8b7652b1eec8ed4fe50877aae880c758ee3",
4
+ "packages/i18n/.eslintrc.cjs": "1eca07632b4762f57e40cccd4b808bc18c884601",
5
+ "packages/i18n/.prettierignore": "f9bf3e12a0286559870c1b9dd351fced90e4453a",
6
+ "packages/i18n/.rush/temp/shrinkwrap-deps.json": "fe14fa042556f6d48e7eaa5525661ec58f77941b",
7
+ "packages/i18n/CHANGELOG.json": "07cfd686ea54acf3207a34c390d71453f582fa76",
8
+ "packages/i18n/CHANGELOG.md": "b53dc872100344d1b67d779d214bb943312b1d94",
9
+ "packages/i18n/README.md": "ccab724d6b7c5304790e52bbed87b7415b4ad15f",
10
+ "packages/i18n/base-tsconfig.json": "e4ff7f322e6888e7347ef42d468b717928d9cf3d",
11
+ "packages/i18n/eslint-tsconfig.json": "689b2ed5a1dad17383d038ba1f7c434f6dfe2448",
12
+ "packages/i18n/index.html": "0ac726f481ef9093213d67a9e2176be12da9abc7",
13
+ "packages/i18n/index.ts": "e5271326e515dea0105fa4bc9aa4e3072fda8fa8",
14
+ "packages/i18n/package.json": "03cb72e387e3699f03f60b09bb3930299280c1e8",
15
+ "packages/i18n/src/__test__/locale-manager.find.test.ts": "700205de770e909c3b0b18854c1d460ec4dbb2c4",
16
+ "packages/i18n/src/__test__/locale-manager.formatters.test.ts": "47b3077e0441472c04ada1f3e82939b5c8dd77da",
17
+ "packages/i18n/src/__test__/locale-manager.multiple.test.ts": "3209b4134a45132ba045b0c8e04163f90abb00d1",
18
+ "packages/i18n/src/__test__/locale-manager.test.ts": "36a3ac02ce76c125ad546f6195f9949d017a9c2e",
19
+ "packages/i18n/src/locale-manager.ts": "a4105f44026e7ea388d5335f72084729e73ca835",
20
+ "packages/i18n/tsconfig.json": "b0fc97224f5467ae8f83e9301e826eda5ef8b1c6",
21
+ "packages/i18n/vite.config.ts": "7f0701b5913cbec70bde2530c1d6bb0d1f17216d"
22
+ },
23
+ "arguments": "echo 'needs migration to use @dialpad/eslint-config' "
24
+ }
Binary file
package/package.json CHANGED
@@ -1,33 +1,15 @@
1
1
  {
2
2
  "name": "@dialpad/i18n",
3
- "version": "1.22.1",
3
+ "version": "1.22.3",
4
4
  "private": false,
5
5
  "description": "Dialpad's internationalization library",
6
6
  "author": "Dialpad",
7
7
  "license": "UNLICENSED",
8
8
  "type": "module",
9
- "scripts": {
10
- "typecheck": "rushx types:check",
11
- "typecheck:ci": "rushx typecheck",
12
- "lint": "echo 'needs migration to use @dialpad/eslint-config'",
13
- "lint:ci": "echo 'needs migration to use @dialpad/eslint-config'",
14
- "format": "prettier ./ --write",
15
- "format:ci": "prettier ./ --check",
16
- "test": "vitest",
17
- "test:ci": "rushx test 2>&1",
18
- "coverage": "vitest run --coverage --passWithNoTests",
19
- "coverage:open": "rushx coverage && open coverage/index.html",
20
- "build": "run-p build:*",
21
- "build:main": "vite build --config vite.config.ts",
22
- "build:types": "rushx types:build",
23
- "types:build": "tsc",
24
- "types:check": "tsc --noEmit"
25
- },
26
9
  "dependencies": {
27
- "@dialpad/i18n-services": "workspace:*"
10
+ "@dialpad/i18n-services": "1.11.0"
28
11
  },
29
12
  "devDependencies": {
30
- "@dialpad/eslint-config": "workspace:*",
31
13
  "@vitejs/plugin-vue": "~5.1.4",
32
14
  "npm-run-all": "4.1.5",
33
15
  "prettier": "~2.8.8",
@@ -36,7 +18,8 @@
36
18
  "vue": "~3.5.12",
37
19
  "vue-tsc": "1.8.8",
38
20
  "vitest": "~2.1.4",
39
- "eslint": "~9.13.0"
21
+ "eslint": "~9.13.0",
22
+ "@dialpad/eslint-config": "2.1.0"
40
23
  },
41
24
  "exports": {
42
25
  "import": "./dist/i18n.js",
@@ -52,5 +35,22 @@
52
35
  "repository": {
53
36
  "type": "git",
54
37
  "url": "https://github.com/dialpad/web-clients.git"
38
+ },
39
+ "scripts": {
40
+ "typecheck": "rushx types:check",
41
+ "typecheck:ci": "rushx typecheck",
42
+ "lint": "echo 'needs migration to use @dialpad/eslint-config'",
43
+ "lint:ci": "echo 'needs migration to use @dialpad/eslint-config'",
44
+ "format": "prettier ./ --write",
45
+ "format:ci": "prettier ./ --check",
46
+ "test": "vitest",
47
+ "test:ci": "rushx test 2>&1",
48
+ "coverage": "vitest run --coverage --passWithNoTests",
49
+ "coverage:open": "rushx coverage && open coverage/index.html",
50
+ "build": "run-p build:*",
51
+ "build:main": "vite build --config vite.config.ts",
52
+ "build:types": "rushx types:build",
53
+ "types:build": "tsc",
54
+ "types:check": "tsc --noEmit"
55
55
  }
56
- }
56
+ }
File without changes
@@ -0,0 +1,2 @@
1
+ Invoking: echo 'needs migration to use @dialpad/eslint-config'
2
+ needs migration to use @dialpad/eslint-config