dazscript-framework 0.1.1 → 0.1.3

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.
@@ -22,11 +22,11 @@ module.exports = {
22
22
  '@babel/plugin-transform-private-property-in-object',
23
23
  '@babel/plugin-transform-private-methods',
24
24
  [
25
- './src/framework/babel/trace-babel-plugin',
25
+ 'dazscript-framework/babel/trace-babel-plugin', // Ensure this path is correct
26
26
  { default: false, retainLines: false },
27
27
  ],
28
28
  [
29
- './src/framework/babel/trace-log-babel-plugin',
29
+ 'dazscript-framework/babel/trace-log-babel-plugin', // Ensure this path is correct
30
30
  { default: false, retainLines: false },
31
31
  ],
32
32
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dazscript-framework",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "author": "Freddy Diaz",
5
5
  "license": "MPL-2.0",
6
6
  "description": "",
@@ -15,8 +15,8 @@
15
15
  "exports": {
16
16
  "./webpack": "./webpack.config.js",
17
17
  "./babel": "./babel/babel.config.js",
18
- "./trace-babel-plugin": "./babel/trace-babel-plugin.js",
19
- "./trace-log-babel-plugin": "./babel/trace-log-babel-plugin.js"
18
+ "./babel/trace-babel-plugin": "./babel/trace-babel-plugin.js",
19
+ "./babel/trace-log-babel-plugin": "./babel/trace-log-babel-plugin.js"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",