llm-testrunner-components 1.0.2 → 1.0.3
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/dist/collection/index.js
CHANGED
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
// Core web component exports (vanilla JS)
|
|
2
1
|
export { LLMTestRunner } from './components/llm-test-runner/llm-test-runner';
|
|
3
|
-
// Note: React components are available via the /react subpath export
|
|
4
|
-
// import { LlmTestRunner } from 'llm-testrunner-components/react';
|
|
5
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,8CAA8C,CAAC","sourcesContent":["export { LLMTestRunner } from './components/llm-test-runner/llm-test-runner';\nexport type { TestCase } from './components/llm-test-runner/llm-test-runner';\nexport type * from './components.d.ts';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "llm-testrunner-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "A Stencil web component library for LLM test runner functionality",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -33,14 +33,15 @@
|
|
|
33
33
|
"loader/"
|
|
34
34
|
],
|
|
35
35
|
"scripts": {
|
|
36
|
-
"build": "stencil build && npm run build:react",
|
|
37
|
-
"build:react": "tsc --project tsconfig.react.json",
|
|
38
36
|
"start": "stencil build --dev --watch --serve",
|
|
39
37
|
"test": "stencil test --spec --e2e",
|
|
40
38
|
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
41
39
|
"generate": "stencil generate",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
40
|
+
"build": "stencil build",
|
|
41
|
+
"build:react": "tsc --project tsconfig.react.json",
|
|
42
|
+
"build:all": "npm run build && npm run build:react",
|
|
43
|
+
"build-publish": "npm run build:all && npm run just-publish",
|
|
44
|
+
"just-publish": "npm publish --access=public"
|
|
44
45
|
},
|
|
45
46
|
"dependencies": {
|
|
46
47
|
"@types/uuid": "^10.0.0",
|
package/dist/react/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../generated/react/index.ts"],"names":[],"mappings":"AACA,cAAc,cAAc,CAAC"}
|
package/dist/react/index.js
DELETED