@gem-sdk/adapter-common 21.0.0 → 21.1.0-staging.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,13 @@
1
- import type * as Cart from './cart';
2
- import type * as Checkout from './checkout';
3
- import type * as Common from './common';
1
+ import type { GlobalStyleConfig, TypographyProps } from './global-style';
2
+ import type * as Wishlist from './wishlist';
4
3
  import type * as Customer from './customer';
5
- import type * as Login from './login';
6
- import type * as Logout from './logout';
7
- import type * as Page from './page';
4
+ import type * as Checkout from './checkout';
8
5
  import type * as Product from './product';
9
6
  import type * as Signup from './signup';
7
+ import type * as Logout from './logout';
8
+ import type * as Common from './common';
9
+ import type * as Login from './login';
10
10
  import type * as Site from './site';
11
- import type * as Wishlist from './wishlist';
12
- import type { GlobalStyleConfig, TypographyProps } from './global-style';
11
+ import type * as Page from './page';
12
+ import type * as Cart from './cart';
13
13
  export type { Cart, Checkout, Common, Customer, Login, Logout, Page, Product, Signup, Site, Wishlist, GlobalStyleConfig, TypographyProps, };
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@gem-sdk/adapter-common",
3
- "version": "21.0.0",
3
+ "version": "21.1.0-staging.40",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
8
8
  "scripts": {
9
- "pre:publish": "node ./scripts/convert-publish.js -p",
10
- "post:publish": "node ./scripts/convert-publish.js",
11
- "cleanup": "rimraf es dist lib",
12
9
  "prebuild": "yarn cleanup",
13
- "ts-types": "node ../../node_modules/typescript/bin/tsc -p tsconfig.json --emitDeclarationOnly --noEmit false",
14
10
  "build": "yarn ts-types",
15
- "type-check": "node ../../node_modules/typescript7/bin/tsc --noEmit",
16
- "lint": "oxlint --format=stylish ./src"
11
+ "cleanup": "rimraf es dist lib",
12
+ "lint": "oxlint --format=stylish ./src",
13
+ "post:publish": "node ./scripts/convert-publish.js",
14
+ "pre:publish": "node ./scripts/convert-publish.js -p",
15
+ "ts-types": "node ../../node_modules/typescript/bin/tsc -p tsconfig.json --emitDeclarationOnly --noEmit false",
16
+ "type-check": "node ../../node_modules/typescript7/bin/tsc --noEmit"
17
17
  },
18
18
  "types": "dist/types/index.d.ts",
19
19
  "exports": {