@dicebear/core 5.0.3 → 5.0.4

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Florian Körner
3
+ Copyright (c) 2023 Florian Körner
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/lib/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * DiceBear (@dicebear/core)
3
3
  *
4
4
  * Code licensed under MIT (https://github.com/dicebear/dicebear/blob/main/LICENSE)
5
- * Copyright (c) 2022 Florian Körner
5
+ * Copyright (c) 2023 Florian Körner
6
6
  */
7
7
  import * as license from './utils/license.js';
8
8
  import * as escape from './utils/escape.js';
package/lib/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * DiceBear (@dicebear/core)
3
3
  *
4
4
  * Code licensed under MIT (https://github.com/dicebear/dicebear/blob/main/LICENSE)
5
- * Copyright (c) 2022 Florian Körner
5
+ * Copyright (c) 2023 Florian Körner
6
6
  */
7
7
  import * as license from './utils/license.js';
8
8
  import * as escape from './utils/escape.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/core",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "An avatar library for designers and developers.",
5
5
  "keywords": [
6
6
  "avatar",
@@ -32,7 +32,7 @@
32
32
  "test": "uvu tests"
33
33
  },
34
34
  "dependencies": {
35
- "@dicebear/converter": "^5.0.3"
35
+ "@dicebear/converter": "^5.0.4"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@tsconfig/recommended": "^1.0.1",
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "14f86eb4ad8c481902d505c838c26420370d232c"
49
+ "gitHead": "0158d13ad3760498a3622ca8bda8420929acc6dc"
50
50
  }