@area2-ai/a2-demo-cipher-react 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 (1) hide show
  1. package/package.json +12 -2
package/package.json CHANGED
@@ -1,13 +1,22 @@
1
1
  {
2
2
  "name": "@area2-ai/a2-demo-cipher-react",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
5
  "author": "Area2 AI",
6
- "description": "# a2-demo-cipher-react for demo purposes",
6
+ "description": "React demo component for Area2 cipher integration",
7
7
  "type": "module",
8
8
  "main": "./dist/index.cjs",
9
9
  "module": "./dist/index.js",
10
10
  "types": "./dist/index.d.ts",
11
+ "keywords": [
12
+ "react",
13
+ "cipher",
14
+ "encryption",
15
+ "security",
16
+ "area2",
17
+ "demo",
18
+ "react-component"
19
+ ],
11
20
  "exports": {
12
21
  ".": {
13
22
  "import": {
@@ -33,6 +42,7 @@
33
42
  "access": "public",
34
43
  "registry": "https://registry.npmjs.org"
35
44
  },
45
+ "packageManager": "bun@1.3.5",
36
46
  "engines": {
37
47
  "node": ">=20"
38
48
  },