Skip to content

Commit 6f71a22

Browse files
committed
chore: wip
1 parent daa910c commit 6f71a22

8 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/asn1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "ts-pki",
2+
"name": "ts-asn1",
33
"type": "module",
44
"version": "0.0.0",
5-
"description": "A PKI library.",
5+
"description": "A ASN.1 library.",
66
"author": "Chris Breuer <chris@stacksjs.org> (https://github.com/chrisbbreuer)",
77
"license": "MIT",
88
"homepage": "https://github.com/stacksjs/ts-security#readme",

packages/pem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ts-pki",
2+
"name": "ts-pem",
33
"type": "module",
44
"version": "0.0.0",
55
"description": "A PKI library.",

packages/pkcs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "ts-pki",
2+
"name": "ts-pkcs",
33
"type": "module",
44
"version": "0.0.0",
5-
"description": "A PKI library.",
5+
"description": "A PKCS library.",
66
"author": "Chris Breuer <chris@stacksjs.org> (https://github.com/chrisbbreuer)",
77
"license": "MIT",
88
"homepage": "https://github.com/stacksjs/ts-security#readme",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "esnext",
77
"moduleResolution": "bundler",
88
"paths": {
9-
"ts-security": ["./packages/ts-security/src"],
9+
"ts-security": ["./packages/core/src"],
1010
"ts-security-utils": ["./packages/utils/src"],
1111
"ts-base-x": ["./packages/base-x/src"],
1212
"ts-hash": ["./packages/hash/src"],

0 commit comments

Comments
 (0)