@feasibleone/blong-test 1.7.1 → 1.8.1
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/CHANGELOG.md +20 -0
- package/dist/adapter/backend.d.ts +3 -1
- package/dist/adapter/backend.d.ts.map +1 -1
- package/dist/adapter/testDispatch.d.ts +3 -1
- package/dist/adapter/testDispatch.d.ts.map +1 -1
- package/dist/adapter/testDispatch.js +1 -1
- package/dist/adapter/testDispatch.js.map +1 -1
- package/dist/browser.d.ts +3 -1
- package/dist/browser.d.ts.map +1 -1
- package/dist/package.json +5 -4
- package/dist/server.d.ts +3 -1
- package/dist/server.d.ts.map +1 -1
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.8.1](https://github.com/feasibleone/blong/compare/blong-test-v1.8.0...blong-test-v1.8.1) (2026-05-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* improve testing ([2b1d862](https://github.com/feasibleone/blong/commit/2b1d862fda71ed7910bc99f4bbbe11ef17be098c))
|
|
9
|
+
|
|
10
|
+
## [1.8.0](https://github.com/feasibleone/blong/compare/blong-test-v1.7.1...blong-test-v1.8.0) (2026-05-19)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* blong-dev ([8eb1aa4](https://github.com/feasibleone/blong/commit/8eb1aa4a8acb6a3dcdd52fb51582e0403efa4064))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* linting ([27102ca](https://github.com/feasibleone/blong/commit/27102ca91ddf21124439452486a086aa68fc8886))
|
|
21
|
+
* linting ([46d7549](https://github.com/feasibleone/blong/commit/46d7549477c6b863e09972e8c6903a38b5836a8e))
|
|
22
|
+
|
|
3
23
|
## [1.7.1](https://github.com/feasibleone/blong/compare/blong-test-v1.7.0...blong-test-v1.7.1) (2026-04-26)
|
|
4
24
|
|
|
5
25
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
declare const _default: import("@feasibleone/blong").IAdapterFactory<unknown, import("@feasibleone/blong").AdapterContext
|
|
1
|
+
declare const _default: import("@feasibleone/blong").IAdapterFactory<unknown, import("@feasibleone/blong").AdapterContext> & {
|
|
2
|
+
[x: symbol]: "adapter";
|
|
3
|
+
};
|
|
2
4
|
export default _default;
|
|
3
5
|
//# sourceMappingURL=backend.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backend.d.ts","sourceRoot":"","sources":["../../adapter/backend.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"backend.d.ts","sourceRoot":"","sources":["../../adapter/backend.ts"],"names":[],"mappings":";;;AAEA,wBAEI"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
declare const _default: import("@feasibleone/blong").IAdapterFactory<{
|
|
2
2
|
namespace: string[];
|
|
3
3
|
imports: RegExp[];
|
|
4
|
-
}, import("@feasibleone/blong").AdapterContext
|
|
4
|
+
}, import("@feasibleone/blong").AdapterContext> & {
|
|
5
|
+
[x: symbol]: "orchestrator";
|
|
6
|
+
};
|
|
5
7
|
export default _default;
|
|
6
8
|
//# sourceMappingURL=testDispatch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testDispatch.d.ts","sourceRoot":"","sources":["../../adapter/testDispatch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"testDispatch.d.ts","sourceRoot":"","sources":["../../adapter/testDispatch.ts"],"names":[],"mappings":";;;;;;AAEA,wBAQI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testDispatch.js","sourceRoot":"","sources":["../../adapter/testDispatch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAEhD,eAAe,YAAY,CAAC,
|
|
1
|
+
{"version":3,"file":"testDispatch.js","sourceRoot":"","sources":["../../adapter/testDispatch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAEhD,eAAe,YAAY,CAAC,GAAG,EAAE,CAAC,CAAC;IAC/B,OAAO,EAAE,uBAAuB;IAChC,UAAU,EAAE;QACR,OAAO,EAAE;YACL,SAAS,EAAE,CAAC,MAAM,CAAC;YACnB,OAAO,EAAE,CAAC,SAAS,CAAC;SACvB;KACJ;CACJ,CAAC,CAAC,CAAC"}
|
package/dist/browser.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ declare const _default: import("@feasibleone/blong").SolutionFactory<import("typ
|
|
|
7
7
|
url: import("typebox").TString;
|
|
8
8
|
}>;
|
|
9
9
|
test: import("typebox").TObject<{}>;
|
|
10
|
-
}
|
|
10
|
+
}>> & {
|
|
11
|
+
[x: symbol]: "solution";
|
|
12
|
+
};
|
|
11
13
|
export default _default;
|
|
12
14
|
//# sourceMappingURL=browser.d.ts.map
|
package/dist/browser.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../browser.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../browser.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,wBA6BI"}
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feasibleone/blong-test",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "Development and unit testing utilities for the Blong framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blong",
|
|
@@ -23,19 +23,20 @@
|
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "heft build --clean",
|
|
26
|
-
"ci-
|
|
27
|
-
"ci-
|
|
26
|
+
"ci-lint": "blong-dev lint",
|
|
27
|
+
"ci-publish": "node ../../common/scripts/install-run-rush-pnpm.js publish --access public --provenance"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@feasibleone/blong": "workspace:^1.0.0",
|
|
32
|
+
"@feasibleone/blong-dev": "workspace:*",
|
|
32
33
|
"@rushstack/heft": "^1.2.6",
|
|
33
34
|
"@rushstack/heft-lint-plugin": "^1.2.6",
|
|
34
35
|
"@rushstack/heft-typescript-plugin": "^1.3.1",
|
|
35
36
|
"react": "^19.1.0",
|
|
36
37
|
"react-dom": "^19.1.0",
|
|
37
38
|
"tap": "^21.6.3",
|
|
38
|
-
"typescript": "^
|
|
39
|
+
"typescript": "^6.0.3"
|
|
39
40
|
},
|
|
40
41
|
"peerDependencies": {
|
|
41
42
|
"@feasibleone/blong": "^1.0.0"
|
package/dist/server.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: import("@feasibleone/blong").SolutionFactory<import("typ
|
|
|
2
2
|
error: import("typebox").TBoolean;
|
|
3
3
|
adapter: import("typebox").TBoolean;
|
|
4
4
|
backend: import("typebox").TBoolean;
|
|
5
|
-
}
|
|
5
|
+
}>> & {
|
|
6
|
+
[x: symbol]: "solution";
|
|
7
|
+
};
|
|
6
8
|
export default _default;
|
|
7
9
|
//# sourceMappingURL=server.d.ts.map
|
package/dist/server.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../server.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../server.ts"],"names":[],"mappings":";;;;;;;AAEA,wBAgBI"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feasibleone/blong-test",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "Development and unit testing utilities for the Blong framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blong",
|
|
@@ -30,14 +30,15 @@
|
|
|
30
30
|
"react": "^19.1.0",
|
|
31
31
|
"react-dom": "^19.1.0",
|
|
32
32
|
"tap": "^21.6.3",
|
|
33
|
-
"typescript": "^
|
|
33
|
+
"typescript": "^6.0.3",
|
|
34
|
+
"@feasibleone/blong-dev": "1.0.2"
|
|
34
35
|
},
|
|
35
36
|
"peerDependencies": {
|
|
36
37
|
"@feasibleone/blong": "^1.0.0"
|
|
37
38
|
},
|
|
38
39
|
"scripts": {
|
|
39
40
|
"build": "heft build --clean",
|
|
40
|
-
"ci-
|
|
41
|
-
"ci-
|
|
41
|
+
"ci-lint": "blong-dev lint",
|
|
42
|
+
"ci-publish": "node ../../common/scripts/install-run-rush-pnpm.js publish --access public --provenance"
|
|
42
43
|
}
|
|
43
44
|
}
|