@feasibleone/blong-test 1.0.6 → 1.2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.0](https://github.com/feasibleone/blong/compare/blong-test-v1.1.0...blong-test-v1.2.0) (2026-01-31)
4
+
5
+
6
+ ### Features
7
+
8
+ * update @rushstack/heft and related plugins to latest versions ([f6a6f26](https://github.com/feasibleone/blong/commit/f6a6f26bdfd9cc95cb1322461aa494f5345bd821))
9
+
10
+ ## [1.1.0](https://github.com/feasibleone/blong/compare/blong-test-v1.0.6...blong-test-v1.1.0) (2026-01-27)
11
+
12
+
13
+ ### Features
14
+
15
+ * implement rest-fs extension ([29589ff](https://github.com/feasibleone/blong/commit/29589ff7d57cb078b36c9df36ce27f513b9a8b3a))
16
+
3
17
  ## [1.0.6](https://github.com/feasibleone/blong/compare/blong-test-v1.0.5...blong-test-v1.0.6) (2026-01-25)
4
18
 
5
19
 
package/dist/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "./package.json": "./package.json"
22
22
  },
23
23
  "type": "module",
24
- "version": "1.0.6",
24
+ "version": "1.2.0",
25
25
  "dependencies": {},
26
26
  "peerDependencies": {
27
27
  "@feasibleone/blong": "^1.0.0"
@@ -29,13 +29,13 @@
29
29
  "devDependencies": {
30
30
  "@feasibleone/blong": "workspace:^1.0.0",
31
31
  "@rushstack/eslint-config": "^4.0.1",
32
- "@rushstack/heft-lint-plugin": "^1.1.10",
33
- "@rushstack/heft-typescript-plugin": "^1.1.7",
34
- "@rushstack/heft": "^1.1.7",
32
+ "@rushstack/heft-lint-plugin": "^1.1.14",
33
+ "@rushstack/heft-typescript-plugin": "^1.1.11",
34
+ "@rushstack/heft": "^1.1.11",
35
35
  "eslint": "~9.39.2",
36
36
  "react-dom": "^18.3.1",
37
37
  "react": "^18.3.1",
38
38
  "tap": "^21.5.0",
39
- "typescript": "^5.5.4"
39
+ "typescript": "^5.9.3"
40
40
  }
41
41
  }
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "./package.json": "./package.json"
22
22
  },
23
23
  "type": "module",
24
- "version": "1.0.6",
24
+ "version": "1.2.0",
25
25
  "dependencies": {},
26
26
  "peerDependencies": {
27
27
  "@feasibleone/blong": "^1.0.0"
@@ -29,13 +29,13 @@
29
29
  "devDependencies": {
30
30
  "@feasibleone/blong": "workspace:^1.0.0",
31
31
  "@rushstack/eslint-config": "^4.0.1",
32
- "@rushstack/heft-lint-plugin": "^1.1.10",
33
- "@rushstack/heft-typescript-plugin": "^1.1.7",
34
- "@rushstack/heft": "^1.1.7",
32
+ "@rushstack/heft-lint-plugin": "^1.1.14",
33
+ "@rushstack/heft-typescript-plugin": "^1.1.11",
34
+ "@rushstack/heft": "^1.1.11",
35
35
  "eslint": "~9.39.2",
36
36
  "react-dom": "^18.3.1",
37
37
  "react": "^18.3.1",
38
38
  "tap": "^21.5.0",
39
- "typescript": "^5.5.4"
39
+ "typescript": "^5.9.3"
40
40
  }
41
41
  }