@seeka-labs/sdk-apps-core 2.0.21-alpha.0 → 2.2.2
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/package.json +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seeka-labs/sdk-apps-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "Seeka - Apps SDK - Core",
|
|
5
5
|
"author": "SEEKA <platform@seeka.co>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,15 +23,14 @@
|
|
|
23
23
|
"clean": "rimraf build package dist",
|
|
24
24
|
"build": "yarn esbuild src/index.ts --outfile=dist/lib/sdk-apps-core.module.js --bundle --analyze --platform=node --format=esm --packages=external --minify --sourcemap && yarn tsc --emitDeclarationOnly",
|
|
25
25
|
"dev": "yarn esbuild src/index.ts --outfile=dist/lib/sdk-apps-core.module.js --bundle --analyze --platform=node --format=esm --packages=external --sourcemap && yarn tsc --emitDeclarationOnly",
|
|
26
|
-
"build:ci": "yarn
|
|
26
|
+
"build:ci": "yarn run build"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"yup": "^1.6.1"
|
|
29
|
+
"@types/node": "^24",
|
|
30
|
+
"esbuild": "^0",
|
|
31
|
+
"rimraf": "^6",
|
|
32
|
+
"typescript": "^5",
|
|
33
|
+
"yup": "^1"
|
|
35
34
|
},
|
|
36
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "642ed62df0a2a50857e352fe65de6f3adc0c4f5d"
|
|
37
36
|
}
|