agent-facets 0.1.1 → 0.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.
@@ -0,0 +1,3 @@
1
+ $ bun build src/index.ts --compile --outfile dist/facet
2
+ [169ms] bundle 298 modules
3
+ [2ms] compile dist/facet
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # agent-facets
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - bb87748: This is a CI improvement so we release faster and cleaner
8
+ - 95e2f38: Migrate NPM packages from `@ex-machina` to `@agent-facets` org.
9
+
10
+ - `@ex-machina/facet-core` is now `@agent-facets/core`
11
+ - `@ex-machina/facet` is now `agent-facets`
12
+
13
+ - Updated dependencies [bb87748]
14
+ - Updated dependencies [95e2f38]
15
+ - @agent-facets/brand@0.1.1
16
+ - @agent-facets/core@0.1.2
17
+
3
18
  ## 0.1.1
4
19
 
5
20
  ### 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.1.1",
8
+ "version": "0.1.2",
9
9
  "type": "module",
10
10
  "bin": {
11
11
  "facet": "./dist/facet"
Binary file