create-message-kit 1.1.9-beta.4 → 1.1.10-beta.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/index.js CHANGED
@@ -71,6 +71,7 @@ async function updatePackagejson(destDir, templateType) {
71
71
 
72
72
  packageTemplate.dependencies["@xmtp/message-kit"] = "latest";
73
73
  //Add for yarn in general
74
+ packageTemplate.scripts.postinstall = "tsc";
74
75
  packageTemplate.packageManager = `yarn@4.5.1`;
75
76
 
76
77
  fs.writeJsonSync(resolve(destDir, "package.json"), packageTemplate, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-message-kit",
3
- "version": "1.1.9-beta.4",
3
+ "version": "1.1.10-beta.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -5,7 +5,6 @@
5
5
  "scripts": {
6
6
  "build": "tsc",
7
7
  "dev": "tsc -w & sleep 1 && node --watch dist/index.js",
8
- "postinstall": "tsc",
9
8
  "start": "node dist/index.js"
10
9
  },
11
10
  "dependencies": {
@@ -1,6 +1,5 @@
1
1
  import { ensUrl } from "../index.js";
2
2
  import { XMTPContext, getUserInfo } from "@xmtp/message-kit";
3
-
4
3
  import type { skillAction } from "@xmtp/message-kit";
5
4
 
6
5
  export const registerSkill: skillAction[] = [
@@ -5,7 +5,6 @@
5
5
  "scripts": {
6
6
  "build": "tsc",
7
7
  "dev": "tsc -w & sleep 1 && node --watch dist/index.js",
8
- "postinstall": "tsc",
9
8
  "start": "node dist/index.js"
10
9
  },
11
10
  "dependencies": {
@@ -5,7 +5,6 @@
5
5
  "scripts": {
6
6
  "build": "tsc",
7
7
  "dev": "tsc -w & sleep 1 && node --watch dist/index.js",
8
- "postinstall": "tsc",
9
8
  "start": "node dist/index.js"
10
9
  },
11
10
  "dependencies": {
@@ -5,7 +5,6 @@
5
5
  "scripts": {
6
6
  "build": "tsc",
7
7
  "dev": "tsc -w & sleep 1 && node --watch dist/index.js",
8
- "postinstall": "tsc",
9
8
  "start": "node dist/index.js"
10
9
  },
11
10
  "dependencies": {