@inlang/sdk 0.34.10 → 0.35.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaultProjectSettings.d.ts","sourceRoot":"","sources":["../src/defaultProjectSettings.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;
|
|
1
|
+
{"version":3,"file":"defaultProjectSettings.d.ts","sourceRoot":"","sources":["../src/defaultProjectSettings.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;CAmBR,CAAA"}
|
|
@@ -11,7 +11,6 @@ export const defaultProjectSettings = {
|
|
|
11
11
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@latest/dist/index.js",
|
|
12
12
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@latest/dist/index.js",
|
|
13
13
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@latest/dist/index.js",
|
|
14
|
-
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-valid-js-identifier@latest/dist/index.js",
|
|
15
14
|
// default to the message format plugin because it supports all features
|
|
16
15
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@latest/dist/index.js",
|
|
17
16
|
// the m function matcher should be installed by default in case Sherlock (VS Code extension) is adopted
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inlang/sdk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.35.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"murmurhash3js": "^3.0.1",
|
|
34
34
|
"solid-js": "1.6.12",
|
|
35
35
|
"throttle-debounce": "^5.0.0",
|
|
36
|
-
"@inlang/message": "2.1.0",
|
|
37
36
|
"@inlang/json-types": "1.1.0",
|
|
38
37
|
"@inlang/language-tag": "1.5.1",
|
|
39
|
-
"@inlang/module": "1.2.11",
|
|
40
|
-
"@inlang/message-lint-rule": "1.4.7",
|
|
41
38
|
"@inlang/plugin": "2.4.11",
|
|
39
|
+
"@inlang/message": "2.1.0",
|
|
42
40
|
"@inlang/project-settings": "2.4.2",
|
|
41
|
+
"@inlang/message-lint-rule": "1.4.7",
|
|
43
42
|
"@inlang/result": "1.1.0",
|
|
44
|
-
"@inlang/
|
|
43
|
+
"@inlang/module": "1.2.11",
|
|
44
|
+
"@lix-js/client": "1.4.0",
|
|
45
45
|
"@lix-js/fs": "1.0.0",
|
|
46
|
-
"@
|
|
46
|
+
"@inlang/translatable": "1.3.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/debug": "^4.1.12",
|
|
@@ -13,7 +13,6 @@ export const defaultProjectSettings = {
|
|
|
13
13
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@latest/dist/index.js",
|
|
14
14
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@latest/dist/index.js",
|
|
15
15
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@latest/dist/index.js",
|
|
16
|
-
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-valid-js-identifier@latest/dist/index.js",
|
|
17
16
|
|
|
18
17
|
// default to the message format plugin because it supports all features
|
|
19
18
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@latest/dist/index.js",
|