reef-knot 0.1.0 → 0.1.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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
$ rollup -c
|
|
2
2
|
[36m
|
|
3
3
|
[1m./src/index[22m → [1mdist/cjs, dist/esm[22m...[39m
|
|
4
|
-
(node:
|
|
4
|
+
(node:2114) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at /home/runner/work/reef-knot/reef-knot/node_modules/tslib/package.json.
|
|
5
5
|
Update this package.json to use a subpath pattern like "./*".
|
|
6
6
|
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
7
|
-
[32mcreated [1mdist/cjs, dist/esm[22m in [1m3.
|
|
7
|
+
[32mcreated [1mdist/cjs, dist/esm[22m in [1m3.8s[22m[39m
|
package/CHANGELOG.md
CHANGED