@quenty/tie 3.1.0 → 3.1.1-canary.38bdfe3.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,14 @@
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.38bdfe3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tie@3.1.0...@quenty/tie@3.1.1-canary.38bdfe3.0) (2022-09-07)
7
+
8
+ **Note:** Version bump only for package @quenty/tie
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tie@3.0.1...@quenty/tie@3.1.0) (2022-08-22)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/tie
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/tie",
3
- "version": "3.1.0",
3
+ "version": "3.1.1-canary.38bdfe3.0",
4
4
  "description": "Tie allows interfaces to be defined between Lua OOP and Roblox objects.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,25 +28,25 @@
28
28
  "Quenty"
29
29
  ],
30
30
  "dependencies": {
31
- "@quenty/attributeutils": "^7.1.0",
32
- "@quenty/baseobject": "^5.1.1",
33
- "@quenty/brio": "^7.1.0",
34
- "@quenty/instanceutils": "^6.1.0",
35
- "@quenty/loader": "^5.0.1",
36
- "@quenty/maid": "^2.4.0",
37
- "@quenty/rx": "^6.1.0",
38
- "@quenty/string": "^3.0.0",
39
- "@quenty/symbol": "^2.1.0",
40
- "@quenty/table": "^3.1.0",
41
- "@quenty/valuebaseutils": "^6.1.0",
42
- "@quenty/valueobject": "^6.1.0"
31
+ "@quenty/attributeutils": "7.1.1-canary.38bdfe3.0",
32
+ "@quenty/baseobject": "5.1.1",
33
+ "@quenty/brio": "7.1.1-canary.38bdfe3.0",
34
+ "@quenty/instanceutils": "6.1.1-canary.38bdfe3.0",
35
+ "@quenty/loader": "5.0.1",
36
+ "@quenty/maid": "2.4.0",
37
+ "@quenty/rx": "6.1.1-canary.38bdfe3.0",
38
+ "@quenty/string": "3.0.0",
39
+ "@quenty/symbol": "2.1.0",
40
+ "@quenty/table": "3.1.0",
41
+ "@quenty/valuebaseutils": "6.1.1-canary.38bdfe3.0",
42
+ "@quenty/valueobject": "6.1.1-canary.38bdfe3.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@quenty/promise": "^5.1.1",
46
- "@quenty/signal": "^2.3.0"
45
+ "@quenty/promise": "5.1.2-canary.38bdfe3.0",
46
+ "@quenty/signal": "2.3.0"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "4efdac5a9e3433adc7903782e233d805dba568ac"
51
+ "gitHead": "38bdfe3721bddf1d272628b1104b1d8e0abaf24f"
52
52
  }
@@ -26,10 +26,6 @@ function TiePropertyDefinition:GetTieDefinition()
26
26
  return self._tieDefinition
27
27
  end
28
28
 
29
- function TiePropertyDefinition:IsAttribute()
30
- return self._isAttribute
31
- end
32
-
33
29
  function TiePropertyDefinition:GetDefaultValue()
34
30
  return self._defaultValue
35
31
  end