clique-seeds
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "clique-seeds", | ||
"description": "A utility for creating seed data for both the server and client.", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Walker Ward <walker.ward1@gmail.com> ()", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -121,3 +121,3 @@ /** | ||
type: 'assets', | ||
name: `XDAM_0000${this.pad(this.records.assets.length + 1, 5)}.jpg`, | ||
name: `XDAM_${this.pad(this.records.assets.length + 1, 5)}.jpg`, | ||
created: this.created(), | ||
@@ -124,0 +124,0 @@ modified: this.modified(), |
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
155992