@quenty/string 3.0.0 → 3.1.1-canary.468.ea8a226.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.1.1-canary.468.ea8a226.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.1.0...@quenty/string@3.1.1-canary.468.ea8a226.0) (2024-05-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.0.0...@quenty/string@3.1.0) (2023-02-21)
18
+
19
+ **Note:** Version bump only for package @quenty/string
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@2.3.0...@quenty/string@3.0.0) (2022-08-14)
7
26
 
8
27
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2014-2022 Quenty
3
+ Copyright (c) 2014-2024 James Onnen (Quenty)
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/README.md CHANGED
@@ -13,9 +13,9 @@
13
13
 
14
14
  This module provides utility functions for strings
15
15
 
16
- <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/string">View docs →</a></div>
16
+ <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/String">View docs →</a></div>
17
17
 
18
18
  ## Installation
19
19
  ```
20
20
  npm install @quenty/string --save
21
- ```
21
+ ```
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "name": "string",
3
+ "globIgnorePaths": [ "**/.package-lock.json" ],
3
4
  "tree": {
4
5
  "$path": "src"
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/string",
3
- "version": "3.0.0",
3
+ "version": "3.1.1-canary.468.ea8a226.0",
4
4
  "description": "This module provides utility functions for strings",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,5 +28,5 @@
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "dbb62609f980983cc32da90acfef13e30ed41113"
31
+ "gitHead": "ea8a2260a364aaf6d6c246a93632b789935da134"
32
32
  }