@etsoo/smarterp-core 1.1.13 → 1.1.14
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/lib/cjs/i18n/en.json +1 -0
- package/lib/cjs/i18n/zh-Hans.json +1 -0
- package/lib/cjs/i18n/zh-Hant.json +1 -0
- package/lib/mjs/i18n/en.json +1 -0
- package/lib/mjs/i18n/zh-Hans.json +1 -0
- package/lib/mjs/i18n/zh-Hant.json +1 -0
- package/package.json +11 -11
- package/src/i18n/en.json +1 -0
- package/src/i18n/zh-Hans.json +1 -0
- package/src/i18n/zh-Hant.json +1 -0
package/lib/cjs/i18n/en.json
CHANGED
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"oneTimePinEmailTip": "Enter up the One Time Pin just sent to your email address. If you can't find it, please check your spam folder.",
|
|
62
62
|
"oneTimePinMobileTip": "Enter up the One Time Pin just sent to your mobile phone number",
|
|
63
63
|
"options": "Options",
|
|
64
|
+
"orderIndex": "Order index",
|
|
64
65
|
"org": "Organization",
|
|
65
66
|
"orgName": "Org name",
|
|
66
67
|
"orgPin": "Org No.",
|
package/lib/mjs/i18n/en.json
CHANGED
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"oneTimePinEmailTip": "Enter up the One Time Pin just sent to your email address. If you can't find it, please check your spam folder.",
|
|
62
62
|
"oneTimePinMobileTip": "Enter up the One Time Pin just sent to your mobile phone number",
|
|
63
63
|
"options": "Options",
|
|
64
|
+
"orderIndex": "Order index",
|
|
64
65
|
"org": "Organization",
|
|
65
66
|
"orgName": "Org name",
|
|
66
67
|
"orgPin": "Org No.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etsoo/smarterp-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"description": "TypeScript APIs for SmartERP Core",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/mjs/index.js",
|
|
@@ -40,29 +40,29 @@
|
|
|
40
40
|
"license": "MIT",
|
|
41
41
|
"homepage": "https://github.com/ETSOO/smarterp-core#readme",
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@babel/cli": "^7.28.
|
|
44
|
-
"@babel/core": "^7.28.
|
|
43
|
+
"@babel/cli": "^7.28.6",
|
|
44
|
+
"@babel/core": "^7.28.6",
|
|
45
45
|
"@babel/plugin-transform-runtime": "^7.28.5",
|
|
46
|
-
"@babel/preset-env": "^7.28.
|
|
47
|
-
"@babel/runtime-corejs3": "^7.28.
|
|
48
|
-
"@types/react": "^19.2.
|
|
46
|
+
"@babel/preset-env": "^7.28.6",
|
|
47
|
+
"@babel/runtime-corejs3": "^7.28.6",
|
|
48
|
+
"@types/react": "^19.2.8",
|
|
49
49
|
"@types/react-dom": "^19.2.3",
|
|
50
50
|
"@vitejs/plugin-react": "^5.1.2",
|
|
51
51
|
"jsdom": "^27.4.0",
|
|
52
52
|
"typescript": "^5.9.3",
|
|
53
|
-
"vitest": "^4.0.
|
|
53
|
+
"vitest": "^4.0.17"
|
|
54
54
|
},
|
|
55
55
|
"overrides": {
|
|
56
56
|
"react": "$react",
|
|
57
57
|
"react-dom": "$react-dom"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@etsoo/appscript": "^1.6.
|
|
61
|
-
"@etsoo/materialui": "^1.
|
|
62
|
-
"@etsoo/react": "^1.8.
|
|
60
|
+
"@etsoo/appscript": "^1.6.53",
|
|
61
|
+
"@etsoo/materialui": "^1.6.7",
|
|
62
|
+
"@etsoo/react": "^1.8.71",
|
|
63
63
|
"@etsoo/shared": "^1.2.80",
|
|
64
64
|
"@etsoo/toolpad": "^1.0.44",
|
|
65
|
-
"@mui/material": "^7.3.
|
|
65
|
+
"@mui/material": "^7.3.7",
|
|
66
66
|
"ajv": "^8.17.1",
|
|
67
67
|
"ajv-formats": "^3.0.1",
|
|
68
68
|
"react": "^19.2.3",
|
package/src/i18n/en.json
CHANGED
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"oneTimePinEmailTip": "Enter up the One Time Pin just sent to your email address. If you can't find it, please check your spam folder.",
|
|
62
62
|
"oneTimePinMobileTip": "Enter up the One Time Pin just sent to your mobile phone number",
|
|
63
63
|
"options": "Options",
|
|
64
|
+
"orderIndex": "Order index",
|
|
64
65
|
"org": "Organization",
|
|
65
66
|
"orgName": "Org name",
|
|
66
67
|
"orgPin": "Org No.",
|
package/src/i18n/zh-Hans.json
CHANGED