@synstack/resolved 1.2.2 → 1.2.4

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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
 
3
3
  Type-safe piping of synchronous or asynchronous values while preserving sync state
4
4
 
5
- > [!WARNING]
6
- > This package is included in the [@synstack/synscript](../synscript/README.md) package. It is not recommended to install both packages at the same time.
7
-
8
5
  > [!NOTE]
9
6
  > This package may be merged with the [@synstack/pipe](../pipe/README.md) package in the future.
10
7
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.2.2",
7
+ "version": "1.2.4",
8
8
  "description": "Type-safe piping of synchronous or asynchronous values",
9
9
  "keywords": [
10
10
  "synstack",
@@ -56,13 +56,13 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/node": "^22.10.1",
59
- "tsup": "^8.3.5",
60
- "typescript": "^5.7.2"
59
+ "tsup": "^8.4.0",
60
+ "typescript": "^5.8.2"
61
61
  },
62
62
  "files": [
63
63
  "src/**/*.ts",
64
64
  "!src/**/*.test.ts",
65
65
  "dist/**/*"
66
66
  ],
67
- "gitHead": "886036553ab02c6c1b98289b1de64240de866521"
67
+ "gitHead": "4aae6e86f7664e5b928ecb3a492ec035307168d1"
68
68
  }