-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
30941ae
commit b65b92b
Showing
32 changed files
with
268 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"2022d2f62c9cfb43","duration":8798} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"23b28561290ffbf8","duration":7274} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"4a696e6ff26972f7","duration":5312} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"5d3d0564d6cc9d20","duration":3521} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"83197e266a69c9d7","duration":7007} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"8bb3a08cb588d77f","duration":7083} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"dce1156da84f7f28","duration":4812} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"f34bd7ba2876e54e","duration":7991} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"faf8b3d573392f42","duration":4924} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
yarn run v1.22.22 | ||
$ rimraf ./lib && tsc | ||
Done in 4.51s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
yarn run v1.22.22 | ||
$ rimraf lib && rollup -c && yarn update-root-changelog | ||
[36m | ||
[1msrc/index.ts[22m → [1mlib/index.cjs.js, lib/index.es.js[22m...[39m | ||
[1m[33m(!) Entry module "src/index.ts" is implicitly using "default" export mode, which means for CommonJS output that its default export is assigned to "module.exports". For many tools, such CommonJS output will not be interchangeable with the original ES module. If this is intended, explicitly set "output.exports" to either "auto" or "default", otherwise you might want to consider changing the signature of "src/index.ts" to use named exports only.[39m[22m | ||
[90mhttps://rollupjs.org/guide/en/#outputexports[39m | ||
[1msrc/index.ts[22m | ||
[32mcreated [1mlib/index.cjs.js, lib/index.es.js[22m in [1m5.4s[22m[39m | ||
$ cp ./lib/index.cjs.js ../../.changeset/changelog.js | ||
Done in 6.74s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
yarn run v1.22.22 | ||
$ rimraf lib && tsc | ||
Done in 7.77s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
yarn run v1.22.22 | ||
$ rimraf lib && rollup -c | ||
[36m | ||
[1msrc/index.ts[22m → [1mlib/index.cjs.js, lib/index.es.js[22m...[39m | ||
[32mcreated [1mlib/index.cjs.js, lib/index.es.js[22m in [1m7.1s[22m[39m | ||
Done in 8.54s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
yarn run v1.22.22 | ||
$ rimraf lib && rollup -c | ||
[36m | ||
[1msrc/index.ts[22m → [1mlib/index.cjs.js, lib/index.es.js[22m...[39m | ||
[32mcreated [1mlib/index.cjs.js, lib/index.es.js[22m in [1m2.8s[22m[39m | ||
Done in 3.37s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
yarn run v1.22.22 | ||
$ tsup | ||
CLI Building entry: {"index":"src/index.ts","client":"src/client.ts"} | ||
CLI Using tsconfig: tsconfig.json | ||
CLI tsup v8.0.1 | ||
CLI Using tsup config: /home/runner/work/vue-storefront/vue-storefront/packages/next/tsup.config.ts | ||
CLI Target: es2015 | ||
CJS Build start | ||
ESM Build start | ||
ESM dist/index.mjs 3.21 KB | ||
ESM dist/client.mjs 4.08 KB | ||
ESM dist/chunk-FUJQIYOF.mjs 1.30 KB | ||
ESM ⚡️ Build success in 33ms | ||
CJS dist/index.js 4.94 KB | ||
CJS dist/client.js 7.03 KB | ||
CJS ⚡️ Build success in 33ms | ||
DTS Build start | ||
"PropsWithChildren" is imported from external module "react" but never used in "src/state.tsx" and "src/sdk/types.ts". | ||
DTS ⚡️ Build success in 4314ms | ||
DTS dist/index.d.ts 3.38 KB | ||
DTS dist/client.d.ts 1.27 KB | ||
DTS dist/types-TuCCvExK.d.ts 6.30 KB | ||
DTS dist/index.d.mts 3.38 KB | ||
DTS dist/client.d.mts 1.27 KB | ||
DTS dist/types-TuCCvExK.d.mts 6.30 KB | ||
Done in 5.14s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
yarn run v1.22.22 | ||
$ nuxt-module-build build | ||
[info] Building nuxt | ||
[info] Cleaning dist directory: `./dist` | ||
[nuxt] Expected `@nuxt/kit` to be at least `3.12.2` but got `3.11.2`. This might lead to unexpected behavior. Check your package.json or refresh your lockfile. | ||
[nuxt] Expected `@nuxt/schema` to be at least `3.12.2` but got `3.11.2`. This might lead to unexpected behavior. Check your package.json or refresh your lockfile. | ||
[success] Build succeeded for nuxt | ||
[log] dist/runtime (total size: 7.33 kB) | ||
└─ dist/runtime/utils/composeMiddlewareUrl.d.ts (404 B) | ||
└─ dist/runtime/defineSdkConfig.template (2.85 kB) | ||
└─ dist/runtime/utils/composeMiddlewareUrl.js (862 B) | ||
└─ dist/runtime/utils/defaults.js (487 B) | ||
└─ dist/runtime/utils/defaults.d.ts (887 B) | ||
└─ dist/runtime/plugin.template (302 B) | ||
└─ dist/runtime/types.template (786 B) | ||
└─ dist/runtime/useSdk.template (295 B) | ||
└─ dist/runtime/useSfState.template (458 B) | ||
[log] dist/module.mjs (total size: 2.93 kB, chunk size: 2.93 kB, exports: default) | ||
|
||
Σ Total dist size (byte size): 13.9 kB | ||
[log] | ||
Done in 7.12s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
yarn run v1.22.22 | ||
warning package.json: License should be a valid SPDX license expression | ||
$ rimraf lib && rollup -c | ||
[36m | ||
[1msrc/index.ts[22m → [1mlib/index.cjs.js, lib/index.es.js[22m...[39m | ||
[32mcreated [1mlib/index.cjs.js, lib/index.es.js[22m in [1m5.9s[22m[39m | ||
Done in 6.78s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
yarn run v1.22.22 | ||
$ rimraf lib && rollup -c | ||
[36m | ||
[1msrc/index.ts[22m → [1mlib/index.cjs.js, lib/index.es.js[22m...[39m | ||
[32mcreated [1mlib/index.cjs.js, lib/index.es.js[22m in [1m4.1s[22m[39m | ||
Done in 4.78s. |