@localnerve/web-component-build 0.3.3 → 0.3.4

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.
package/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2023 Alex Grant, LocalNerve, LLC
1
+ Copyright 2023 - 2024 Alex Grant, LocalNerve, LLC
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
package/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Assemble and minify a web component from its parts.
4
4
  * Expose parts back to the calling build process.
5
5
  *
6
- * Copyright (c) 2023 Alex Grant (@localnerve), LocalNerve LLC
6
+ * Copyright (c) 2023 - 2024 Alex Grant (@localnerve), LocalNerve LLC
7
7
  * Copyrights licensed under the BSD License. See the accompanying LICENSE file for terms.
8
8
  */
9
9
  export {build, build as default} from './lib/index.js';
package/lib/build.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Web Component Build
3
3
  * Builds the component parts
4
4
  *
5
- * Copyright (c) 2023 Alex Grant (@localnerve), LocalNerve LLC
5
+ * Copyright (c) 2023 - 2024 Alex Grant (@localnerve), LocalNerve LLC
6
6
  * Copyrights licensed under the BSD License. See the accompanying LICENSE file for terms.
7
7
  */
8
8
  import * as path from 'node:path';
package/lib/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Assemble and minify a web component from its parts.
4
4
  * Expose parts back to the calling build process.
5
5
  *
6
- * Copyright (c) 2023 Alex Grant (@localnerve), LocalNerve LLC
6
+ * Copyright (c) 2023 - 2024 Alex Grant (@localnerve), LocalNerve LLC
7
7
  * Copyrights licensed under the BSD License. See the accompanying LICENSE file for terms.
8
8
  */
9
9
  import * as fs from 'node:fs/promises';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localnerve/web-component-build",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "A library to help build web components",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -52,7 +52,7 @@
52
52
  "terser": "^5.26.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/preset-env": "^7.23.6",
55
+ "@babel/preset-env": "^7.23.7",
56
56
  "eslint": "^8.56.0",
57
57
  "jest": "^29.7.0",
58
58
  "tempy": "^3.1.0"