Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clear-paths-exist.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/basic-example

## 1.1.16

### Patch Changes

- Updated dependencies [9ccaf68]
- @cipherstash/protect@10.4.0

## 1.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/basic-example",
"private": true,
"version": "1.1.15",
"version": "1.1.16",
"type": "module",
"scripts": {
"start": "tsx index.ts"
Expand Down
8 changes: 8 additions & 0 deletions examples/dynamo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cipherstash/dynamo-example

## 0.2.17

### Patch Changes

- Updated dependencies [9ccaf68]
- @cipherstash/protect@10.4.0
- @cipherstash/protect-dynamodb@8.0.0

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/dynamo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/dynamo-example",
"private": true,
"version": "0.2.16",
"version": "0.2.17",
"type": "module",
"scripts": {
"simple": "tsx src/simple.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# nest

## 0.0.10

### Patch Changes

- Updated dependencies [9ccaf68]
- @cipherstash/protect@10.4.0

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest",
"version": "0.0.9",
"version": "0.0.10",
"description": "",
"author": "",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions examples/next-drizzle-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-drizzle-mysql

## 0.2.16

### Patch Changes

- Updated dependencies [9ccaf68]
- @cipherstash/protect@10.4.0

## 0.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/next-drizzle-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-drizzle-mysql",
"version": "0.2.15",
"version": "0.2.16",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
7 changes: 7 additions & 0 deletions examples/nextjs-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/nextjs-clerk-example

## 0.2.17

### Patch Changes

- Updated dependencies [9ccaf68]
- @cipherstash/protect@10.4.0

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/nextjs-clerk-example",
"version": "0.2.16",
"version": "0.2.17",
"private": true,
"scripts": {
"check-types": "tsc --noEmit",
Expand Down
7 changes: 7 additions & 0 deletions examples/typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/typeorm-example

## 0.1.9

### Patch Changes

- Updated dependencies [9ccaf68]
- @cipherstash/protect@10.4.0

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/typeorm-example",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"description": "Protect.js with TypeORM example",
"type": "commonjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/drizzle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/drizzle

## 2.3.0

### Patch Changes

- Updated dependencies [9ccaf68]
- @cipherstash/protect@10.4.0

## 2.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/drizzle",
"version": "2.2.0",
"version": "2.3.0",
"description": "CipherStash Protect.js Drizzle ORM integration for TypeScript",
"keywords": [
"encrypted",
Expand Down
7 changes: 7 additions & 0 deletions packages/protect-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/protect-dynamodb

## 8.0.0

### Patch Changes

- Updated dependencies [9ccaf68]
- @cipherstash/protect@10.4.0

## 7.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protect-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/protect-dynamodb",
"version": "7.0.0",
"version": "8.0.0",
"description": "Protect.js DynamoDB Helpers",
"keywords": [
"dynamodb",
Expand Down
6 changes: 6 additions & 0 deletions packages/protect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cipherstash/protect

## 10.4.0

### Minor Changes

- 9ccaf68: Allow stash cli tool to read env files from .env.\*.

## 10.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/protect",
"version": "10.3.0",
"version": "10.4.0",
"description": "CipherStash Protect for JavaScript",
"keywords": [
"encrypted",
Expand Down