@storecraft/dashboard 1.0.11 → 1.0.12

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.
@@ -6,7 +6,7 @@
6
6
  <!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
8
  <title>Storecraft - Next Gen Commerce-As-Code</title>
9
- <script type="module" crossorigin src="/assets/index-Mf1yKRWi.js"></script>
9
+ <script type="module" crossorigin src="/assets/index-CdT-oZP-.js"></script>
10
10
  <link rel="stylesheet" crossorigin href="/assets/style-V32WbvBl.css">
11
11
  </head>
12
12
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storecraft/dashboard",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Storecraft Official Dashboard",
5
5
  "license": "MIT",
6
6
  "author": "Tomer Shalev (https://github.com/store-craft)",
@@ -32,14 +32,13 @@
32
32
  "dashboard:lib:build": "vite build -c vite.lib.config.js",
33
33
  "dashboard:lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
34
34
  "dashboard:preview": "vite preview",
35
- "dashboard:publish": "npm publish --access public",
36
35
  "dashboard:analyze": "npx vite-bundle-visualizer -c vite.lib.config.js",
37
- "prepublishOnly": "npm run dashboard:build"
36
+ "prepublishOnly": "npm run dashboard:build && npm version patch --force"
38
37
  },
39
38
  "dependencies": {
40
39
  "@storecraft/core": "^1.0.0",
41
- "@storecraft/sdk": "^0.1.0",
42
- "@storecraft/sdk-react-hooks": "^0.1.0",
40
+ "@storecraft/sdk": "^1.0.0",
41
+ "@storecraft/sdk-react-hooks": "^1.0.0",
43
42
  "@uiw/react-md-editor": "^3.18.1",
44
43
  "@monaco-editor/react": "^4.6.0",
45
44
  "monaco-editor": "^0.48.0",
package/dist/a.html DELETED
@@ -1,31 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Storecraft - Next Gen Commerce-As-Code</title>
8
- <script
9
- id='_storecraft_script_' type='text/javascript'
10
- async="false" defer="false" src="index.umd.cjs" >
11
- </script>
12
- <script type='text/javascript'>
13
- console.log('StorecraftDashboard')
14
-
15
- var script = document.querySelector('#_storecraft_script_');
16
-
17
- script.addEventListener(
18
- 'load',
19
- function() {
20
- window.StorecraftDashboard.mountStorecraftDashboard(
21
- document.getElementById('root')
22
- )
23
- }
24
- );
25
-
26
- </script>
27
- </head>
28
- <body>
29
- <div id="root"></div>
30
- </body>
31
- </html>