@mysten/pas 0.1.1 → 0.1.3

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/CHANGELOG.md +19 -0
  2. package/package.json +3 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @mysten/pas
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - f7de3e5: Restore docs in published tarballs.
8
+ - Updated dependencies [f7de3e5]
9
+ - @mysten/sui@2.16.2
10
+
11
+ ## 0.1.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 9e067cf: Validate the new per-package release flow end-to-end across every public @mysten package.
16
+ No functional changes — empty patch bump to force the orchestrator to dispatch every
17
+ release-<pkg>.yml workflow with `dry_run=false` so each package publishes via OIDC trusted
18
+ publishing.
19
+ - Updated dependencies [9e067cf]
20
+ - @mysten/sui@2.16.1
21
+
3
22
  ## 0.1.1
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mysten/pas",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
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.0"
42
+ "@mysten/sui": "^2.16.2"
45
43
  },
46
44
  "scripts": {
47
45
  "clean": "rm -rf tsconfig.tsbuildinfo ./dist",