@newlogic-digital/core 4.1.8 → 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 +1 -6
  2. package/package.json +6 -6
package/index.js CHANGED
@@ -154,7 +154,7 @@ const plugin = async (options = {}) => {
154
154
  }
155
155
  }
156
156
 
157
- if (options.fontless?.options) {
157
+ if (options.fontless?.options || options.experimental) {
158
158
  const { fontless } = await import('fontless')
159
159
 
160
160
  if (!options.fontless.options && options.experimental) {
@@ -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.8",
4
+ "version": "4.1.10",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "newlogic-core": "./bin/newlogic-core.js"
@@ -27,8 +27,8 @@
27
27
  "browserslist": "^4.28.4",
28
28
  "browserslist-to-esbuild": "^2.1.1",
29
29
  "lightningcss": "^1.32.0",
30
- "npm-check-updates": "^22.2.7",
31
- "oxlint": "^1.71.0",
30
+ "npm-check-updates": "^22.2.9",
31
+ "oxlint": "^1.72.0",
32
32
  "postcss-custom-properties": "^15.0.1",
33
33
  "stylelint-config-standard": "^40.0.0",
34
34
  "vituum": "^2.0.2"
@@ -51,11 +51,11 @@
51
51
  }
52
52
  },
53
53
  "devDependencies": {
54
- "@tailwindcss/vite": "^4.3.1",
55
- "@types/node": "^26.0",
54
+ "@tailwindcss/vite": "^4.3.2",
55
+ "@types/node": "^26.1",
56
56
  "@vituum/vite-plugin-twig": "^2.0.1",
57
57
  "fontless": "^0.2.1",
58
- "rolldown": "^1.1.3",
58
+ "rolldown": "^1.1.4",
59
59
  "typescript": "^6"
60
60
  },
61
61
  "files": [