Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch pnpm + fix CI #30

Closed
wants to merge 29 commits into from
Closed

Switch pnpm + fix CI #30

wants to merge 29 commits into from

Commits on Oct 7, 2023

  1. Big rewrite of the library:

    * merge netsuite-rest and suiteql
    * switch to typescript
    * switch to ESM to be able to use latest got version
    * switch tests to vitest
    julbrs committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    c312122 View commit details
    Browse the repository at this point in the history
  2. v0.1.3

    julbrs committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    87d0604 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. better error message handling

    julbrs committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4bc6273 View commit details
    Browse the repository at this point in the history
  2. v0.1.4

    julbrs committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    41d2c6d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Add renovate.json

    renovate[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    cbf8638 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from julbrs/renovate/configure

    Configure Renovate
    julbrs authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d79af30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc8bf7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93a3852 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from julbrs/renovate/actions-checkout-4.x

    Update actions/checkout action to v4
    julbrs authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9b0e832 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from julbrs/renovate/actions-setup-node-3.x

    Update actions/setup-node action to v3
    julbrs authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1491728 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    c46f291 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Merge pull request #5 from julbrs/renovate/actions-setup-node-4.x

    Update actions/setup-node action to v4
    julbrs authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    30fc447 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. fix: correct prop on request!

    julbrs committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    f0940b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cef7466 View commit details
    Browse the repository at this point in the history
  3. v1.0.0

    julbrs committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    fc1e3f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    1de6bd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    77495ad View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    0bdd97a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    2596306 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge pull request #9 from julbrs/renovate/major-vitest-monorepo

    chore(deps): update vitest monorepo to v1 (major)
    julbrs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    21c94c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2520e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from CorneaGen/add-headers-to-response

    Added headers to type and request return
    julbrs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0faf07b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from julbrs/renovate/vitest-monorepo

    chore(deps): update vitest monorepo to v1.3.1
    julbrs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b595c0d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from julbrs/renovate/typescript-5.x-lockfile

    chore(deps): update dependency typescript to v5.3.3
    julbrs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a08f820 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10 from julbrs/renovate/dotenv-16.x-lockfile

    chore(deps): update dependency dotenv to v16.4.5
    julbrs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a6635a5 View commit details
    Browse the repository at this point in the history
  7. feat: add header signature

    julbrs committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    944ca38 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #12 from julbrs/adjust-header-signature

    Add header signature
    julbrs authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    621518c View commit details
    Browse the repository at this point in the history
  9. v1.0.1

    julbrs committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ce13251 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. switch to pnpm and fix CI

    julbrs committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    778915a View commit details
    Browse the repository at this point in the history