@aptos-labs/ts-sdk 7.2.0-beta.0 → 7.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/dist/version.d.ts CHANGED
@@ -3,5 +3,5 @@
3
3
  *
4
4
  * hardcoded for now, we would want to have it injected dynamically
5
5
  */
6
- export declare const VERSION = "7.2.0-beta.0";
6
+ export declare const VERSION = "7.2.0";
7
7
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,eAAO,MAAM,OAAO,iBAAiB,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,eAAO,MAAM,OAAO,UAAU,CAAC"}
package/dist/version.js CHANGED
@@ -5,5 +5,5 @@
5
5
  *
6
6
  * hardcoded for now, we would want to have it injected dynamically
7
7
  */
8
- export const VERSION = "7.2.0-beta.0";
8
+ export const VERSION = "7.2.0";
9
9
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,sCAAsC;AAEtC;;;;GAIG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,cAAc,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,sCAAsC;AAEtC;;;;GAIG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-labs/ts-sdk",
3
3
  "description": "Aptos TypeScript SDK",
4
- "packageManager": "pnpm@10.30.3",
5
4
  "license": "SEE LICENSE IN LICENSE",
6
5
  "repository": {
7
6
  "type": "git",
@@ -98,30 +97,6 @@
98
97
  "src",
99
98
  "LICENSE"
100
99
  ],
101
- "scripts": {
102
- "build:clean": "rm -rf dist",
103
- "build": "pnpm build:clean && tsc -p tsconfig.build.json",
104
- "prepublishOnly": "pnpm run build && pnpm run check-license",
105
- "_fmt": "biome format",
106
- "fmt": "biome format --write",
107
- "format": "pnpm fmt",
108
- "lint": "biome lint",
109
- "check": "biome check",
110
- "test": "vitest run",
111
- "test:tree-shaking": "node tests/bundle-size/check-tree-shaking.mjs",
112
- "test:coverage": "vitest run --coverage",
113
- "unit-test": "vitest run --config vitest.config.unit.ts",
114
- "test:coverage:unit": "vitest run --coverage --config vitest.config.unit.ts",
115
- "e2e-test": "vitest run tests/e2e",
116
- "e2e-encrypted": "vitest run tests/e2e/transaction/encryptedTransaction.test.ts --config vitest.config.e2e-devnet.ts",
117
- "indexer-codegen": "graphql-codegen --config ./src/types/codegen.yaml && pnpm fmt",
118
- "doc": "scripts/generateDocs.sh",
119
- "check-version": "scripts/checkVersion.sh",
120
- "check-license": "sh scripts/checkLicense.sh . && sh scripts/checkLicense.sh confidential-asset",
121
- "update-version": "scripts/updateVersion.sh && pnpm doc",
122
- "spec": "pnpm build && pnpm _spec",
123
- "_spec": "cucumber-js -p default"
124
- },
125
100
  "dependencies": {
126
101
  "@aptos-labs/aptos-cli": "^3.0.0",
127
102
  "@aptos-labs/aptos-client": "^4.1.0",
@@ -151,8 +126,31 @@
151
126
  "typedoc": "^0.28.19",
152
127
  "typedoc-plugin-missing-exports": "^4.1.3",
153
128
  "typescript": "^6.0.3",
154
- "vite": "^7.3.2",
129
+ "vite": "^7.3.5",
155
130
  "vitest": "^4.1.4"
156
131
  },
157
- "version": "7.2.0-beta.0"
158
- }
132
+ "version": "7.2.0",
133
+ "scripts": {
134
+ "build:clean": "rm -rf dist",
135
+ "build": "pnpm build:clean && tsc -p tsconfig.build.json",
136
+ "_fmt": "biome format",
137
+ "fmt": "biome format --write",
138
+ "format": "pnpm fmt",
139
+ "lint": "biome lint",
140
+ "check": "biome check",
141
+ "test": "vitest run",
142
+ "test:tree-shaking": "node tests/bundle-size/check-tree-shaking.mjs",
143
+ "test:coverage": "vitest run --coverage",
144
+ "unit-test": "vitest run --config vitest.config.unit.ts",
145
+ "test:coverage:unit": "vitest run --coverage --config vitest.config.unit.ts",
146
+ "e2e-test": "vitest run tests/e2e",
147
+ "e2e-encrypted": "vitest run tests/e2e/transaction/encryptedTransaction.test.ts --config vitest.config.e2e-devnet.ts",
148
+ "indexer-codegen": "graphql-codegen --config ./src/types/codegen.yaml && pnpm fmt",
149
+ "doc": "scripts/generateDocs.sh",
150
+ "check-version": "scripts/checkVersion.sh",
151
+ "check-license": "sh scripts/checkLicense.sh . && sh scripts/checkLicense.sh confidential-asset",
152
+ "update-version": "scripts/updateVersion.sh && pnpm doc",
153
+ "spec": "pnpm build && pnpm _spec",
154
+ "_spec": "cucumber-js -p default"
155
+ }
156
+ }
package/src/version.ts CHANGED
@@ -6,4 +6,4 @@
6
6
  *
7
7
  * hardcoded for now, we would want to have it injected dynamically
8
8
  */
9
- export const VERSION = "7.2.0-beta.0";
9
+ export const VERSION = "7.2.0";