@mysten/pas 0.1.1 → 0.1.2
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 +11 -0
- package/package.json +3 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mysten/pas
|
|
2
2
|
|
|
3
|
+
## 0.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9e067cf: Validate the new per-package release flow end-to-end across every public @mysten package.
|
|
8
|
+
No functional changes — empty patch bump to force the orchestrator to dispatch every
|
|
9
|
+
release-<pkg>.yml workflow with `dry_run=false` so each package publishes via OIDC trusted
|
|
10
|
+
publishing.
|
|
11
|
+
- Updated dependencies [9e067cf]
|
|
12
|
+
- @mysten/sui@2.16.1
|
|
13
|
+
|
|
3
14
|
## 0.1.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mysten/pas",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Permissioned Assets Standard SDK",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,12 +36,10 @@
|
|
|
36
36
|
"ts-retry-promise": "^0.8.1",
|
|
37
37
|
"tsdown": "0.20.0-beta.1",
|
|
38
38
|
"typescript": "^5.9.3",
|
|
39
|
-
"vitest": "^4.0.17"
|
|
40
|
-
"@mysten/codegen": "^0.10.3",
|
|
41
|
-
"@mysten/sui": "^2.16.0"
|
|
39
|
+
"vitest": "^4.0.17"
|
|
42
40
|
},
|
|
43
41
|
"peerDependencies": {
|
|
44
|
-
"@mysten/sui": "^2.16.
|
|
42
|
+
"@mysten/sui": "^2.16.1"
|
|
45
43
|
},
|
|
46
44
|
"scripts": {
|
|
47
45
|
"clean": "rm -rf tsconfig.tsbuildinfo ./dist",
|