@tegis/server 0.1.1 → 0.1.2

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/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to `@tegis/server` are documented here. This project follows [semver](https://semver.org).
4
4
 
5
+ ## [0.1.2]
6
+
7
+ - First release from the public `tegisio/tegis-js` repo, published with GitHub build provenance. No API changes.
8
+
5
9
  ## [0.1.1]
6
10
 
7
11
  - First working publish. (`0.1.0` did not persist to the registry — a concurrent first-publish race on the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tegis/server",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Tegis backend SDK — mint short-lived, EdDSA-signed entitlement grants. The tenant signing key never leaves your server.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -8,8 +8,8 @@
8
8
  "homepage": "https://tegis.io",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/okbrk/aegis.git",
12
- "directory": "reference/sdk-ts/packages/server"
11
+ "url": "git+https://github.com/tegisio/tegis-js.git",
12
+ "directory": "packages/server"
13
13
  },
14
14
  "keywords": [
15
15
  "tegis",