@macalinao/create-coda 0.2.0 → 0.2.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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This package does not export anything. It is used to scaffold new Coda client projects.
3
+ *
4
+ * Use `bun create @macalinao/create-coda my-client` to scaffold a new project.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * This package does not export anything. It is used to scaffold new Coda client projects.\n *\n * Use `bun create @macalinao/create-coda my-client` to scaffold a new project.\n */\nexport {};\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@macalinao/create-coda",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Create a new Coda client project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -38,10 +38,10 @@
38
38
  "access": "public"
39
39
  },
40
40
  "devDependencies": {
41
- "@macalinao/eslint-config": "^6",
41
+ "@macalinao/eslint-config": "^6.0.3",
42
42
  "@macalinao/tsconfig": "^3.2.3",
43
- "@types/node": "^24.3.1",
44
- "eslint": "^9.35.0",
45
- "typescript": "^5.9.2"
43
+ "@types/node": "^24.6.2",
44
+ "eslint": "^9.37.0",
45
+ "typescript": "^5.9.3"
46
46
  }
47
47
  }
@@ -33,12 +33,12 @@
33
33
  "@solana/kit": "*"
34
34
  },
35
35
  "devDependencies": {
36
- "@macalinao/coda": "^0.2.9",
37
- "@macalinao/eslint-config": "^6.0.0",
36
+ "@macalinao/coda": "^0.4.2",
37
+ "@macalinao/eslint-config": "^6.0.2",
38
38
  "@macalinao/tsconfig": "^3.2.3",
39
39
  "@solana/kit": "*",
40
40
  "@types/bun": "latest",
41
- "eslint": "^9.35.0",
42
- "typescript": "^5.9.2"
41
+ "eslint": "^9.37.0",
42
+ "typescript": "^5.9.3"
43
43
  }
44
44
  }