@git.zone/tsagent 1.1.1 → 1.1.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/.smartconfig.json CHANGED
@@ -31,7 +31,6 @@
31
31
  "npm": {
32
32
  "enabled": true,
33
33
  "registries": [
34
- "https://verdaccio.lossless.digital",
35
34
  "https://registry.npmjs.org"
36
35
  ],
37
36
  "accessLevel": "public",
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/tsagent',
6
- version: '1.1.1',
6
+ version: '1.1.2',
7
7
  description: 'Shared AI agent runtime, authentication, and CLI for git.zone TypeScript tooling.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxtQkFBbUI7SUFDekIsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLG1GQUFtRjtDQUNqRyxDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@git.zone/tsagent",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "private": false,
5
5
  "description": "Shared AI agent runtime, authentication, and CLI for git.zone TypeScript tooling.",
6
6
  "main": "dist_ts/index.js",
@@ -33,7 +33,7 @@
33
33
  "@push.rocks/qenv": "^6.1.4",
34
34
  "@push.rocks/smartagent": "^3.3.0",
35
35
  "@push.rocks/smartai": "^4.0.0",
36
- "@push.rocks/smartcli": "^4.0.21",
36
+ "@push.rocks/smartcli": "^4.3.0",
37
37
  "@push.rocks/smartconfig": "^6.1.1",
38
38
  "@push.rocks/smartdelay": "^3.1.0",
39
39
  "@push.rocks/smartfs": "^1.5.1",
@@ -44,7 +44,7 @@
44
44
  "@git.zone/tsbuild": "^4.4.2",
45
45
  "@git.zone/tsrun": "^2.0.4",
46
46
  "@git.zone/tstest": "^3.6.6",
47
- "@types/node": "^25.9.1"
47
+ "@types/node": "^25.9.2"
48
48
  },
49
49
  "files": [
50
50
  "ts/**/*",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/tsagent',
6
- version: '1.1.1',
6
+ version: '1.1.2',
7
7
  description: 'Shared AI agent runtime, authentication, and CLI for git.zone TypeScript tooling.'
8
8
  }