Skip to content

Commit 9b8acfc

Browse files
authored
Merge pull request #46 from retejs/headless
Headless
2 parents 014aa85 + 24cce2f commit 9b8acfc

File tree

897 files changed

+67
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

897 files changed

+67
-157
lines changed

.github/workflows/update-all-snapshots.yml

Lines changed: 0 additions & 126 deletions
This file was deleted.

.github/workflows/update-snapshots.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ on:
88
required: true
99
type: string
1010
description: Stack
11+
default: react
1112
version:
1213
required: true
1314
type: number
1415
description: Stack version
16+
default: 18
1517
node:
1618
type: number
1719
description: 'Node.js version (default: 16)'
@@ -46,10 +48,12 @@ on:
4648
- angular
4749
- svelte
4850
- lit-vite
51+
default: react
4952
version:
5053
required: true
5154
type: number
5255
description: Stack version
56+
default: 18
5357
node:
5458
type: number
5559
description: 'Node.js version (default: 16)'
@@ -125,7 +129,7 @@ jobs:
125129
run: rete-qa test -s ${{ inputs.name }} -sv ${{ inputs.version }} -u
126130
- name: Get path to snapshots
127131
id: get_snapshots
128-
run: echo "path=$(npm root -g)/rete-qa/snapshots/${{ inputs.name }}${{ inputs.version }}" >> $GITHUB_OUTPUT
132+
run: echo "path=$(npm root -g)/rete-qa/snapshots" >> $GITHUB_OUTPUT
129133
- uses: actions/upload-artifact@v3
130134
if: always()
131135
with:
@@ -155,7 +159,7 @@ jobs:
155159
ref: ${{ inputs.branch }}
156160
- name: Get path to snapshots
157161
id: snapshots_folder
158-
run: echo "path=./snapshots/${{ inputs.name }}${{ inputs.version }}" >> $GITHUB_OUTPUT
162+
run: echo "path=./snapshots" >> $GITHUB_OUTPUT
159163

160164
- name: Clear old snapshots
161165
run: rm -rf ${{ steps.snapshots_folder.outputs.path }}

.npmignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

package-lock.json

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"devDependencies": {
3131
"@types/tinycolor2": "^1.4.3",
3232
"nodemon": "^2.0.20",
33-
"rete-kit": "^1.8.3",
33+
"rete-kit": "^1.9.2",
3434
"typescript": "^4.9.5"
3535
},
3636
"peerDependencies": {
37-
"rete-kit": "^1.8.3"
37+
"rete-kit": "^1.9.2"
3838
},
3939
"dependencies": {
4040
"@playwright/test": "^1.37.1",

release.config.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
-29.9 KB
Binary file not shown.
-30.8 KB
Binary file not shown.
-25.8 KB
Binary file not shown.
-27.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)