@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raisenow/tamaro-cli",
3
- "version": "1.8.0-dev.7",
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
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env sh
2
-
3
- corepack enable pnpm
4
- corepack prepare --activate
5
-
6
- pnpm lint-staged
@@ -1,6 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
5
- </profile>
6
- </component>
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>
@@ -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
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
- </component>
6
- </project>
@@ -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
- &quot;keyToString&quot;: {
28
- &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
29
- &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
30
- &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
31
- &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
32
- &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
33
- &quot;nodejs_package_manager_path&quot;: &quot;pnpm&quot;,
34
- &quot;prettierjs.PrettierConfiguration.Package&quot;: &quot;/Users/sigerello/dev/_raisenow/tools/tamaro-cli/node_modules/prettier&quot;,
35
- &quot;ts.external.directory.path&quot;: &quot;/Users/sigerello/dev/_raisenow/tools/tamaro-cli/node_modules/typescript/lib&quot;,
36
- &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
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
@@ -1,8 +0,0 @@
1
- .history/*
2
- .idea/*
3
- dist/*
4
- node_modules/*
5
- pnpm-lock.yaml
6
- tsconfig.eslint.json
7
- tsconfig.json
8
- *.md
@@ -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