@preference-sl/prefconfigurator-wasm 0.2.0 → 0.2.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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/main.js +2 -2
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # prefconfigurator-wasm
1
+ # prefconfigurator-wasm
2
2
 
3
3
  Upon install, \postinstall\ copies into the consumer project:
4
4
 
5
5
  - \public/preference-sl/prefconfigurator-wasm/_framework\
6
6
  - \public/preference-sl/prefconfigurator-wasm/main.js\ (if not present)
7
7
  - \public/preference-sl/prefconfigurator-wasm/index.demo.html\ (if not present)
8
- - Extra JS under \public/preference-sl/prefconfigurator-wasm/\ (without overwriting)
8
+ - Extra JS under \public/preference-sl/prefconfigurator-wasm/\ (without overwriting)
package/main.js CHANGED
@@ -1,2 +1,2 @@
1
- const path = require("path");
2
- module.exports = { frameworkPath: path.join(__dirname, "_framework") };
1
+ const path = require("path");
2
+ module.exports = { frameworkPath: path.join(__dirname, "_framework") };
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
- {
1
+ {
2
2
  "scripts": {
3
3
  "postinstall": "node scripts/postinstall.js"
4
4
  },
5
5
  "description": ".NET WebAssembly runtime package that centralizes logic for building product configurators, exposing a simple API for integration into ecommerce platforms.",
6
- "version": "0.2.0",
6
+ "version": "0.2.1",
7
7
  "files": [
8
8
  "_framework/**",
9
9
  "**/*.js",
@@ -15,4 +15,4 @@
15
15
  "private": false,
16
16
  "main": "main.js",
17
17
  "license": "MIT"
18
- }
18
+ }