@babylonjs/post-processes 5.32.1 → 5.33.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/post-processes",
3
- "version": "5.32.1",
3
+ "version": "5.33.0",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "types": "index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "prepublishOnly": "build-tools -c prepare-es6-build"
20
20
  },
21
21
  "devDependencies": {
22
- "@babylonjs/core": "^5.32.1",
22
+ "@babylonjs/core": "^5.33.0",
23
23
  "@dev/build-tools": "^1.0.0",
24
24
  "@lts/post-processes": "^1.0.0",
25
25
  "rimraf": "^3.0.2",
package/readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Babylon.js Post Processes Library
2
2
  =====================
3
3
 
4
- For usage documentation please visit http://doc.babylonjs.com/extensions and choose "post process library".
4
+ For usage documentation please visit https://doc.babylonjs.com/extensions and choose "post process library".
5
5
 
6
6
  # Installation instructions
7
7