Skip to content

tier npm package dependency error #19

Description

@mandrillxx

What is the issue?

Critical dependency: the request of a dependency is an expression

Import trace for requested module:
./node_modules/.pnpm/tier@5.10.0/node_modules/tier/dist/mjs/get-client.js
./node_modules/.pnpm/tier@5.10.0/node_modules/tier/dist/mjs/index.js
./app/(public)/pricing/page.tsx

Steps to reproduce

import { pull } from "tier";

async function pullLatestPricing() {
    const pricingData = await pull();
    return pricingData;
}

const latestInfo = await pullLatestPricing();

Are there any recent changes that introduced the issue?

No response

OS

Windows

OS version

windows 11

Tier version

0.11.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions