Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nibble-4bits/aws-local-stepfunctions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: nibble-4bits/aws-local-stepfunctions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref

Commits on Feb 4, 2024

  1. Copy the full SHA
    fbb1a47 View commit details
  2. Copy the full SHA
    d90fddf View commit details
  3. Copy the full SHA
    1fdd9b2 View commit details
  4. Upgrade tsup to v8.0.1

    nibble-4bits committed Feb 4, 2024
    Copy the full SHA
    5889ec3 View commit details
  5. Copy the full SHA
    d16ba48 View commit details
  6. Copy the full SHA
    56a2941 View commit details
  7. Copy the full SHA
    89867fc View commit details
  8. Copy the full SHA
    2e4f0a3 View commit details

Commits on Feb 17, 2024

  1. Copy the full SHA
    3e546c9 View commit details
  2. Copy the full SHA
    756afbb View commit details
  3. Copy the full SHA
    ddbbbd7 View commit details

Commits on Mar 10, 2024

  1. Copy the full SHA
    97c5b72 View commit details
  2. Merge pull request #92 from nibble-4bits/chore/bump-to-node18

    Chore/bump to node18
    nibble-4bits authored Mar 10, 2024
    Copy the full SHA
    7d769bc View commit details
  3. Add build:watch script

    nibble-4bits committed Mar 10, 2024
    Copy the full SHA
    6d198fb View commit details
  4. Copy the full SHA
    d4aef21 View commit details
  5. Copy the full SHA
    f16e5a5 View commit details
  6. Copy the full SHA
    c0c6ca2 View commit details
  7. Copy the full SHA
    7c06455 View commit details
  8. Copy the full SHA
    0572afa View commit details
  9. Copy the full SHA
    a1b9964 View commit details
  10. Copy the full SHA
    132b191 View commit details
  11. Copy the full SHA
    0dbc721 View commit details
  12. Copy the full SHA
    63524e1 View commit details
  13. Copy the full SHA
    7b1f232 View commit details
  14. Copy the full SHA
    a763de9 View commit details
  15. Copy the full SHA
    36c51cc View commit details
  16. Copy the full SHA
    c446c68 View commit details
  17. Copy the full SHA
    a292b40 View commit details
  18. Copy the full SHA
    645117e View commit details

Commits on May 28, 2024

  1. Copy the full SHA
    446b59c View commit details
  2. Copy the full SHA
    5993770 View commit details
  3. Merge pull request #93 from nibble-4bits/refactor-18

    Refactor 18
    nibble-4bits authored May 28, 2024
    Copy the full SHA
    6d8317a View commit details
  4. Copy the full SHA
    cf3b9e0 View commit details

Commits on Nov 17, 2024

  1. Bump rollup from 4.18.0 to 4.27.2

    Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.27.2.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.18.0...v4.27.2)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 17, 2024
    Copy the full SHA
    204946c View commit details
  2. Bump jsonpath-plus and asl-validator

    Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) and [asl-validator](https://github.com/ChristopheBougere/asl-validator). These dependencies needed to be updated together.
    
    Updates `jsonpath-plus` from 7.2.0 to 10.2.0
    - [Release notes](https://github.com/s3u/JSONPath/releases)
    - [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
    - [Commits](https://github.com/s3u/JSONPath/commits)
    
    Updates `asl-validator` from 3.8.2 to 3.9.0
    - [Release notes](https://github.com/ChristopheBougere/asl-validator/releases)
    - [Commits](ChristopheBougere/asl-validator@3.8.2...3.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsonpath-plus
      dependency-type: direct:production
    - dependency-name: asl-validator
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 17, 2024
    Copy the full SHA
    86bfc21 View commit details
  3. Merge pull request #95 from nibble-4bits/dependabot/npm_and_yarn/roll…

    …up-4.27.2
    
    Bump rollup from 4.18.0 to 4.27.2
    nibble-4bits authored Nov 17, 2024
    Copy the full SHA
    968716a View commit details
  4. Copy the full SHA
    c8a8d2d View commit details
  5. Merge pull request #96 from nibble-4bits/dependabot/npm_and_yarn/mult…

    …i-9812b410f2
    
    Bump jsonpath-plus and asl-validator
    nibble-4bits authored Nov 17, 2024
    Copy the full SHA
    31826fd View commit details
  6. Copy the full SHA
    ba48091 View commit details
  7. Copy the full SHA
    a249735 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/pr-run-tests.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run tests
2 changes: 1 addition & 1 deletion .github/workflows/prepare-for-release.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -2,5 +2,6 @@
"editor.formatOnSave": true,
"eslint.validate": ["typescript"],
"eslint.alwaysShowStatus": true,
"files.eol": "auto"
"files.eol": "auto",
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 1 addition & 1 deletion __tests__/intrinsicFunctions/StatesHash.test.ts
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ describe('States.Hash intrinsic function', () => {
expect(funcCallWrapper).toThrow(StatesRuntimeError);
});

test('should throw error if passed hashing algorithm is not one of the supported algorithms', () => {
test('should throw error if passed hash algorithm is not one of the supported algorithms', () => {
const func = new StatesHash();
const input = {};
const context = {};
Loading