@intuned/runtime-dev 1.0.6-cli.8 → 1.0.6-cli.8.0.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/dist/commands/common/projectExclusions.d.ts +2 -0
- package/dist/commands/common/projectExclusions.js +8 -0
- package/dist/commands/common/tsNodeImport.js +0 -2
- package/dist/commands/common/utils/unixSocket.d.ts +1 -0
- package/dist/commands/deploy/utils.js +2 -2
- package/dist/commands/init/init.js +3 -4
- package/dist/commands/init/utils.d.ts +3 -3
- package/dist/commands/init/utils.js +32 -21
- package/dist/commands/intuned-run/intuned-run.js +8 -6
- package/dist/commands/intuned-run/utils.js +1 -0
- package/dist/common/asyncLocalStorage/index.d.ts +2 -1
- package/dist/common/asyncLocalStorage/index.js +2 -5
- package/dist/common/cli/constants.d.ts +0 -0
- package/dist/common/cli/constants.js +1 -0
- package/dist/common/cli/types.d.ts +52 -0
- package/dist/common/cli/types.js +7 -0
- package/dist/common/cli/utils.d.ts +5 -0
- package/dist/common/cli/utils.js +39 -0
- package/dist/common/runApi/index.js +0 -2
- package/dist/common/runApi/types.d.ts +2 -2
- package/package.json +2 -3
- package/{my-intuned-project → r}/api/book-details.ts +0 -1
- package/r/api/books-all.ts +35 -0
- package/r/api/c.ts +0 -0
- package/{my-intuned-project → r}/package.json +1 -4
- package/r/tsconfig.json +47 -0
- package/r/utils/books.ts +32 -0
- package/{my-intuned-project → r}/yarn.lock +1 -10
- package/WebTemplate.zip +0 -0
- package/my-intuned-project/api/books-all.ts +0 -68
- package/my-intuned-project/emp/Intuned.json +0 -18
- package/my-intuned-project/emp/____testParameters/learn/actions/download.json +0 -8
- package/my-intuned-project/emp/____testParameters/learn/actions/fillForm.json +0 -1
- package/my-intuned-project/emp/____testParameters/learn/actions/upload.json +0 -8
- package/my-intuned-project/emp/____testParameters/learn/data-extraction/ai-extraction.json +0 -1
- package/my-intuned-project/emp/____testParameters/learn/data-extraction/extract-data-from-content.json +0 -1
- package/my-intuned-project/emp/____testParameters/learn/data-extraction/markdown-extraction.json +0 -8
- package/my-intuned-project/emp/____testParameters/learn/data-extraction/optimized-array-exteractor.json +0 -32
- package/my-intuned-project/emp/____testParameters/learn/data-extraction/optimized-object-extractor.json +0 -1
- package/my-intuned-project/emp/____testParameters/learn/data-extraction/pdf.json +0 -8
- package/my-intuned-project/emp/____testParameters/learn/playwright/fill-and-submit-forms.json +0 -1
- package/my-intuned-project/emp/____testParameters/learn/playwright/iframes.json +0 -1
- package/my-intuned-project/emp/____testParameters/learn/playwright/inject-code.json +0 -1
- package/my-intuned-project/emp/____testParameters/learn/playwright/locators-and-actions.json +0 -1
- package/my-intuned-project/emp/____testParameters/learn/playwright/navigation.json +0 -1
- package/my-intuned-project/emp/____testParameters/learn/playwright/network-interception.json +0 -1
- package/my-intuned-project/emp/____testParameters/learn/playwright/scrape-data.json +0 -1
- package/my-intuned-project/emp/____testParameters/learn/playwright/wait-for-state-change.json +0 -1
- package/my-intuned-project/emp/api/learn/actions/download.ts +0 -71
- package/my-intuned-project/emp/api/learn/actions/fillForm.ts +0 -223
- package/my-intuned-project/emp/api/learn/actions/upload.ts +0 -38
- package/my-intuned-project/emp/api/learn/data-extraction/ai-extraction.ts +0 -72
- package/my-intuned-project/emp/api/learn/data-extraction/extract-data-from-content.ts +0 -76
- package/my-intuned-project/emp/api/learn/data-extraction/markdown-extraction.ts +0 -47
- package/my-intuned-project/emp/api/learn/data-extraction/optimized-array-exteractor.ts +0 -49
- package/my-intuned-project/emp/api/learn/data-extraction/optimized-object-extractor.ts +0 -54
- package/my-intuned-project/emp/api/learn/data-extraction/pdf.ts +0 -123
- package/my-intuned-project/emp/api/learn/playwright/fill-and-submit-forms.ts +0 -73
- package/my-intuned-project/emp/api/learn/playwright/iframes.ts +0 -22
- package/my-intuned-project/emp/api/learn/playwright/inject-code.ts +0 -40
- package/my-intuned-project/emp/api/learn/playwright/locators-and-actions.ts +0 -58
- package/my-intuned-project/emp/api/learn/playwright/navigation.ts +0 -25
- package/my-intuned-project/emp/api/learn/playwright/network-interception.ts +0 -43
- package/my-intuned-project/emp/api/learn/playwright/scrape-data.ts +0 -58
- package/my-intuned-project/emp/api/learn/playwright/wait-for-state-change.ts +0 -44
- package/my-intuned-project/emp/api/sample.ts +0 -15
- package/my-intuned-project/emp/package.json +0 -31
- package/my-intuned-project/emp/utils/helpers.ts +0 -3
- package/my-intuned-project/emp/yarn.lock +0 -4530
- package/my-intuned-project/params/bookInput.json +0 -3
- /package/{my-intuned-project → r}/Intuned.json +0 -0
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "Default",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "default template",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"tags": [],
|
|
7
|
-
"scripts": {
|
|
8
|
-
"dev:local": "intuned-api-run sample playwright -j '{}'",
|
|
9
|
-
"dev": "intuned-api-run",
|
|
10
|
-
"debug": "node --inspect-brk ./node_modules/.bin/intuned-api-run",
|
|
11
|
-
"build": "intuned-build",
|
|
12
|
-
"types-check": "intuned-ts-check",
|
|
13
|
-
"pre-publish": "intuned-ts-check && intuned-build",
|
|
14
|
-
"start": "node ./output/bundle_v2.js",
|
|
15
|
-
"browser-save-state": "intuned-browser-save-state",
|
|
16
|
-
"auth-session-check": "intuned-auth-session-check",
|
|
17
|
-
"auth-session-create": "intuned-auth-session-create",
|
|
18
|
-
"auth-session-refresh": "intuned-auth-session-refresh",
|
|
19
|
-
"auth-session-load": "intuned-auth-session-load"
|
|
20
|
-
},
|
|
21
|
-
"author": "",
|
|
22
|
-
"license": "ISC",
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@intuned/runtime": "1.0.5",
|
|
25
|
-
"@intuned/sdk": "2.0.2",
|
|
26
|
-
"@types/intuned__sdk": "npm:@intuned/sdk-types@2.0.2",
|
|
27
|
-
"@types/node": "^20.10.3",
|
|
28
|
-
"playwright": "1.44.1",
|
|
29
|
-
"playwright-core": "1.44.1"
|
|
30
|
-
}
|
|
31
|
-
}
|