@twotaps/site-utils
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -1,3 +0,3 @@ | ||
import { TTSchemaProperties } from "./page.dto"; | ||
import { PageDto } from "./page.dto"; | ||
import { TTSchemaProperties } from "./page.dto.js"; | ||
import { PageDto } from "./page.dto.js"; | ||
import { Page_page, Page_page_publishedRevision_schema_ttschema_fields, Page_page_publishedRevision_schema_ttschema_subSchemas } from "./__generated__/Page"; | ||
@@ -4,0 +4,0 @@ export declare function getComponentsDictFromModules(modules: any): {}; |
@@ -13,3 +13,3 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
import { Client } from "@urql/core"; | ||
import { GET_PAGE } from "./page.query"; | ||
import { GET_PAGE } from "./page.query.js"; | ||
var TTSchemaFieldType; | ||
@@ -16,0 +16,0 @@ (function (TTSchemaFieldType) { |
{ | ||
"name": "@twotaps/site-utils", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "This package provides helper code for building twotaps public sites", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19605