@vettly/shared 0.1.9 → 0.1.10

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 +6 -6
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @nextauralabs/vettly-shared
1
+ # @vettly/shared
2
2
 
3
3
  Shared TypeScript types for the Vettly SDK ecosystem.
4
4
 
@@ -6,10 +6,10 @@ Shared TypeScript types for the Vettly SDK ecosystem.
6
6
 
7
7
  | Package | Description |
8
8
  |---------|-------------|
9
- | [@nextauralabs/vettly-sdk](https://npmjs.com/package/@nextauralabs/vettly-sdk) | Core TypeScript SDK |
10
- | [@nextauralabs/vettly-react](https://npmjs.com/package/@nextauralabs/vettly-react) | React components |
11
- | [@nextauralabs/vettly-express](https://npmjs.com/package/@nextauralabs/vettly-express) | Express middleware |
12
- | [@nextauralabs/vettly-nextjs](https://npmjs.com/package/@nextauralabs/vettly-nextjs) | Next.js integration |
9
+ | [@vettly/sdk](https://npmjs.com/package/@vettly/sdk) | Core TypeScript SDK |
10
+ | [@vettly/react](https://npmjs.com/package/@vettly/react) | React components |
11
+ | [@vettly/express](https://npmjs.com/package/@vettly/express) | Express middleware |
12
+ | [@vettly/nextjs](https://npmjs.com/package/@vettly/nextjs) | Next.js integration |
13
13
 
14
14
  ## Usage
15
15
 
@@ -20,7 +20,7 @@ import type {
20
20
  Policy,
21
21
  Category,
22
22
  Action
23
- } from '@nextauralabs/vettly-shared'
23
+ } from '@vettly/shared'
24
24
  ```
25
25
 
26
26
  ## Links
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vettly/shared",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Shared TypeScript types for Vettly protection SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -37,8 +37,7 @@
37
37
  },
38
38
  "homepage": "https://vettly.dev",
39
39
  "publishConfig": {
40
- "access": "public",
41
- "name": "@nextauralabs/vettly-shared"
40
+ "access": "public"
42
41
  },
43
42
  "bugs": {
44
43
  "url": "https://github.com/brian-nextaura/vettly-docs/issues"