create-message-kit 1.2.16 → 1.2.17
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
- package/templates/coinbase-agent/.yarnrc.yml +0 -5
- package/templates/ens/.yarnrc.yml +0 -5
- package/templates/faucet/.yarnrc.yml +0 -5
- package/templates/gated-group/.yarnrc.yml +0 -5
- package/templates/gm/.yarnrc.yml +0 -5
- package/templates/playground/.yarnrc.yml +0 -5
- package/templates/simple/.yarnrc.yml +0 -5
- package/templates/thegeneralstore/.yarnrc.yml +0 -5
- package/templates/toss/.yarnrc.yml +0 -5
package/index.js
CHANGED
@@ -7,7 +7,7 @@ import { default as fs } from "fs-extra";
|
|
7
7
|
import { isCancel } from "@clack/prompts";
|
8
8
|
import { detect } from "detect-package-manager";
|
9
9
|
import pc from "picocolors";
|
10
|
-
const defVersion = "1.2.
|
10
|
+
const defVersion = "1.2.17";
|
11
11
|
const __dirname = dirname(fileURLToPath(import.meta.url));
|
12
12
|
|
13
13
|
// Read package.json to get the version
|
package/package.json
CHANGED
package/templates/gm/.yarnrc.yml
CHANGED