@intuned/runtime 1.1.0 → 1.1.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intuned/runtime",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Intuned runtime",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js",
|
|
@@ -58,55 +58,44 @@
|
|
|
58
58
|
"check-auth-session": "./bin/check-auth-session"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@babel/plugin-syntax-dynamic-import": "
|
|
62
|
-
"@rollup/plugin-commonjs": "
|
|
63
|
-
"@rollup/plugin-dynamic-import-vars": "
|
|
64
|
-
"@rollup/plugin-json": "
|
|
65
|
-
"@rollup/plugin-node-resolve": "
|
|
66
|
-
"@rollup/plugin-typescript": "
|
|
67
|
-
"@
|
|
68
|
-
"@types/
|
|
69
|
-
"@types/
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"applicationinsights": "^2.9.2",
|
|
73
|
-
"async-retry": "^1.3.3",
|
|
74
|
-
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
61
|
+
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
62
|
+
"@rollup/plugin-commonjs": "25.0.2",
|
|
63
|
+
"@rollup/plugin-dynamic-import-vars": "2.0.4",
|
|
64
|
+
"@rollup/plugin-json": "6.0.0",
|
|
65
|
+
"@rollup/plugin-node-resolve": "15.1.0",
|
|
66
|
+
"@rollup/plugin-typescript": "11.1.2",
|
|
67
|
+
"@types/fs-extra": "11.0.1",
|
|
68
|
+
"@types/lodash": "4.14.200",
|
|
69
|
+
"@types/node": "20.4.1",
|
|
70
|
+
"applicationinsights": "2.9.2",
|
|
71
|
+
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
75
72
|
"boxen": "8.0.1",
|
|
76
73
|
"chalk": "^4.1.2",
|
|
77
74
|
"commander": "^11.0.0",
|
|
78
75
|
"cross-fetch": "^4.0.0",
|
|
79
76
|
"dotenv": "^16.3.1",
|
|
80
|
-
"express": "4.20.0",
|
|
81
|
-
"fastify": "^4.19.2",
|
|
82
|
-
"file-type": "16.5.4",
|
|
83
77
|
"fs-extra": "^11.3.0",
|
|
84
|
-
"https-proxy-agent": "^7.0.5",
|
|
85
78
|
"image-size": "^1.1.1",
|
|
86
79
|
"inquirer": "12.6.0",
|
|
87
|
-
"jsonwebtoken": "
|
|
88
|
-
"lodash": "
|
|
89
|
-
"milliparsec": "
|
|
80
|
+
"jsonwebtoken": "9.0.2",
|
|
81
|
+
"lodash": "4.17.21",
|
|
82
|
+
"milliparsec": "2.3.0",
|
|
90
83
|
"minimatch": "10.0.1",
|
|
91
|
-
"ms": "^2.1.3",
|
|
92
84
|
"nanoid": "3",
|
|
93
|
-
"neverthrow": "
|
|
85
|
+
"neverthrow": "6.1.0",
|
|
94
86
|
"playwright": "1.44.1",
|
|
95
|
-
"playwright-extra": "
|
|
96
|
-
"prettier": "
|
|
97
|
-
"promptly": "
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"tslib": "^2.6.0",
|
|
105
|
-
"typescript": "^5.1.6",
|
|
87
|
+
"playwright-extra": "4.3.6",
|
|
88
|
+
"prettier": "2.8.0",
|
|
89
|
+
"promptly": "3.2.0",
|
|
90
|
+
"rollup": "3.26.2",
|
|
91
|
+
"source-map": "0.7.4",
|
|
92
|
+
"ts-morph": "21.0.1",
|
|
93
|
+
"ts-node": "10.9.1",
|
|
94
|
+
"tslib": "2.6.0",
|
|
95
|
+
"typescript": "5.1.6",
|
|
106
96
|
"uuid": "11.1.0",
|
|
107
|
-
"wait-on": "
|
|
108
|
-
"zod": "^3.21.4"
|
|
109
|
-
"zod-validation-error": "^3.0.3"
|
|
97
|
+
"wait-on": "7.2.0",
|
|
98
|
+
"zod": "^3.21.4"
|
|
110
99
|
},
|
|
111
100
|
"devDependencies": {
|
|
112
101
|
"@babel/cli": "^7.23.4",
|
package/template.tsconfig.json
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
|
-
"module": "ESNext",
|
|
4
3
|
"target": "ES2021",
|
|
5
|
-
"lib": [
|
|
6
|
-
"dom",
|
|
7
|
-
"es2021"
|
|
8
|
-
],
|
|
4
|
+
"lib": ["dom", "es2021"],
|
|
9
5
|
"resolveJsonModule": true,
|
|
10
6
|
"esModuleInterop": true,
|
|
11
|
-
"moduleResolution": "
|
|
7
|
+
"moduleResolution": "bundler",
|
|
8
|
+
"module": "esnext",
|
|
12
9
|
"skipLibCheck": true
|
|
13
10
|
}
|
|
14
|
-
}
|
|
11
|
+
}
|