@wavemaker/studio-runtime-integration 12.0.0-next.140521 → 12.0.0-next.45503
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wavemaker/studio-runtime-integration",
|
3
|
-
"version": "12.0.0-next.
|
3
|
+
"version": "12.0.0-next.45503",
|
4
4
|
"description": "",
|
5
5
|
"main": "index",
|
6
6
|
"scripts": {
|
7
7
|
"add:auto-code-complete": "ts-node src/app/code-intellisense/declaration-file-process-script.ts",
|
8
|
-
"build": "tsc && webpack
|
8
|
+
"build": "tsc && webpack --mode development && node ./scripts/build.js post-build"
|
9
9
|
},
|
10
10
|
"author": "",
|
11
11
|
"license": "ISC",
|
@@ -14,13 +14,14 @@
|
|
14
14
|
"fs-extra": "^11.2.0",
|
15
15
|
"tar": "^7.4.3",
|
16
16
|
"ts-loader": "^9.5.1",
|
17
|
+
"typescript": "5.4.5",
|
17
18
|
"webpack": "^5.93.0",
|
18
19
|
"webpack-cli": "^5.1.4",
|
19
20
|
"yargs": "^17.7.2"
|
20
21
|
},
|
21
22
|
"dependencies": {
|
22
|
-
"@wavemaker/app-ng-runtime": "12.0.0-next.
|
23
|
-
"@wavemaker/variables": "12.0.0-next.
|
23
|
+
"@wavemaker/app-ng-runtime": "12.0.0-next.45503",
|
24
|
+
"@wavemaker/variables": "12.0.0-next.45503"
|
24
25
|
},
|
25
26
|
"module": "index",
|
26
27
|
"exports": {
|