cc-core-cli 1.0.0 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -5130,7 +5130,7 @@
5130
5130
  },
5131
5131
  "cc-core-lib": {
5132
5132
  "version": "git+ssh://git@cconnect:shopstackthailand/cc-core-lib.git#03988347b19d49e1ffb5c5eaf2b17c94377f2173",
5133
- "from": "git+ssh://git@cconnect:shopstackthailand/cc-core-lib.git",
5133
+ "from": "git+ssh://git@cconnect:shopstackthailand/cc-core-lib.git#latest",
5134
5134
  "requires": {
5135
5135
  "@aws-sdk/client-s3": "^3.282.0",
5136
5136
  "@aws-sdk/credential-providers": "^3.293.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": true,
@@ -4,7 +4,7 @@ const withPlugins = require('next-compose-plugins')
4
4
  const withLess = require('next-with-less')
5
5
  const AntdDayjsWebpackPlugin = require('antd-dayjs-webpack-plugin')
6
6
  const withPWA = require('next-pwa')
7
- const generateTheme = require('next-dynamic-antd-theme/plugin')
7
+ const generateTheme = require('cc-next-dynamic-antd-theme/plugin')
8
8
 
9
9
  const prefix = '/'
10
10
  const path = require('path')