@nobulex/proof 0.1.0 → 0.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nobulex/proof",
3
- "version": "0.1.0",
4
- "description": "Proof generation and verification for the Stele covenant framework",
3
+ "version": "0.2.0",
4
+ "description": "Proof generation and verification for the Nobulex covenant framework",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "https://github.com/agbusiness195/Stele.git",
29
+ "url": "https://github.com/agbusiness195/Nobulex.git",
30
30
  "directory": "packages/proof"
31
31
  },
32
32
  "keywords": [
33
- "stele",
33
+ "nobulex",
34
34
  "covenant",
35
35
  "ai-accountability",
36
36
  "proof",
@@ -45,7 +45,7 @@
45
45
  "prepublishOnly": "npm run build"
46
46
  },
47
47
  "dependencies": {
48
- "@nobulex/crypto": "0.1.0",
49
- "@nobulex/ccl": "0.1.0"
48
+ "@nobulex/crypto": "0.2.0",
49
+ "@nobulex/ccl": "0.2.0"
50
50
  }
51
51
  }