@cerebruminc/yates 1.0.1 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.2](https://github.com/cerebruminc/yates/compare/v1.0.1...v1.0.2) (2023-01-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Publish package as public explicitly ([2b200e5](https://github.com/cerebruminc/yates/commit/2b200e5e3815c70e9bbf73182613bd5b4997ecb5))
9
+
3
10
  ## [1.0.1](https://github.com/cerebruminc/yates/compare/v1.0.0...v1.0.1) (2023-01-24)
4
11
 
5
12
 
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <div align="center">
2
2
  <img width="200" height="200" src="./images/yates-icon.png">
3
3
 
4
- [![npm version](https://badge.fury.io/js/@cerebruminc/yates.svg)](https://badge.fury.io/js/@cerebruminc/yates)
4
+ [![npm version](https://badge.fury.io/js/cerebruminc/yates.svg)](https://badge.fury.io/js/cerebruminc/yates)
5
5
 
6
6
  <h1>Yates = Prisma + RLS</h1>
7
7
 
@@ -11,7 +11,7 @@
11
11
  <br>
12
12
  </div>
13
13
 
14
- > English: from Middle English *yates* ‘gates’ plural of *yate* Old English *geat* ‘gate’ hence a topographic or occupational name for someone who lived by the gates of a town or castle and who probably acted as the gatekeeper or porter.
14
+ > English: from Middle English _yates_ ‘gates’ plural of _yate_ Old English _geat_ ‘gate’ hence a topographic or occupational name for someone who lived by the gates of a town or castle and who probably acted as the gatekeeper or porter.
15
15
 
16
16
  <br>
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerebruminc/yates",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Role based access control for Prisma Apps",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {