@raisenow/tamaro-cli 1.8.0-dev.7 → 1.9.0-dev.1
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/README.md +11 -0
- package/dist/cli.js +371 -29
- package/dist/{env-CSg7BrvF.js → env-JzPIlctP.js} +58 -12
- package/dist/webpack.config.js +1 -1
- package/package.json +9 -2
- package/.husky/pre-commit +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/tamaro-cli.iml +0 -12
- package/.idea/vcs.xml +0 -6
- package/.idea/workspace.xml +0 -55
- package/.nvmrc +0 -1
- package/.prettierignore +0 -8
- package/bitbucket-pipelines.yml +0 -40
- package/out-tsc/lib/tsconfig.lib.tsbuildinfo +0 -1
- package/out-tsc/node/eslint.config.d.ts +0 -5
- package/out-tsc/node/eslint.config.d.ts.map +0 -1
- package/out-tsc/node/tsconfig.node.tsbuildinfo +0 -1
- package/out-tsc/node/tsdown.config.d.ts +0 -3
- package/out-tsc/node/tsdown.config.d.ts.map +0 -1
- package/out-tsc/node/vitest.config.d.ts +0 -3
- package/out-tsc/node/vitest.config.d.ts.map +0 -1
- package/out-tsc/spec/tsconfig.spec.tsbuildinfo +0 -1
- package/renovate.json +0 -3
- package/tsconfig.base.json +0 -25
- package/tsconfig.lib.json +0 -25
- package/tsconfig.node.json +0 -18
- package/tsconfig.spec.json +0 -29
- package/tsdown.config.ts +0 -13
- package/vitest.config.ts +0 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raisenow/tamaro-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0-dev.1",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "RaiseNow",
|
|
6
6
|
"email": "development@raisenow.com"
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"yarn": "please-use-pnpm"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
+
"@aws-sdk/client-s3": "^3.1002.0",
|
|
17
18
|
"@babel/cli": "^7.28.6",
|
|
18
19
|
"@babel/core": "^7.29.0",
|
|
19
20
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
@@ -43,6 +44,7 @@
|
|
|
43
44
|
"css-loader": "^7.1.4",
|
|
44
45
|
"css-minimizer-webpack-plugin": "^8.0.0",
|
|
45
46
|
"dotenv": "^17.4.2",
|
|
47
|
+
"env-paths": "^4.0.0",
|
|
46
48
|
"escape-string-regexp": "^5.0.0",
|
|
47
49
|
"eslint-webpack-plugin": "^6.0.0",
|
|
48
50
|
"execa": "^9.6.1",
|
|
@@ -53,10 +55,13 @@
|
|
|
53
55
|
"handlebars-helpers": "^0.10.0",
|
|
54
56
|
"html-loader": "^5.1.0",
|
|
55
57
|
"html-webpack-plugin": "^5.6.6",
|
|
58
|
+
"js-yaml": "^4.1.1",
|
|
56
59
|
"json-loader": "^0.5.7",
|
|
60
|
+
"ky": "^1.14.3",
|
|
57
61
|
"lodash": "^4.18.1",
|
|
58
62
|
"mini-css-extract-plugin": "^2.10.2",
|
|
59
63
|
"node-notifier": "^10.0.1",
|
|
64
|
+
"open": "^11.0.0",
|
|
60
65
|
"portfinder": "^1.0.38",
|
|
61
66
|
"postcss": "^8.5.9",
|
|
62
67
|
"postcss-import": "^16.1.1",
|
|
@@ -79,11 +84,13 @@
|
|
|
79
84
|
"webpack-cli": "^7.0.2",
|
|
80
85
|
"webpack-config-utils": "^2.3.1",
|
|
81
86
|
"webpack-dev-server": "^5.2.3",
|
|
82
|
-
"yaml-loader": "^0.9.0"
|
|
87
|
+
"yaml-loader": "^0.9.0",
|
|
88
|
+
"zod": "^4.3.6"
|
|
83
89
|
},
|
|
84
90
|
"devDependencies": {
|
|
85
91
|
"@rnw-npm/eslint-config": "^2.0.0",
|
|
86
92
|
"@rnw-npm/prettier-config": "^1.0.0",
|
|
93
|
+
"@types/js-yaml": "^4.0.9",
|
|
87
94
|
"eslint": "^10.2.0",
|
|
88
95
|
"husky": "^9.1.7",
|
|
89
96
|
"lint-staged": "^16.4.0",
|
package/.husky/pre-commit
DELETED
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/tamaro-cli.iml" filepath="$PROJECT_DIR$/.idea/tamaro-cli.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
package/.idea/tamaro-cli.iml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$">
|
|
5
|
-
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
6
|
-
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
7
|
-
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
-
</content>
|
|
9
|
-
<orderEntry type="inheritedJdk" />
|
|
10
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
-
</component>
|
|
12
|
-
</module>
|
package/.idea/vcs.xml
DELETED
package/.idea/workspace.xml
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ChangeListManager">
|
|
4
|
-
<list default="true" id="03cc3f97-55ca-4737-9fe2-779ac8457ab2" name="Changes" comment="">
|
|
5
|
-
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
6
|
-
</list>
|
|
7
|
-
<option name="SHOW_DIALOG" value="false" />
|
|
8
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
9
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
10
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
11
|
-
</component>
|
|
12
|
-
<component name="Git.Settings">
|
|
13
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
14
|
-
</component>
|
|
15
|
-
<component name="MarkdownSettingsMigration">
|
|
16
|
-
<option name="stateVersion" value="1" />
|
|
17
|
-
</component>
|
|
18
|
-
<component name="ProjectId" id="3BwvHZOW2N4A0f0JXo7q8qDzYwY" />
|
|
19
|
-
<component name="ProjectViewState">
|
|
20
|
-
<option name="autoscrollFromSource" value="true" />
|
|
21
|
-
<option name="autoscrollToSource" value="true" />
|
|
22
|
-
<option name="hideEmptyMiddlePackages" value="true" />
|
|
23
|
-
<option name="showLibraryContents" value="true" />
|
|
24
|
-
<option name="showMembers" value="true" />
|
|
25
|
-
</component>
|
|
26
|
-
<component name="PropertiesComponent">{
|
|
27
|
-
"keyToString": {
|
|
28
|
-
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
29
|
-
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
30
|
-
"WebServerToolWindowFactoryState": "false",
|
|
31
|
-
"node.js.detected.package.eslint": "true",
|
|
32
|
-
"node.js.selected.package.eslint": "(autodetect)",
|
|
33
|
-
"nodejs_package_manager_path": "pnpm",
|
|
34
|
-
"prettierjs.PrettierConfiguration.Package": "/Users/sigerello/dev/_raisenow/tools/tamaro-cli/node_modules/prettier",
|
|
35
|
-
"ts.external.directory.path": "/Users/sigerello/dev/_raisenow/tools/tamaro-cli/node_modules/typescript/lib",
|
|
36
|
-
"vue.rearranger.settings.migration": "true"
|
|
37
|
-
}
|
|
38
|
-
}</component>
|
|
39
|
-
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
40
|
-
<component name="TaskManager">
|
|
41
|
-
<task active="true" id="Default" summary="Default task">
|
|
42
|
-
<changelist id="03cc3f97-55ca-4737-9fe2-779ac8457ab2" name="Changes" comment="" />
|
|
43
|
-
<created>1775412859839</created>
|
|
44
|
-
<option name="number" value="Default" />
|
|
45
|
-
<option name="presentableId" value="Default" />
|
|
46
|
-
<updated>1775412859839</updated>
|
|
47
|
-
<workItem from="1775412861312" duration="2060000" />
|
|
48
|
-
<workItem from="1776174639969" duration="648000" />
|
|
49
|
-
</task>
|
|
50
|
-
<servers />
|
|
51
|
-
</component>
|
|
52
|
-
<component name="TypeScriptGeneratedFilesManager">
|
|
53
|
-
<option name="version" value="3" />
|
|
54
|
-
</component>
|
|
55
|
-
</project>
|
package/.nvmrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
22.22.2
|
package/.prettierignore
DELETED
package/bitbucket-pipelines.yml
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
image: node:22.22.2
|
|
2
|
-
|
|
3
|
-
definitions:
|
|
4
|
-
caches:
|
|
5
|
-
node:
|
|
6
|
-
key:
|
|
7
|
-
files:
|
|
8
|
-
- pnpm-lock.yaml
|
|
9
|
-
- package.json
|
|
10
|
-
path: node_modules
|
|
11
|
-
pnpm:
|
|
12
|
-
key:
|
|
13
|
-
files:
|
|
14
|
-
- pnpm-lock.yaml
|
|
15
|
-
- package.json
|
|
16
|
-
path: $BITBUCKET_CLONE_DIR/.pnpm-store
|
|
17
|
-
scripts:
|
|
18
|
-
initialize: &initialize |-
|
|
19
|
-
corepack enable pnpm
|
|
20
|
-
corepack prepare --activate
|
|
21
|
-
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN_READ_ONLY
|
|
22
|
-
pnpm install --prefer-offline
|
|
23
|
-
steps:
|
|
24
|
-
- step: &check
|
|
25
|
-
name: Check
|
|
26
|
-
caches:
|
|
27
|
-
- node
|
|
28
|
-
- pnpm
|
|
29
|
-
script:
|
|
30
|
-
- *initialize
|
|
31
|
-
- pnpm lint
|
|
32
|
-
- pnpm typecheck
|
|
33
|
-
- pnpm test
|
|
34
|
-
# Do not bother for dev deps
|
|
35
|
-
# @see https://raisenow.atlassian.net/wiki/spaces/PD/pages/5680037889/TP+RFC+014+-+Unsafe+Outdated+Libraries+Upgrades#Regular-upgrade-of-NPM-libraries-versions
|
|
36
|
-
# - pnpm audit --audit-level=critical --prod
|
|
37
|
-
|
|
38
|
-
pipelines:
|
|
39
|
-
default:
|
|
40
|
-
- step: *check
|