@lukekaalim/act-three 7.0.2 → 7.1.1
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 +12 -0
- package/package.json +5 -5
- /package/{mod.ts → index.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @lukekaalim/act-three
|
|
2
2
|
|
|
3
|
+
## 7.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed act-three not being delcared a module, update main export to "index.ts" from "mod.ts"
|
|
8
|
+
|
|
9
|
+
## 7.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- Update threejs dependency to 0.185
|
|
14
|
+
|
|
3
15
|
## 7.0.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lukekaalim/act-three",
|
|
3
3
|
"main": "mod.ts",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.1.1",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@types/three": ">= 0.171.0",
|
|
7
|
-
"@lukekaalim/act-web": "^5.1.0",
|
|
8
6
|
"@lukekaalim/act": "^4.2.0",
|
|
7
|
+
"@lukekaalim/act-backstage": "^3.1.1",
|
|
9
8
|
"@lukekaalim/act-recon": "^4.0.0",
|
|
10
|
-
"@lukekaalim/act-
|
|
9
|
+
"@lukekaalim/act-web": "^5.1.0",
|
|
10
|
+
"@types/three": ">= 0.185.0"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"three": ">= 0.
|
|
13
|
+
"three": ">= 0.185.0"
|
|
14
14
|
}
|
|
15
15
|
}
|
/package/{mod.ts → index.ts}
RENAMED
|
File without changes
|