agent-facets 0.2.1 → 0.2.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/.package.json.bak CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "https://github.com/agent-facets/facets",
6
6
  "directory": "packages/cli"
7
7
  },
8
- "version": "0.2.1",
8
+ "version": "0.2.2",
9
9
  "type": "module",
10
10
  "bin": {
11
11
  "facet": "./dist/facet"
@@ -1,3 +1,3 @@
1
1
  $ bun build src/index.ts --compile --outfile dist/facet
2
- [202ms] bundle 388 modules
2
+ [239ms] bundle 388 modules
3
3
  [3ms] compile dist/facet
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # agent-facets
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#39](https://github.com/agent-facets/facets/pull/39) [`f380b7b`](https://github.com/agent-facets/facets/commit/f380b7bc5115acec1f974ef1401eba199a2f90fb) Thanks [@eXamadeus](https://github.com/eXamadeus)! - Ensure release CI works in isolation
8
+ - [#46](https://github.com/agent-facets/facets/pull/46) [`a5cbb89`](https://github.com/agent-facets/facets/commit/a5cbb89a46e14e2f79749ea7eafb5aebbd3504b7) Thanks [@eXamadeus](https://github.com/eXamadeus)! - Ensure all CI runs and provenance is managed correctly across packages
9
+
3
10
  ## 0.2.1
4
11
 
5
12
  ### Patch Changes
package/dist/facet CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "https://github.com/agent-facets/facets",
6
6
  "directory": "packages/cli"
7
7
  },
8
- "version": "0.2.1",
8
+ "version": "0.2.2",
9
9
  "type": "module",
10
10
  "bin": {
11
11
  "facet": "./dist/facet"
@@ -29,8 +29,8 @@
29
29
  "react-devtools-core": "7.0.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@agent-facets/brand": "0.2.0",
33
- "@agent-facets/core": "0.2.0",
32
+ "@agent-facets/brand": "0.2.1",
33
+ "@agent-facets/core": "0.2.1",
34
34
  "@types/bun": "1.3.10",
35
35
  "ink-testing-library": "4.0.0"
36
36
  },