File tree Expand file tree Collapse file tree 10 files changed +63
-10
lines changed
Expand file tree Collapse file tree 10 files changed +63
-10
lines changed Original file line number Diff line number Diff line change 1+ # @perstack/api-client
2+
3+ ## 0.0.2
4+
5+ ### Patch Changes
6+
7+ - Test
8+ - Updated dependencies
9+ - @perstack/core @0.0.2
Original file line number Diff line number Diff line change 11{
22 "name" : " @perstack/api-client" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " Perstack API Client" ,
55 "author" : " Wintermute Technologies, Inc." ,
66 "license" : " Apache-2.0" ,
1414 },
1515 "types" : " ./dist/v1/index.d.ts"
1616 },
17- "files" : [" dist" ],
17+ "files" : [
18+ " dist"
19+ ],
1820 "scripts" : {
1921 "clean" : " rm -rf dist" ,
2022 "build" : " pnpm run clean && tsup --config ./tsup.config.ts" ,
Original file line number Diff line number Diff line change 1+ # @perstack/base
2+
3+ ## 0.0.8
4+
5+ ### Patch Changes
6+
7+ - Test
Original file line number Diff line number Diff line change 11{
22 "name" : " @perstack/base" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " Perstack base skills for agents." ,
55 "author" : " Wintermute Technologies, Inc." ,
66 "license" : " Apache-2.0" ,
1414 },
1515 "types" : " ./dist/index.d.ts"
1616 },
17- "files" : [" dist" ],
17+ "files" : [
18+ " dist"
19+ ],
1820 "scripts" : {
1921 "clean" : " rm -rf dist" ,
2022 "build" : " pnpm run clean && tsup --config ../../tsup.config.ts" ,
Original file line number Diff line number Diff line change 1+ # @perstack/core
2+
3+ ## 0.0.2
4+
5+ ### Patch Changes
6+
7+ - Test
Original file line number Diff line number Diff line change 11{
22 "name" : " @perstack/core" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " Perstack Core" ,
55 "author" : " Wintermute Technologies, Inc." ,
66 "license" : " Apache-2.0" ,
1414 },
1515 "types" : " ./dist/index.d.ts"
1616 },
17- "files" : [" dist" ],
17+ "files" : [
18+ " dist"
19+ ],
1820 "scripts" : {
1921 "clean" : " rm -rf dist" ,
2022 "build" : " pnpm run clean && tsup --config ../../tsup.config.ts" ,
Original file line number Diff line number Diff line change 1+ # perstack
2+
3+ ## 0.0.5
4+
5+ ### Patch Changes
6+
7+ - Test
8+ - Updated dependencies
9+ - @perstack/core @0.0.2
10+ - @perstack/runtime @0.0.25
Original file line number Diff line number Diff line change 11{
22 "name" : " perstack" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " PerStack CLI" ,
55 "author" : " Wintermute Technologies, Inc." ,
66 "license" : " Apache-2.0" ,
77 "type" : " module" ,
88 "bin" : {
99 "perstack" : " dist/cli.js"
1010 },
11- "files" : [" dist" ],
11+ "files" : [
12+ " dist"
13+ ],
1214 "scripts" : {
1315 "clean" : " rm -rf dist" ,
1416 "build" : " pnpm run clean && tsup --config ./tsup.config.ts" ,
Original file line number Diff line number Diff line change 1+ # @perstack/runtime
2+
3+ ## 0.0.25
4+
5+ ### Patch Changes
6+
7+ - Test
8+ - Updated dependencies
9+ - @perstack/api-client @0.0.2
10+ - @perstack/core @0.0.2
Original file line number Diff line number Diff line change 11{
22 "name" : " @perstack/runtime" ,
3- "version" : " 0.0.24 " ,
3+ "version" : " 0.0.25 " ,
44 "description" : " Perstack Runtime" ,
55 "author" : " Wintermute Technologies, Inc." ,
66 "license" : " Apache-2.0" ,
1414 },
1515 "types" : " ./dist/index.d.ts"
1616 },
17- "files" : [" dist" ],
17+ "files" : [
18+ " dist"
19+ ],
1820 "scripts" : {
1921 "clean" : " rm -rf dist" ,
2022 "build" : " pnpm run clean && tsup --config ../../tsup.config.ts" ,
You can’t perform that action at this time.
0 commit comments