@common-stack/generate-plugin 6.0.2-alpha.1 → 6.0.2-alpha.2

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.
@@ -28,11 +28,11 @@
28
28
  "@casl/ability": "^4.1.5",
29
29
  "@cdm-logger/client": "^9.0.3",
30
30
  "@cdm-logger/server": "^9.0.3",
31
- "@common-stack/client-core": "6.0.1-alpha.0",
32
- "@common-stack/core": "6.0.1-alpha.0",
33
- "@common-stack/server-core": "6.0.1-alpha.0",
34
- "@common-stack/server-stack": "6.0.1-alpha.0",
35
- "@common-stack/store-mongo": "6.0.1-alpha.0",
31
+ "@common-stack/client-core": "6.0.2-alpha.1",
32
+ "@common-stack/core": "6.0.2-alpha.1",
33
+ "@common-stack/server-core": "6.0.2-alpha.1",
34
+ "@common-stack/server-stack": "6.0.2-alpha.1",
35
+ "@common-stack/store-mongo": "6.0.2-alpha.1",
36
36
  "@container-stack/mailing-api": "5.2.1-alpha.1",
37
37
  "app-root-path": "^3.0.0",
38
38
  "body-parser": "^1.19.0",
@@ -62,9 +62,9 @@
62
62
  "peerDependencies": {
63
63
  "@apollo/client": ">=3.0.0",
64
64
  "@cdm-logger/server": ">=9.0.3",
65
- "@common-stack/core": "6.0.1-alpha.0",
66
- "@common-stack/server-core": "6.0.1-alpha.0",
67
- "@common-stack/store-mongo": "6.0.1-alpha.0",
65
+ "@common-stack/core": "6.0.2-alpha.1",
66
+ "@common-stack/server-core": "6.0.2-alpha.1",
67
+ "@common-stack/store-mongo": "6.0.2-alpha.1",
68
68
  "@container-stack/mailing-api": ">=0.0.35-alpha.1",
69
69
  "@vscode-alt/monaco-editor": "^0.21.4",
70
70
  "inversify": "^5.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/generate-plugin",
3
- "version": "6.0.2-alpha.1",
3
+ "version": "6.0.2-alpha.2",
4
4
  "type": "module",
5
5
  "main": "./lib/index.mjs",
6
6
  "typings": "./lib/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "watch": "yarn build:lib:watch"
18
18
  },
19
19
  "dependencies": {
20
- "@common-stack/rollup-vite-utils": "6.0.2-alpha.1",
20
+ "@common-stack/rollup-vite-utils": "6.0.2-alpha.2",
21
21
  "@nx/devkit": "19.5.1",
22
22
  "tslib": "^2.3.0"
23
23
  },
@@ -26,5 +26,5 @@
26
26
  },
27
27
  "executors": "./executors.json",
28
28
  "generators": "./generators.json",
29
- "gitHead": "c13fa6b22a45926ce70f69b5d1215bad58bf40bb"
29
+ "gitHead": "3d13ba346c1d248c87c53ef1c95037ca83f0b5d1"
30
30
  }
@@ -159,7 +159,7 @@
159
159
  "@babel/preset-typescript": "^7.18.6",
160
160
  "@babel/register": "^7.18.9",
161
161
  "@babel/runtime": "^7.20.1",
162
- "@common-stack/env-list-loader": "6.0.1-alpha.0",
162
+ "@common-stack/env-list-loader": "6.0.2-alpha.1",
163
163
  "@emotion/babel-plugin": "^11.11.0",
164
164
  "@graphql-codegen/add": "^5.0.2",
165
165
  "@graphql-codegen/cli": "^5.0.2",
@@ -28,11 +28,11 @@
28
28
  "@casl/ability": "^4.1.5",
29
29
  "@cdm-logger/client": "^9.0.3",
30
30
  "@cdm-logger/server": "^9.0.3",
31
- "@common-stack/client-core": "6.0.1-alpha.0",
32
- "@common-stack/core": "6.0.1-alpha.0",
33
- "@common-stack/server-core": "6.0.1-alpha.0",
34
- "@common-stack/server-stack": "6.0.1-alpha.0",
35
- "@common-stack/store-mongo": "6.0.1-alpha.0",
31
+ "@common-stack/client-core": "6.0.2-alpha.1",
32
+ "@common-stack/core": "6.0.2-alpha.1",
33
+ "@common-stack/server-core": "6.0.2-alpha.1",
34
+ "@common-stack/server-stack": "6.0.2-alpha.1",
35
+ "@common-stack/store-mongo": "6.0.2-alpha.1",
36
36
  "@container-stack/mailing-api": "5.2.1-alpha.1",
37
37
  "app-root-path": "^3.0.0",
38
38
  "body-parser": "^1.19.0",
@@ -1,28 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
-
4
- <head>
5
- <base href="/">
6
- <meta charset="utf-8">
7
- <title>
8
- <%= htmlWebpackPlugin.options.title %>
9
- </title>
10
- <meta name="viewport" content="width=device-width, initial-scale=1">
11
- </head>
12
-
13
- <body>
14
- <div class="demo">
15
- <div id="root">
16
- Try building the demo:
17
- <pre>
18
- </pre> ...and refreshing this page!
19
- </div>
20
- </div>
21
- <footer class="dark">
22
- <section class="container copyright">
23
- CDMBase LLC
24
- </section>
25
- </footer>
26
- </body>
27
-
28
- </html>
@@ -1,28 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
-
4
- <head>
5
- <base href="/">
6
- <meta charset="utf-8">
7
- <title>
8
- <%= htmlWebpackPlugin.options.title %>
9
- </title>
10
- <meta name="viewport" content="width=device-width, initial-scale=1">
11
- </head>
12
-
13
- <body>
14
- <div class="demo">
15
- <div id="root">
16
- Try building the demo:
17
- <pre>
18
- </pre> ...and refreshing this page!
19
- </div>
20
- </div>
21
- <footer class="dark">
22
- <section class="container copyright">
23
- CDMBase LLC
24
- </section>
25
- </footer>
26
- </body>
27
-
28
- </html>