towns-agent 3.4.1 → 4.0.0
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
- package/templates/quickstart/AGENTS.md +2 -2
- package/templates/quickstart/README.md +3 -3
- package/templates/quickstart/package.json +1 -1
- package/templates/quickstart/src/commands.ts +1 -1
- package/templates/quickstart/src/index.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -31370,7 +31370,7 @@ var import_debug3 = __toESM(require_src(), 1);
|
|
|
31370
31370
|
var import_protobuf22 = require("@bufbuild/protobuf");
|
|
31371
31371
|
|
|
31372
31372
|
// package.json
|
|
31373
|
-
var version = "
|
|
31373
|
+
var version = "4.0.0";
|
|
31374
31374
|
|
|
31375
31375
|
// src/modules/utils.ts
|
|
31376
31376
|
var getPackageManager = () => {
|