Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
signorpipo committed Jan 30, 2025
1 parent 2e11f72 commit db6b438
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 167 deletions.
282 changes: 152 additions & 130 deletions wle_pp/wle_pp/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions wle_pp/wle_pp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wle-pp",
"version": "0.7.6",
"version": "0.8.0",
"author": "Pipo",
"description": "A library for the Wonderland Engine",
"homepage": "https://github.com/signorpipo/wle-pp",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"wonderlandengine": {},
"peerDependencies": {
"@wonderlandengine/api": "~1.2.4",
"@wonderlandengine/components": "~1.1.5",
"@wonderlandengine/api": "~1.3.0",
"@wonderlandengine/components": "~1.2.0",
"gl-matrix": "^3.4.3",
"howler": "^2.2.4"
},
Expand Down
8 changes: 4 additions & 4 deletions wle_pp/wle_pp_bundle/bundle/pp/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ var __export = (target, all) => {
};

// dist/pp/index.js
var pp_exports = {};
__export(pp_exports, {
var index_exports = {};
__export(index_exports, {
AddPPToWindowComponent: () => AddPPToWindowComponent,
AddWLToWindowComponent: () => AddWLToWindowComponent,
AdjustHierarchyPhysXScaleComponent: () => AdjustHierarchyPhysXScaleComponent,
Expand Down Expand Up @@ -25113,7 +25113,7 @@ function initPlugins() {
}

// dist/pp/pp/pp_version.js
var PP_VERSION = "0.7.6";
var PP_VERSION = "0.8.0";

// dist/pp/pp/init_pp.js
function initPP(engine) {
Expand All @@ -25136,7 +25136,7 @@ var AddPPToWindowComponent = class extends Component18 {
this._myPP = null;
if (this._myAdd) {
this._myPP = {};
this._addProperties(pp_exports);
this._addProperties(index_exports);
window.PP = this._myPP;
}
}
Expand Down
4 changes: 2 additions & 2 deletions wle_pp/wle_pp_bundle/bundle/pp/bundle.js.map

Large diffs are not rendered by default.

54 changes: 29 additions & 25 deletions wle_pp/wle_pp_bundle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions wle_pp/wle_pp_bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wle-pp-bundle",
"version": "0.7.6",
"version": "0.8.0",
"author": "Pipo",
"description": "A library for the Wonderland Engine - Bundled Version",
"homepage": "https://github.com/signorpipo/wle-pp",
Expand All @@ -26,8 +26,8 @@
"main": "./bundle/pp/bundle.js",
"wonderlandengine": {},
"peerDependencies": {
"@wonderlandengine/api": "~1.2.4",
"@wonderlandengine/components": "~1.1.5",
"@wonderlandengine/api": "~1.3.0",
"@wonderlandengine/components": "~1.2.0",
"gl-matrix": "^3.4.3",
"howler": "^2.2.4"
}
Expand Down

0 comments on commit db6b438

Please sign in to comment.