omctest 0.0.1 → 0.0.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.
- package/dist/cli/config-manager/generate-opencode-install-config.d.ts +2 -0
- package/dist/cli/index.js +20396 -2682
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -134233,7 +134233,7 @@ class PostHog extends PostHogBackendClient {
|
|
|
134233
134233
|
// package.json
|
|
134234
134234
|
var package_default = {
|
|
134235
134235
|
name: "omctest",
|
|
134236
|
-
version: "0.0.
|
|
134236
|
+
version: "0.0.2",
|
|
134237
134237
|
description: "Temporary Oh My Crew npm install test package",
|
|
134238
134238
|
main: "./dist/index.js",
|
|
134239
134239
|
types: "dist/index.d.ts",
|