@feasibleone/blong-test 1.8.1 → 1.9.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 +14 -0
- package/package.json +2 -2
- package/dist/adapter/backend.d.ts +0 -5
- package/dist/adapter/backend.d.ts.map +0 -1
- package/dist/adapter/backend.js +0 -5
- package/dist/adapter/backend.js.map +0 -1
- package/dist/adapter/testDispatch.d.ts +0 -8
- package/dist/adapter/testDispatch.d.ts.map +0 -1
- package/dist/adapter/testDispatch.js +0 -11
- package/dist/adapter/testDispatch.js.map +0 -1
- package/dist/browser.d.ts +0 -14
- package/dist/browser.d.ts.map +0 -1
- package/dist/browser.js +0 -32
- package/dist/browser.js.map +0 -1
- package/dist/package.json +0 -44
- package/dist/server.d.ts +0 -9
- package/dist/server.d.ts.map +0 -1
- package/dist/server.js +0 -19
- package/dist/server.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.1](https://github.com/feasibleone/blong/compare/blong-test-v1.9.0...blong-test-v1.9.1) (2026-09-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* split core to folders ([3900de8](https://github.com/feasibleone/blong/commit/3900de88defe8a3e9c492c5cf9388ac4ee81d781))
|
|
9
|
+
|
|
10
|
+
## [1.9.0](https://github.com/feasibleone/blong/compare/blong-test-v1.8.1...blong-test-v1.9.0) (2026-07-14)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* manifest concept ([ed3c038](https://github.com/feasibleone/blong/commit/ed3c038352644d2d8f828b3cb69cbea718e7084b))
|
|
16
|
+
|
|
3
17
|
## [1.8.1](https://github.com/feasibleone/blong/compare/blong-test-v1.8.0...blong-test-v1.8.1) (2026-05-25)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feasibleone/blong-test",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"description": "Development and unit testing utilities for the Blong framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blong",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"react-dom": "^19.1.0",
|
|
32
32
|
"tap": "^21.6.3",
|
|
33
33
|
"typescript": "^6.0.3",
|
|
34
|
-
"@feasibleone/blong-dev": "1.
|
|
34
|
+
"@feasibleone/blong-dev": "1.2.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@feasibleone/blong": "^1.0.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backend.d.ts","sourceRoot":"","sources":["../../adapter/backend.ts"],"names":[],"mappings":";;;AAEA,wBAEI"}
|
package/dist/adapter/backend.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backend.js","sourceRoot":"","sources":["../../adapter/backend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7C,eAAe,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;IAC1B,OAAO,EAAE,cAAc;CAC1B,CAAC,CAAC,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
declare const _default: import("@feasibleone/blong").IAdapterFactory<{
|
|
2
|
-
namespace: string[];
|
|
3
|
-
imports: RegExp[];
|
|
4
|
-
}, import("@feasibleone/blong").AdapterContext> & {
|
|
5
|
-
[x: symbol]: "orchestrator";
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
//# sourceMappingURL=testDispatch.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"testDispatch.d.ts","sourceRoot":"","sources":["../../adapter/testDispatch.ts"],"names":[],"mappings":";;;;;;AAEA,wBAQI"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { orchestrator } from '@feasibleone/blong';
|
|
2
|
-
export default orchestrator(() => ({
|
|
3
|
-
extends: 'orchestrator.dispatch',
|
|
4
|
-
activation: {
|
|
5
|
-
default: {
|
|
6
|
-
namespace: ['test'],
|
|
7
|
-
imports: [/\.test$/],
|
|
8
|
-
},
|
|
9
|
-
},
|
|
10
|
-
}));
|
|
11
|
-
//# sourceMappingURL=testDispatch.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _default: import("@feasibleone/blong").SolutionFactory<import("typebox").TObject<{
|
|
2
|
-
error: import("typebox").TBoolean;
|
|
3
|
-
adapter: import("typebox").TBoolean;
|
|
4
|
-
backend: import("typebox").TObject<{
|
|
5
|
-
logLevel: import("typebox").TString;
|
|
6
|
-
imports: import("typebox").TArray<import("typebox").TUnknown>;
|
|
7
|
-
url: import("typebox").TString;
|
|
8
|
-
}>;
|
|
9
|
-
test: import("typebox").TObject<{}>;
|
|
10
|
-
}>> & {
|
|
11
|
-
[x: symbol]: "solution";
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
14
|
-
//# sourceMappingURL=browser.d.ts.map
|
package/dist/browser.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../browser.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,wBA6BI"}
|
package/dist/browser.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { realm } from '@feasibleone/blong';
|
|
2
|
-
export default realm(blong => ({
|
|
3
|
-
url: import.meta.url,
|
|
4
|
-
validation: blong.type.Object({
|
|
5
|
-
error: blong.type.Boolean(),
|
|
6
|
-
adapter: blong.type.Boolean(),
|
|
7
|
-
backend: blong.type.Object({
|
|
8
|
-
logLevel: blong.type.String(),
|
|
9
|
-
imports: blong.type.Array(blong.type.Unknown()),
|
|
10
|
-
url: blong.type.String(),
|
|
11
|
-
}),
|
|
12
|
-
test: blong.type.Object({}),
|
|
13
|
-
}),
|
|
14
|
-
children: ['./adapter'],
|
|
15
|
-
config: {
|
|
16
|
-
default: {
|
|
17
|
-
error: true,
|
|
18
|
-
adapter: true,
|
|
19
|
-
backend: {
|
|
20
|
-
logLevel: 'fatal',
|
|
21
|
-
imports: [/\.backend$/, 'codec.jsonrpc', 'codec.mle'],
|
|
22
|
-
url: 'http://localhost:8080',
|
|
23
|
-
},
|
|
24
|
-
testDispatch: {
|
|
25
|
-
namespace: ['test'],
|
|
26
|
-
imports: [/\.test$/],
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
dev: {},
|
|
30
|
-
},
|
|
31
|
-
}));
|
|
32
|
-
//# sourceMappingURL=browser.js.map
|
package/dist/browser.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser.js","sourceRoot":"","sources":["../browser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAEzC,eAAe,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG;IACpB,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC;QAC1B,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE;QAC3B,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE;QAC7B,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC;YACvB,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE;YAC7B,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;YAC/C,GAAG,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE;SAC3B,CAAC;QACF,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;KAC9B,CAAC;IACF,QAAQ,EAAE,CAAC,WAAW,CAAC;IACvB,MAAM,EAAE;QACJ,OAAO,EAAE;YACL,KAAK,EAAE,IAAI;YACX,OAAO,EAAE,IAAI;YACb,OAAO,EAAE;gBACL,QAAQ,EAAE,OAAO;gBACjB,OAAO,EAAE,CAAC,YAAY,EAAE,eAAe,EAAE,WAAW,CAAC;gBACrD,GAAG,EAAE,uBAAuB;aAC/B;YACD,YAAY,EAAE;gBACV,SAAS,EAAE,CAAC,MAAM,CAAC;gBACnB,OAAO,EAAE,CAAC,SAAS,CAAC;aACvB;SACJ;QACD,GAAG,EAAE,EAAE;KACV;CACJ,CAAC,CAAC,CAAC"}
|
package/dist/package.json
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@feasibleone/blong-test",
|
|
3
|
-
"version": "1.8.1",
|
|
4
|
-
"description": "Development and unit testing utilities for the Blong framework",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"blong",
|
|
7
|
-
"rad",
|
|
8
|
-
"framework"
|
|
9
|
-
],
|
|
10
|
-
"repository": {
|
|
11
|
-
"url": "git+https://github.com/feasibleone/blong.git"
|
|
12
|
-
},
|
|
13
|
-
"type": "module",
|
|
14
|
-
"exports": {
|
|
15
|
-
"./server.js": "./dist/server.js",
|
|
16
|
-
"./server.d.ts": "./dist/server.d.ts",
|
|
17
|
-
"./server.ts": "./server.ts",
|
|
18
|
-
"./browser.js": "./dist/browser.js",
|
|
19
|
-
"./browser.d.ts": "./dist/browser.d.ts",
|
|
20
|
-
"./browser.ts": "./browser.ts",
|
|
21
|
-
"./dist/package.json": "./package.json",
|
|
22
|
-
"./package.json": "./package.json"
|
|
23
|
-
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build": "heft build --clean",
|
|
26
|
-
"ci-lint": "blong-dev lint",
|
|
27
|
-
"ci-publish": "node ../../common/scripts/install-run-rush-pnpm.js publish --access public --provenance"
|
|
28
|
-
},
|
|
29
|
-
"dependencies": {},
|
|
30
|
-
"devDependencies": {
|
|
31
|
-
"@feasibleone/blong": "workspace:^1.0.0",
|
|
32
|
-
"@feasibleone/blong-dev": "workspace:*",
|
|
33
|
-
"@rushstack/heft": "^1.2.6",
|
|
34
|
-
"@rushstack/heft-lint-plugin": "^1.2.6",
|
|
35
|
-
"@rushstack/heft-typescript-plugin": "^1.3.1",
|
|
36
|
-
"react": "^19.1.0",
|
|
37
|
-
"react-dom": "^19.1.0",
|
|
38
|
-
"tap": "^21.6.3",
|
|
39
|
-
"typescript": "^6.0.3"
|
|
40
|
-
},
|
|
41
|
-
"peerDependencies": {
|
|
42
|
-
"@feasibleone/blong": "^1.0.0"
|
|
43
|
-
}
|
|
44
|
-
}
|
package/dist/server.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: import("@feasibleone/blong").SolutionFactory<import("typebox").TObject<{
|
|
2
|
-
error: import("typebox").TBoolean;
|
|
3
|
-
adapter: import("typebox").TBoolean;
|
|
4
|
-
backend: import("typebox").TBoolean;
|
|
5
|
-
}>> & {
|
|
6
|
-
[x: symbol]: "solution";
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
//# sourceMappingURL=server.d.ts.map
|
package/dist/server.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../server.ts"],"names":[],"mappings":";;;;;;;AAEA,wBAgBI"}
|
package/dist/server.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { realm } from '@feasibleone/blong';
|
|
2
|
-
export default realm(blong => ({
|
|
3
|
-
url: import.meta.url,
|
|
4
|
-
validation: blong.type.Object({
|
|
5
|
-
error: blong.type.Boolean(),
|
|
6
|
-
adapter: blong.type.Boolean(),
|
|
7
|
-
backend: blong.type.Boolean(),
|
|
8
|
-
}),
|
|
9
|
-
children: ['./adapter'],
|
|
10
|
-
config: {
|
|
11
|
-
default: {
|
|
12
|
-
error: true,
|
|
13
|
-
adapter: true,
|
|
14
|
-
backend: false,
|
|
15
|
-
},
|
|
16
|
-
dev: {},
|
|
17
|
-
},
|
|
18
|
-
}));
|
|
19
|
-
//# sourceMappingURL=server.js.map
|
package/dist/server.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"server.js","sourceRoot":"","sources":["../server.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAEzC,eAAe,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG;IACpB,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC;QAC1B,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE;QAC3B,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE;QAC7B,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE;KAChC,CAAC;IACF,QAAQ,EAAE,CAAC,WAAW,CAAC;IACvB,MAAM,EAAE;QACJ,OAAO,EAAE;YACL,KAAK,EAAE,IAAI;YACX,OAAO,EAAE,IAAI;YACb,OAAO,EAAE,KAAK;SACjB;QACD,GAAG,EAAE,EAAE;KACV;CACJ,CAAC,CAAC,CAAC"}
|