@aidc-toolkit/core 0.9.16-beta → 0.9.18-beta
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/core.iml +9 -0
- package/package.json +5 -7
- package/typedoc.json +1 -3
package/core.iml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
+
<exclude-output />
|
|
5
|
+
<content url="file://$MODULE_DIR$" />
|
|
6
|
+
<orderEntry type="inheritedJdk" />
|
|
7
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
8
|
+
</component>
|
|
9
|
+
</module>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aidc-toolkit/core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.18-beta",
|
|
4
4
|
"description": "Core functionality for AIDC Toolkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,20 +19,18 @@
|
|
|
19
19
|
"url": "https://www.linkedin.com/in/kdean"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
|
-
"update-aidc-toolkit": "npm update @aidc-toolkit/dev",
|
|
23
22
|
"lint": "eslint",
|
|
24
23
|
"build:core": "rimraf dist && tsc --project",
|
|
25
24
|
"build:dev": "npm run build:core -- node_modules/@aidc-toolkit/dev/tsconfig-build-dev.json",
|
|
26
25
|
"build:release": "npm run build:core -- node_modules/@aidc-toolkit/dev/tsconfig-build.json",
|
|
27
|
-
"build:doc": "npm run build:dev"
|
|
28
|
-
"publish-dev": "publish-dev"
|
|
26
|
+
"build:doc": "npm run build:dev"
|
|
29
27
|
},
|
|
30
28
|
"devDependencies": {
|
|
31
|
-
"@aidc-toolkit/dev": "^0.9.
|
|
29
|
+
"@aidc-toolkit/dev": "^0.9.18-beta"
|
|
32
30
|
},
|
|
33
31
|
"dependencies": {
|
|
34
|
-
"i18next": "^
|
|
35
|
-
"i18next-browser-languagedetector": "^8.0
|
|
32
|
+
"i18next": "^25.2.1",
|
|
33
|
+
"i18next-browser-languagedetector": "^8.1.0",
|
|
36
34
|
"i18next-cli-language-detector": "^1.1.8"
|
|
37
35
|
}
|
|
38
36
|
}
|