@newlogic-digital/core 4.1.9 → 4.1.10

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/index.js +0 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -335,11 +335,6 @@ const plugin = async (options = {}) => {
335
335
 
336
336
  if (options.experimental) {
337
337
  groups = [
338
- {
339
- name: 'naja',
340
- test: /node_modules[\\/]naja(?:[\\/]|$)/,
341
- priority: 30,
342
- },
343
338
  {
344
339
  name: 'webuum',
345
340
  test: id => [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newlogic-digital/core",
3
3
  "type": "module",
4
- "version": "4.1.9",
4
+ "version": "4.1.10",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "newlogic-core": "./bin/newlogic-core.js"