@akinon/pz-one-click-checkout 1.17.0 → 1.17.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @akinon/pz-one-click-checkout
2
2
 
3
+ ## 1.17.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Update README files
8
+
3
9
  ## 1.17.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -1,37 +1,5 @@
1
1
  # pz-one-click-checkout
2
2
 
3
- ### Install the npm package
4
-
5
- ```
6
- # For latest version
7
-
8
- yarn add git+ssh://git@bitbucket.org:akinonteam/pz-one-click-checkout.git
9
-
10
- # For specific version
11
-
12
- yarn add git+ssh://git@bitbucket.org:akinonteam/pz-one-click-checkout.git#COMMIT_HASH
13
-
14
- ```
15
-
16
- ### Next Config Configuration
17
-
18
- **next.config.js**
19
-
20
- ```javascript
21
- transpilePackages: ['pz-one-click-checkout'],
22
- ```
23
-
24
- ### tailwind.config.js Configuration
25
-
26
- **tailwind.config.js**
27
-
28
- ```javascript
29
- module.exports = {
30
- content: ["..", "...", "./node_modules/pz-*/src/**/*.{js,ts,jsx,tsx}"],
31
- };
32
- ```
33
-
34
-
35
3
  ### Usage in plugin module system
36
4
  ```javascript
37
5
  import PluginModule, { Component } from '@akinon/next/components/plugin-module';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-one-click-checkout",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "main": "./src/index.ts",
5
5
  "module": "./src/index.ts",
6
6
  "license": "MIT",