Skip to content

Commit

Permalink
Merge pull request #644 from pmndrs/dev
Browse files Browse the repository at this point in the history
Version 6.36.0
  • Loading branch information
vanruesc authored Jul 25, 2024
2 parents 3d88945 + 13d15ef commit 1789ef9
Show file tree
Hide file tree
Showing 15 changed files with 804 additions and 953 deletions.
1 change: 0 additions & 1 deletion manual/assets/js/libs/vendor.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * from "three";
export * from "three/examples/jsm/loaders/GLTFLoader.js";
export * from "three/examples/jsm/misc/Timer.js";

export { ControlMode, SpatialControls } from "spatial-controls";
export { Pane } from "tweakpane";
1 change: 0 additions & 1 deletion manual/assets/js/src/shims/require.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export function require(name) {

case "three":
case "three/examples/jsm/loaders/GLTFLoader.js":
case "three/examples/jsm/misc/Timer.js":
case "tweakpane":
case "spatial-controls":
return window.VENDOR;
Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postprocessing",
"version": "6.35.6",
"version": "6.36.0",
"description": "A post processing library for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"license": "Zlib",
Expand Down Expand Up @@ -49,9 +49,6 @@
"files": [
"./build"
],
"engines": {
"node": ">= 0.13.2"
},
"ava": {
"failFast": true,
"files": [
Expand All @@ -72,7 +69,7 @@
"copy": "cpy \"demo/static/**/*\" public/demo",
"deploy": "run-s copy postcss hugo gzip",
"doc": "esdoc",
"gzip": "gzipper c public",
"gzip": "gzipper c \"public\"",
"hugo": "hugo -s manual --minify",
"lint": "run-p lint:*",
"lint:css": "stylelint --fix manual/assets/css/src",
Expand All @@ -88,7 +85,7 @@
"watch:js": "node esbuild -w"
},
"peerDependencies": {
"three": ">= 0.152.0 < 0.167.0"
"three": ">= 0.157.0 < 0.168.0"
},
"devDependencies": {
"@tweakpane/core": "2.x.x",
Expand All @@ -109,7 +106,7 @@
"eslint": "8.x.x",
"eslint-config-aether": "1.x.x",
"eslint-watch": "8.x.x",
"gzipper": "7.x.x",
"gzipper": "8.x.x",
"hugo-bin": "0.x.x",
"npm-run-all": "4.x.x",
"postcss": "8.x.x",
Expand Down
Loading

0 comments on commit 1789ef9

Please sign in to comment.