@nosana/kit 2.2.10 → 2.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -1695,7 +1695,7 @@ MIT
1695
1695
 
1696
1696
  ## Links
1697
1697
 
1698
- - [Nosana Documentation](https://docs.nosana.com)
1698
+ - [Nosana Documentation](https://learn.nosana.com)
1699
1699
  - [Nosana Network](https://nosana.com)
1700
1700
  - [GitHub Repository](https://github.com/nosana-ci/nosana-kit)
1701
1701
  - [NPM Package](https://www.npmjs.com/package/@nosana/kit)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nosana/kit",
3
- "version": "2.2.10",
3
+ "version": "2.2.13",
4
4
  "description": "Nosana KIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,14 +29,14 @@
29
29
  "author": "Nosana",
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@nosana/api": "2.2.6",
33
- "@nosana/authorization": "2.2.6",
34
- "@nosana/endpoints": "2.2.6",
35
- "@nosana/ipfs": "2.2.6",
36
- "@nosana/jobs-program": "2.2.6",
37
- "@nosana/merkle-distributor-program": "2.2.6",
38
- "@nosana/stake-program": "2.2.6",
39
- "@nosana/types": "2.2.2",
32
+ "@nosana/api": "2.2.13",
33
+ "@nosana/authorization": "2.2.13",
34
+ "@nosana/endpoints": "2.2.13",
35
+ "@nosana/ipfs": "2.2.13",
36
+ "@nosana/jobs-program": "2.2.13",
37
+ "@nosana/merkle-distributor-program": "2.2.13",
38
+ "@nosana/stake-program": "2.2.13",
39
+ "@nosana/types": "2.2.13",
40
40
  "@solana-program/compute-budget": "0.12.0",
41
41
  "@solana-program/system": "0.10.0",
42
42
  "@solana-program/token": "0.9.0",
@@ -68,5 +68,5 @@
68
68
  "package.json",
69
69
  "README.md"
70
70
  ],
71
- "gitHead": "c6f6c61bfa271fcd2ba9ee833689495e7f416370"
71
+ "gitHead": "7f7f4c5d62d41a42cfdf7673728a9255f2a125ba"
72
72
  }