@onflow/util-template
Advanced tools
Comparing version 1.2.1 to 1.2.2-event-streaming.0
# @onflow/util-template | ||
## 1.2.2-event-streaming.0 | ||
### Patch Changes | ||
- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated | ||
- Updated dependencies [[`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: | ||
- @onflow/util-logger@1.3.2-event-streaming.0 | ||
## 1.2.1 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@onflow/util-template", | ||
"version": "1.2.1", | ||
"version": "1.2.2-event-streaming.0", | ||
"description": "Template Literal used for Cadence Interop", | ||
@@ -17,3 +17,3 @@ "license": "Apache-2.0", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@onflow/fcl-bundle": "^1.4.1", | ||
"@onflow/fcl-bundle": "^1.4.2-event-streaming.0", | ||
"@types/jest": "^29.5.3", | ||
@@ -30,3 +30,3 @@ "@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"unpkg": "dist/template.umd.js", | ||
"types": "dist/template.d.ts", | ||
"types": "types/template.d.ts", | ||
"scripts": { | ||
@@ -41,4 +41,4 @@ "prepublishOnly": "npm test && npm run build", | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/util-logger": "^1.3.1" | ||
"@onflow/util-logger": "^1.3.2-event-streaming.0" | ||
} | ||
} |
@@ -6,8 +6,6 @@ { | ||
"compilerOptions": { | ||
// Types should go into this directory. | ||
// Removing this would place the .d.ts files | ||
// next to the .js files | ||
"outDir": "types" | ||
"declarationDir": "types", | ||
"rootDir": "src" | ||
}, | ||
"exclude": ["src/__snapshots__"] | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
31110
230
1
1