node-type-registry 0.7.0 → 0.7.1
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/README.md +0 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -74,16 +74,6 @@ Generate SQL seed scripts for `node_type_registry` table:
|
|
|
74
74
|
cd graphile/node-type-registry && pnpm generate:seed --pgpm ../../constructive-db/packages/metaschema
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
-
## Preset (deprecated)
|
|
78
|
-
|
|
79
|
-
> **Note:** The `NodeTypeRegistryPreset` is no longer the recommended approach.
|
|
80
|
-
> Use the generated TypeScript types instead (see above). The preset remains
|
|
81
|
-
> available for backward compatibility but will be removed in a future version.
|
|
82
|
-
|
|
83
|
-
```typescript
|
|
84
|
-
import { NodeTypeRegistryPreset } from 'node-type-registry/preset';
|
|
85
|
-
```
|
|
86
|
-
|
|
87
77
|
---
|
|
88
78
|
|
|
89
79
|
## Education and Tutorials
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-type-registry",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Node type definitions for the Constructive blueprint system. Single source of truth for all Authz*, Data*, Relation*, and View* node types.",
|
|
5
5
|
"author": "Constructive <developers@constructive.io>",
|
|
6
6
|
"main": "index.js",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"registry",
|
|
49
49
|
"graphile"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "d0d8f5ca5828ad3efba5f607bc699a8d520e4603"
|
|
52
52
|
}
|