@rbxts/prototype 0.0.3 → 0.0.5

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.
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "flameworkVersion": "1.3.1",
4
+ "identifiers": {
5
+ "@rbxts/prototype:out/prototype@PrototypeKindData": "$prototype:prototype@PrototypeKindData",
6
+ "@rbxts/prototype:out/prototype@PrototypeHandler": "$prototype:prototype@PrototypeHandler",
7
+ "@rbxts/prototype:out/types@IInheritingPrototype": "$prototype:types@IInheritingPrototype"
8
+ },
9
+ "metadata": {},
10
+ "identifierPrefix": "$prototype",
11
+ "classes": [
12
+ {
13
+ "filePath": "out\\prototype.lua",
14
+ "internalId": "$prototype:prototype@PrototypeHandler",
15
+ "decorators": []
16
+ }
17
+ ]
18
+ }
package/out/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export * from "./prototype-ref";
2
2
  export * from "./prototype";
3
- export * from "./types";
3
+ export type * from "./types";
package/out/init.lua CHANGED
@@ -7,7 +7,4 @@ end
7
7
  for _k, _v in TS.import(script, script, "prototype") or {} do
8
8
  exports[_k] = _v
9
9
  end
10
- for _k, _v in TS.import(script, script, "types") or {} do
11
- exports[_k] = _v
12
- end
13
10
  return exports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/prototype",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "",
5
5
  "main": "out/init.lua",
6
6
  "scripts": {
@@ -17,7 +17,8 @@
17
17
  "files": [
18
18
  "out",
19
19
  "!**/*.tsbuildinfo",
20
- "!**/*.spec.lua"
20
+ "!**/*.spec.lua",
21
+ "flamework.build"
21
22
  ],
22
23
  "publishConfig": {
23
24
  "access": "public"