@feasibleone/blong-test 1.8.0 → 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 CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## [1.8.0](https://github.com/feasibleone/blong/compare/blong-test-v1.7.1...blong-test-v1.8.0) (2026-05-19)
4
11
 
5
12
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feasibleone/blong-test",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Development and unit testing utilities for the Blong framework",
5
5
  "keywords": [
6
6
  "blong",
@@ -24,8 +24,7 @@
24
24
  "scripts": {
25
25
  "build": "heft build --clean",
26
26
  "ci-lint": "blong-dev lint",
27
- "ci-publish": "node ../../common/scripts/install-run-rush-pnpm.js publish --access public --provenance",
28
- "ci-unit": "true"
27
+ "ci-publish": "node ../../common/scripts/install-run-rush-pnpm.js publish --access public --provenance"
29
28
  },
30
29
  "dependencies": {},
31
30
  "devDependencies": {
@@ -37,7 +36,7 @@
37
36
  "react": "^19.1.0",
38
37
  "react-dom": "^19.1.0",
39
38
  "tap": "^21.6.3",
40
- "typescript": "^5.9.3"
39
+ "typescript": "^6.0.3"
41
40
  },
42
41
  "peerDependencies": {
43
42
  "@feasibleone/blong": "^1.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feasibleone/blong-test",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Development and unit testing utilities for the Blong framework",
5
5
  "keywords": [
6
6
  "blong",
@@ -30,8 +30,8 @@
30
30
  "react": "^19.1.0",
31
31
  "react-dom": "^19.1.0",
32
32
  "tap": "^21.6.3",
33
- "typescript": "^5.9.3",
34
- "@feasibleone/blong-dev": "1.0.0"
33
+ "typescript": "^6.0.3",
34
+ "@feasibleone/blong-dev": "1.0.2"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@feasibleone/blong": "^1.0.0"
@@ -39,7 +39,6 @@
39
39
  "scripts": {
40
40
  "build": "heft build --clean",
41
41
  "ci-lint": "blong-dev lint",
42
- "ci-publish": "node ../../common/scripts/install-run-rush-pnpm.js publish --access public --provenance",
43
- "ci-unit": "true"
42
+ "ci-publish": "node ../../common/scripts/install-run-rush-pnpm.js publish --access public --provenance"
44
43
  }
45
44
  }