@keymanapp/developer-utils 18.0.243 → 18.0.245
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/README.md +12 -12
- package/build/src/types/import/46/cldr_info.json +5 -5
- package/build/src/types/import/46/keys-Latn-implied.xml +80 -80
- package/build/src/types/import/46/keys-Zyyy-currency.xml +15 -15
- package/build/src/types/import/46/keys-Zyyy-punctuation.xml +45 -45
- package/build/src/types/import/46/scanCodes-implied.xml +53 -53
- package/build/src/utils/KeymanSentry.js +7 -7
- package/build/src/utils/validate-mit-license.js +12 -12
- package/build/test/tsconfig.tsbuildinfo +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +52 -51
package/package.json
CHANGED
|
@@ -1,51 +1,52 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@keymanapp/developer-utils",
|
|
3
|
-
"description": "Keyman Developer utilities",
|
|
4
|
-
"type": "module",
|
|
5
|
-
"exports": {
|
|
6
|
-
".": "./build/src/index.js"
|
|
7
|
-
},
|
|
8
|
-
"files": [
|
|
9
|
-
"/build/"
|
|
10
|
-
],
|
|
11
|
-
"dependencies": {
|
|
12
|
-
"@keymanapp/common-types": "18.0.
|
|
13
|
-
"@sentry/node": "^7.57.0",
|
|
14
|
-
"eventemitter3": "^5.0.0",
|
|
15
|
-
"fast-xml-parser": "^5.0.9",
|
|
16
|
-
"path-browserify": "^1.0.1",
|
|
17
|
-
"restructure": "^3.0.1",
|
|
18
|
-
"sax": ">=0.6.0",
|
|
19
|
-
"semver": "^7.5.4",
|
|
20
|
-
"xmlbuilder": "~11.0.0"
|
|
21
|
-
},
|
|
22
|
-
"devDependencies": {
|
|
23
|
-
"@types/git-diff": "^2.0.3",
|
|
24
|
-
"@types/node": "^20.4.1",
|
|
25
|
-
"@types/path-browserify": "^1.0.3",
|
|
26
|
-
"@types/semver": "^7.3.12",
|
|
27
|
-
"c8": "^7.12.0",
|
|
28
|
-
"git-diff": "^2.0.6",
|
|
29
|
-
"mocha": "^8.4.0",
|
|
30
|
-
"typescript": "^5.4.5"
|
|
31
|
-
},
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "tsc -b"
|
|
34
|
-
},
|
|
35
|
-
"mocha": {
|
|
36
|
-
"spec": "build/test/**/*.tests.js",
|
|
37
|
-
"require": [
|
|
38
|
-
"source-map-support/register"
|
|
39
|
-
]
|
|
40
|
-
},
|
|
41
|
-
"author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
|
|
42
|
-
"license": "MIT",
|
|
43
|
-
"bugs": {
|
|
44
|
-
"url": "https://github.com/keymanapp/keyman/issues"
|
|
45
|
-
},
|
|
46
|
-
"repository": {
|
|
47
|
-
"type": "git",
|
|
48
|
-
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@keymanapp/developer-utils",
|
|
3
|
+
"description": "Keyman Developer utilities",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"exports": {
|
|
6
|
+
".": "./build/src/index.js"
|
|
7
|
+
},
|
|
8
|
+
"files": [
|
|
9
|
+
"/build/"
|
|
10
|
+
],
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@keymanapp/common-types": "18.0.245",
|
|
13
|
+
"@sentry/node": "^7.57.0",
|
|
14
|
+
"eventemitter3": "^5.0.0",
|
|
15
|
+
"fast-xml-parser": "^5.0.9",
|
|
16
|
+
"path-browserify": "^1.0.1",
|
|
17
|
+
"restructure": "^3.0.1",
|
|
18
|
+
"sax": ">=0.6.0",
|
|
19
|
+
"semver": "^7.5.4",
|
|
20
|
+
"xmlbuilder": "~11.0.0"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@types/git-diff": "^2.0.3",
|
|
24
|
+
"@types/node": "^20.4.1",
|
|
25
|
+
"@types/path-browserify": "^1.0.3",
|
|
26
|
+
"@types/semver": "^7.3.12",
|
|
27
|
+
"c8": "^7.12.0",
|
|
28
|
+
"git-diff": "^2.0.6",
|
|
29
|
+
"mocha": "^8.4.0",
|
|
30
|
+
"typescript": "^5.4.5"
|
|
31
|
+
},
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "tsc -b"
|
|
34
|
+
},
|
|
35
|
+
"mocha": {
|
|
36
|
+
"spec": "build/test/**/*.tests.js",
|
|
37
|
+
"require": [
|
|
38
|
+
"source-map-support/register"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
|
|
42
|
+
"license": "MIT",
|
|
43
|
+
"bugs": {
|
|
44
|
+
"url": "https://github.com/keymanapp/keyman/issues"
|
|
45
|
+
},
|
|
46
|
+
"repository": {
|
|
47
|
+
"type": "git",
|
|
48
|
+
"url": "git+https://github.com/keymanapp/keyman.git",
|
|
49
|
+
"directory": "developer/src/common/web/utils"
|
|
50
|
+
},
|
|
51
|
+
"version": "18.0.245"
|
|
52
|
+
}
|