@build-script/single-dog-asset 1.0.20 → 1.0.21

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/package/gitignore CHANGED
@@ -22,6 +22,7 @@ lib/
22
22
  *.tgz
23
23
  .test
24
24
  build-*/
25
+ tsdoc-metadata.json
25
26
 
26
27
  ### Package Manager
27
28
  node_modules
package/package/npmignore CHANGED
@@ -29,4 +29,3 @@ index.ts
29
29
  /test
30
30
 
31
31
  ### Temp Files
32
- /lib/dts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@build-script/single-dog-asset",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "tslib": "^2.4.0"