diff --git a/libs/features/mas/commerce/internal/data-source-utils-0.3.1.tgz b/libs/features/mas/commerce/internal/data-source-utils-0.3.1.tgz new file mode 100644 index 0000000000..53e4c0f804 Binary files /dev/null and b/libs/features/mas/commerce/internal/data-source-utils-0.3.1.tgz differ diff --git a/libs/features/mas/commerce/internal/fetch-1.3.4.tgz b/libs/features/mas/commerce/internal/fetch-1.3.4.tgz new file mode 100644 index 0000000000..39cc87d6df Binary files /dev/null and b/libs/features/mas/commerce/internal/fetch-1.3.4.tgz differ diff --git a/libs/features/mas/commerce/internal/logger-1.3.0.tgz b/libs/features/mas/commerce/internal/logger-1.3.0.tgz new file mode 100644 index 0000000000..4ea7a759ab Binary files /dev/null and b/libs/features/mas/commerce/internal/logger-1.3.0.tgz differ diff --git a/libs/features/mas/commerce/package.json b/libs/features/mas/commerce/package.json index 2da4688bc0..97aaa3c82d 100644 --- a/libs/features/mas/commerce/package.json +++ b/libs/features/mas/commerce/package.json @@ -22,7 +22,10 @@ "@dexter/tacocat-consonant-templates": "file:./internal/tacocat-consonant-templates-1.13.0.tgz", "@dexter/tacocat-core": "file:./internal/tacocat-core-1.13.0.tgz", "@pandora/commerce-checkout-url-builder": "file:./internal/commerce-checkout-url-builder-1.6.0.tgz", - "@pandora/data-models-odm": "file:./internal/data-models-odm-0.5.4.tgz" + "@pandora/data-models-odm": "file:./internal/data-models-odm-0.5.4.tgz", + "@pandora/data-source-utils": "file:./internal/data-source-utils-0.3.1.tgz", + "@pandora/fetch": "file:./internal/fetch-1.3.4.tgz", + "@pandora/logger": "file:./internal/logger-1.3.0.tgz" }, "devDependencies": { "@web/dev-server-import-maps": "^0.1.1", diff --git a/libs/features/mas/package-lock.json b/libs/features/mas/package-lock.json index 267574ae79..50c44c2a05 100644 --- a/libs/features/mas/package-lock.json +++ b/libs/features/mas/package-lock.json @@ -71,7 +71,10 @@ "@dexter/tacocat-consonant-templates": "file:./internal/tacocat-consonant-templates-1.13.0.tgz", "@dexter/tacocat-core": "file:./internal/tacocat-core-1.13.0.tgz", "@pandora/commerce-checkout-url-builder": "file:./internal/commerce-checkout-url-builder-1.6.0.tgz", - "@pandora/data-models-odm": "file:./internal/data-models-odm-0.5.4.tgz" + "@pandora/data-models-odm": "file:./internal/data-models-odm-0.5.4.tgz", + "@pandora/data-source-utils": "file:./internal/data-source-utils-0.3.1.tgz", + "@pandora/fetch": "file:./internal/fetch-1.3.4.tgz", + "@pandora/logger": "file:./internal/logger-1.3.0.tgz" }, "devDependencies": { "@web/dev-server-import-maps": "^0.1.1", @@ -958,18 +961,18 @@ }, "node_modules/@pandora/data-source-utils": { "version": "0.3.1", - "resolved": "https://artifactory.corp.adobe.com/artifactory/api/npm/npm-pandora-release/@pandora/data-source-utils/-/@pandora/data-source-utils-0.3.1.tgz", + "resolved": "file:commerce/internal/data-source-utils-0.3.1.tgz", "integrity": "sha512-BL73lgHIV/R1o5oJ5ZZlYkA0q9hKL/W0r6e+C10tEyF2fTlGGIQIfAxDhWLxQk5hFFCO9d9TznsdfFExxxFLrg==", "dependencies": { "@pandora/fetch": "^1.0.1" } }, "node_modules/@pandora/fetch": { - "version": "1.3.5", - "resolved": "https://artifactory.corp.adobe.com/artifactory/api/npm/npm-pandora-release/@pandora/fetch/-/@pandora/fetch-1.3.5.tgz", - "integrity": "sha512-gn1dtP1zqKvXC7YU4orSYqeUE3x4zbDrvID4Xb4O5i23xTw59jbGSqTwgfZ98e42SwlLlJd4LrsvBabUBThf+A==", + "version": "1.3.4", + "resolved": "file:commerce/internal/fetch-1.3.4.tgz", + "integrity": "sha512-ZV4CH/lFgFhQ76Ek54z9swQGTdKfRjYlIMLo+PNPCUbWmEVlIqPUZBuYkwe+77nrkXsyRf4oVhehDjQaeMz8Ow==", "dependencies": { - "@opentelemetry/api": "^1.9.0", + "@opentelemetry/api": "^1.6.0", "@pandora/logger": "^1.3.0", "cross-fetch": "^4.0.0", "p-timeout": "^4.1.0" @@ -977,7 +980,7 @@ }, "node_modules/@pandora/logger": { "version": "1.3.0", - "resolved": "https://artifactory.corp.adobe.com/artifactory/api/npm/npm-pandora-release/@pandora/logger/-/@pandora/logger-1.3.0.tgz", + "resolved": "file:commerce/internal/logger-1.3.0.tgz", "integrity": "sha512-pFHi7CCUTEg3+PGgF7gvpOneB9qlkfwfSbGIwMhp47Me4uIGgHocnyqKxn2AUtIR2DKN26zESGRIypuKttA+aw==", "dependencies": { "browser-bunyan": "^1.5.3",