@quenty/templateprovider 11.36.0 → 11.37.0-canary.697.26191410126.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,17 @@
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
+ # [11.37.0-canary.697.26191410126.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/templateprovider@11.36.0...@quenty/templateprovider@11.37.0-canary.697.26191410126.0) (2026-05-20)
7
+
8
+
9
+ ### Features
10
+
11
+ * **luau:** convert 41 trivial files to --!strict typing ([0edcac1](https://github.com/Quenty/NevermoreEngine/commit/0edcac1e5ce096662406c2685e22469c22c187e4))
12
+
13
+
14
+
15
+
16
+
6
17
  # [11.36.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/templateprovider@11.35.2...@quenty/templateprovider@11.36.0) (2026-05-18)
7
18
 
8
19
  **Note:** Version bump only for package @quenty/templateprovider
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/templateprovider",
3
- "version": "11.36.0",
3
+ "version": "11.37.0-canary.697.26191410126.0",
4
4
  "description": "Base of a template retrieval system",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "5cba15660c2856169fd0362e1eeeca4c260029c2"
52
+ "gitHead": "c9c842433333fede662e0e36cde35e9a060ef7ca"
53
53
  }
@@ -1,4 +1,4 @@
1
- --!nonstrict
1
+ --!strict
2
2
  --[=[
3
3
  Like a template provider, but it also reparents and retrieves tagged objects
4
4