@auto-engineer/narrative 1.64.0 → 1.66.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/package.json CHANGED
@@ -17,6 +17,9 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
+ "@auto-engineer/file-store": "workspace:*",
21
+ "@auto-engineer/id": "workspace:*",
22
+ "@auto-engineer/message-bus": "workspace:*",
20
23
  "@event-driven-io/emmett": "^0.38.3",
21
24
  "debug": "^4.4.1",
22
25
  "fast-glob": "^3.3.3",
@@ -26,20 +29,8 @@
26
29
  "prettier": "^3.6.1",
27
30
  "typescript": "^5.9.2",
28
31
  "zod": "^3.22.4",
29
- "zod-to-json-schema": "^3.22.3",
30
- "@auto-engineer/file-store": "1.64.0",
31
- "@auto-engineer/id": "1.64.0",
32
- "@auto-engineer/message-bus": "1.64.0"
32
+ "zod-to-json-schema": "^3.22.3"
33
33
  },
34
- "devDependencies": {
35
- "@types/node": "^20.0.0",
36
- "fake-indexeddb": "^6.0.0",
37
- "tsx": "^4.20.3"
38
- },
39
- "publishConfig": {
40
- "access": "public"
41
- },
42
- "version": "1.64.0",
43
34
  "scripts": {
44
35
  "build": "tsx scripts/build.ts",
45
36
  "test": "vitest run --reporter=dot",
@@ -49,5 +40,14 @@
49
40
  "link:dev": "pnpm build && pnpm link --global",
50
41
  "unlink:dev": "pnpm unlink --global",
51
42
  "release": "pnpm publish --no-git-checks"
52
- }
53
- }
43
+ },
44
+ "devDependencies": {
45
+ "@types/node": "^20.0.0",
46
+ "fake-indexeddb": "^6.0.0",
47
+ "tsx": "^4.20.3"
48
+ },
49
+ "publishConfig": {
50
+ "access": "public"
51
+ },
52
+ "version": "1.66.0"
53
+ }
@@ -1,14 +0,0 @@
1
-
2
- > @auto-engineer/narrative@1.63.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
- > vitest run --reporter=dot
4
-
5
-
6
-  RUN  v3.2.4 /home/runner/work/auto-engineer/auto-engineer/packages/narrative
7
-
8
- ····································································································································································································································
9
-
10
-  Test Files  18 passed (18)
11
-  Tests  228 passed (228)
12
-  Start at  17:53:26
13
-  Duration  28.82s (transform 5.57s, setup 0ms, collect 40.78s, tests 22.23s, environment 5ms, prepare 8.87s)
14
-
@@ -1,4 +0,0 @@
1
-
2
- > @auto-engineer/narrative@1.63.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
- > tsc --noEmit
4
-
package/LICENSE DELETED
@@ -1,10 +0,0 @@
1
- Elastic License 2.0
2
-
3
- Copyright 2024 Sam Hatoum
4
-
5
- This software and associated documentation files (the "Software") are licensed under the Elastic License 2.0 (the "License"). You may not use this file except in compliance with the License.
6
-
7
- You may obtain a copy of the License at:
8
- https://www.elastic.co/licensing/elastic-license
9
-
10
- Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.