breaking: rename package names to be consistent and under @medusajs scope (#9580)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@medusajs/file-local-next",
|
||||
"name": "@medusajs/file-local",
|
||||
"version": "0.0.2",
|
||||
"description": "Local filesystem file storage for Medusa",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { ILockingModule } from "@medusajs/framework/types"
|
||||
import { Modules, promiseAll } from "@medusajs/framework/utils"
|
||||
import { moduleIntegrationTestRunner } from "medusa-test-utils"
|
||||
import { moduleIntegrationTestRunner } from "@medusajs/test-utils"
|
||||
import { setTimeout } from "node:timers/promises"
|
||||
|
||||
jest.setTimeout(5000)
|
||||
|
||||
Reference in New Issue
Block a user