create-dubhe 0.1.11 → 0.1.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-dubhe",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "team@obelisk.build",
@@ -0,0 +1,16 @@
1
+ // Copyright (c) Obelisk Labs, Inc.
2
+ // SPDX-License-Identifier: Apache-2.0
3
+ #[allow(unused_use)]
4
+
5
+ /* Autogenerated file. Do not edit manually. */
6
+
7
+ module counter::counter_dapp_key {
8
+
9
+ /// Authorization token for the app.
10
+
11
+ public struct DappKey has drop {}
12
+
13
+ public(package) fun new(): DappKey {
14
+ DappKey { }
15
+ }
16
+ }
@@ -35,10 +35,10 @@
35
35
  "prod:mainnet": "pnpm config:store mainnet && pnpm next"
36
36
  },
37
37
  "dependencies": {
38
- "@0xobelisk/sui-cli": "^1.1.9",
39
- "@0xobelisk/sui-client": "^1.1.11",
40
- "@0xobelisk/sui-common": "^1.1.10",
41
- "@0xobelisk/sui-indexer": "^1.1.13",
38
+ "@0xobelisk/sui-cli": "^1.1.10",
39
+ "@0xobelisk/sui-client": "^1.1.12",
40
+ "@0xobelisk/sui-common": "^1.1.11",
41
+ "@0xobelisk/sui-indexer": "^1.1.14",
42
42
  "jotai": "^1.7.2",
43
43
  "dotenv": "^16.4.5",
44
44
  "react": "^19.0.0",
@@ -15,10 +15,10 @@
15
15
  "indexer:sqlite": "pnpm sqlite-indexer --force-regenesis --network"
16
16
  },
17
17
  "dependencies": {
18
- "@0xobelisk/sui-cli": "^1.1.9",
19
- "@0xobelisk/sui-client": "^1.1.11",
20
- "@0xobelisk/sui-common": "^1.1.10",
21
- "@0xobelisk/sui-indexer": "^1.1.13",
18
+ "@0xobelisk/sui-cli": "^1.1.10",
19
+ "@0xobelisk/sui-client": "^1.1.12",
20
+ "@0xobelisk/sui-common": "^1.1.11",
21
+ "@0xobelisk/sui-indexer": "^1.1.14",
22
22
  "dotenv": "^16.4.5",
23
23
  "chalk": "^4.1.2"
24
24
  },
@@ -0,0 +1,16 @@
1
+ // Copyright (c) Obelisk Labs, Inc.
2
+ // SPDX-License-Identifier: Apache-2.0
3
+ #[allow(unused_use)]
4
+
5
+ /* Autogenerated file. Do not edit manually. */
6
+
7
+ module counter::counter_dapp_key {
8
+
9
+ /// Authorization token for the app.
10
+
11
+ public struct DappKey has drop {}
12
+
13
+ public(package) fun new(): DappKey {
14
+ DappKey { }
15
+ }
16
+ }
@@ -36,10 +36,10 @@
36
36
  "prod:mainnet": "pnpm config:store mainnet && pnpm next"
37
37
  },
38
38
  "dependencies": {
39
- "@0xobelisk/sui-cli": "^1.1.9",
40
- "@0xobelisk/sui-client": "^1.1.11",
41
- "@0xobelisk/sui-common": "^1.1.10",
42
- "@0xobelisk/sui-indexer": "^1.1.13",
39
+ "@0xobelisk/sui-cli": "^1.1.10",
40
+ "@0xobelisk/sui-client": "^1.1.12",
41
+ "@0xobelisk/sui-common": "^1.1.11",
42
+ "@0xobelisk/sui-indexer": "^1.1.14",
43
43
  "@mysten/dapp-kit": "0.14.46",
44
44
  "@tanstack/react-query": "^5.17.19",
45
45
  "dotenv": "^16.4.5",