cc-core-cli 1.0.99 → 1.0.100

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.99",
3
+ "version": "1.0.100",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -40,7 +40,8 @@ import {
40
40
  DeployModule,
41
41
  CustomFunctionModule,
42
42
  CacheModule,
43
- PipelineModule
43
+ PipelineModule,
44
+ RewriteUrlModule
44
45
  } from '@shopstack/cc-core-lib/core'
45
46
 
46
47
  import { CoreModule } from './core/core.module'
@@ -155,6 +156,7 @@ if (+process.env.MONGODB_MAX_POOL_SIZE) {
155
156
  UserModule,
156
157
  PipelineModule,
157
158
  LayoutModule,
159
+ RewriteUrlModule,
158
160
 
159
161
  // ...RUN_CUSTOM_MODULES,
160
162