@aztec/accounts 3.0.0-nightly.20251026 → 3.0.0-nightly.20251031

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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The `@aztec/accounts/defaults` export provides the base class {@link DefaultAccountContract} for implementing account contracts that use the default entrypoint payload module.
3
3
  *
4
- * Read more in {@link https://docs.aztec.network/developers/tutorials/codealong/contract_tutorials/write_accounts_contract | Writing an account contract}.
4
+ * Read more in {@link https://docs.aztec.network/developers/tutorials/contract_tutorials/counter_contract | Writing an account contract}.
5
5
  *
6
6
  * @packageDocumentation
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The `@aztec/accounts/defaults` export provides the base class {@link DefaultAccountContract} for implementing account contracts that use the default entrypoint payload module.
3
3
  *
4
- * Read more in {@link https://docs.aztec.network/developers/tutorials/codealong/contract_tutorials/write_accounts_contract | Writing an account contract}.
4
+ * Read more in {@link https://docs.aztec.network/developers/tutorials/contract_tutorials/counter_contract | Writing an account contract}.
5
5
  *
6
6
  * @packageDocumentation
7
7
  */ export * from './account_interface.js';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aztec/accounts",
3
3
  "homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/accounts",
4
4
  "description": "Implementation of sample account contracts for Aztec Network",
5
- "version": "3.0.0-nightly.20251026",
5
+ "version": "3.0.0-nightly.20251031",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  "./defaults": "./dest/defaults/index.js",
@@ -82,11 +82,11 @@
82
82
  ]
83
83
  },
84
84
  "dependencies": {
85
- "@aztec/aztec.js": "3.0.0-nightly.20251026",
86
- "@aztec/entrypoints": "3.0.0-nightly.20251026",
87
- "@aztec/ethereum": "3.0.0-nightly.20251026",
88
- "@aztec/foundation": "3.0.0-nightly.20251026",
89
- "@aztec/stdlib": "3.0.0-nightly.20251026",
85
+ "@aztec/aztec.js": "3.0.0-nightly.20251031",
86
+ "@aztec/entrypoints": "3.0.0-nightly.20251031",
87
+ "@aztec/ethereum": "3.0.0-nightly.20251031",
88
+ "@aztec/foundation": "3.0.0-nightly.20251031",
89
+ "@aztec/stdlib": "3.0.0-nightly.20251031",
90
90
  "tslib": "^2.4.0"
91
91
  },
92
92
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The `@aztec/accounts/defaults` export provides the base class {@link DefaultAccountContract} for implementing account contracts that use the default entrypoint payload module.
3
3
  *
4
- * Read more in {@link https://docs.aztec.network/developers/tutorials/codealong/contract_tutorials/write_accounts_contract | Writing an account contract}.
4
+ * Read more in {@link https://docs.aztec.network/developers/tutorials/contract_tutorials/counter_contract | Writing an account contract}.
5
5
  *
6
6
  * @packageDocumentation
7
7
  */