@twotaps/site-utils
Advanced tools
Comparing version 0.0.25 to 0.0.26
{ | ||
"name": "@twotaps/site-utils", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "This package provides helper code for building twotaps public sites", | ||
@@ -16,12 +16,2 @@ "main": "dist/index.js", | ||
}, | ||
"scripts": { | ||
"pre:build": "yarn generate-schema", | ||
"prepublish": "yarn clean && yarn svelte-kit package", | ||
"clean": "rm -rf dist", | ||
"build": "yarn svelte-kit package", | ||
"build-watch": "yarn clean && yarn build --watch", | ||
"build:clean": "yarn clean && yarn build --force", | ||
"generate:schema": "yarn ts-node ./src/fetch-sdl.ts && graphql-codegen --config codegen.yml", | ||
"generate:types": "npx apollo client:codegen __generated__ --target=typescript" | ||
}, | ||
"dependencies": { | ||
@@ -58,3 +48,16 @@ "@sveltejs/kit": "=1.0.0-next.299", | ||
"url": "https://github.com/ltnetwork/twotaps-site-utils/issues" | ||
}, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./components/BaseComponent.svelte": "./components/BaseComponent.svelte", | ||
"./components/Placeholder.svelte": "./components/Placeholder.svelte", | ||
"./components/Site.svelte": "./components/Site.svelte", | ||
"./components": "./components/index.js", | ||
"./fetch-sdl": "./fetch-sdl.js", | ||
".": "./index.js", | ||
"./page": "./page/index.js", | ||
"./page/page.dto": "./page/page.dto.js", | ||
"./page/page.query": "./page/page.query.js", | ||
"./page/page.service": "./page/page.service.js" | ||
} | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1989
2
0
3