@pgpm/inflection 0.15.5 → 0.16.0

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -297,7 +297,7 @@ SELECT slug FROM blog_posts;
297
297
 
298
298
  ## Integration Examples
299
299
 
300
- ### With @pgpm/db-meta-schema
300
+ ### With @pgpm/metaschema-schema
301
301
 
302
302
  Use inflection for schema introspection and code generation:
303
303
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpm/inflection",
3
- "version": "0.15.5",
3
+ "version": "0.16.0",
4
4
  "description": "String inflection utilities for PostgreSQL naming conventions",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "contributors": [
@@ -21,7 +21,7 @@
21
21
  "test:watch": "jest --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@pgpm/verify": "0.15.5"
24
+ "@pgpm/verify": "0.16.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "pgpm": "^1.3.0"
@@ -34,5 +34,5 @@
34
34
  "bugs": {
35
35
  "url": "https://github.com/constructive-io/pgpm-modules/issues"
36
36
  },
37
- "gitHead": "f6bbdfb20760e308b02968038b6f54191a9fd527"
37
+ "gitHead": "3b2260bf7640d7194f237d556c7e5033bc7a9405"
38
38
  }