@freecodexyz/freecode 0.1.0 → 0.1.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/README.md +12 -0
- package/dist/index.js +1175 -1142
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@freecodexyz/freecode",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Launch a public repository into a FreeCode market and contribute to Ship projects from the terminal.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"freecode",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"tsx": "^4.19.3",
|
|
43
43
|
"typescript": "^5.8.2",
|
|
44
44
|
"vitest": "^3.0.8",
|
|
45
|
-
"@platform/
|
|
45
|
+
"@platform/launch-machine": "0.1.0",
|
|
46
46
|
"@platform/platform-client": "0.1.0",
|
|
47
|
-
"@platform/
|
|
47
|
+
"@platform/contracts": "0.1.0"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"generate": "tsx src/build/generate.ts",
|