datocms-plugin-commercelayer 1.0.1 → 2.0.0

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/README.md CHANGED
@@ -4,13 +4,13 @@ A plugin that allows users to search and select Commerce Layer SKUs.
4
4
 
5
5
  ## Credentials (Commerce Layer)
6
6
 
7
- Go in your Commerce Layer project > Settings > Applications and create a new `datocms` application. It should look something like this:
7
+ Go in your Commerce Layer dashboard > Organization > Integration and create a new `datocms` application. It should look something like this:
8
8
 
9
- ![Application](docs/application.jpg)
9
+ ![Application](docs/application.png)
10
10
 
11
- Get the application's Base endpoint and Client ID:
11
+ Get the application's Base endpoint, Client ID ans Client secret:
12
12
 
13
- ![Credentials](docs/credentials.jpg)
13
+ ![Credentials](docs/credentials.png)
14
14
 
15
15
  ## Configuration (DatoCMS)
16
16
 
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "./static/css/main.aa1f469f.css",
4
- "main.js": "./static/js/main.f5c0d024.js",
4
+ "main.js": "./static/js/main.53a4e766.js",
5
5
  "index.html": "./index.html",
6
6
  "main.aa1f469f.css.map": "./static/css/main.aa1f469f.css.map",
7
- "main.f5c0d024.js.map": "./static/js/main.f5c0d024.js.map"
7
+ "main.53a4e766.js.map": "./static/js/main.53a4e766.js.map"
8
8
  },
9
9
  "entrypoints": [
10
10
  "static/css/main.aa1f469f.css",
11
- "static/js/main.f5c0d024.js"
11
+ "static/js/main.53a4e766.js"
12
12
  ]
13
13
  }
package/build/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><script defer="defer" src="./static/js/main.f5c0d024.js"></script><link href="./static/css/main.aa1f469f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><script defer="defer" src="./static/js/main.53a4e766.js"></script><link href="./static/css/main.aa1f469f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>