@lightsparkdev/core 1.0.17 → 1.0.18

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/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lightsparkdev/core
2
2
 
3
+ ## 1.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 062bf8a: [js] Add engines field to all packages to indicate supported NodeJS versions
8
+
3
9
  ## 1.0.17
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/core",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Lightspark JS SDK",
5
5
  "author": "Lightspark Inc.",
6
6
  "keywords": [
@@ -48,9 +48,6 @@
48
48
  "default": "./dist/utils/index.cjs"
49
49
  }
50
50
  },
51
- "engines": {
52
- "node": ">=18.17.0"
53
- },
54
51
  "browser": {
55
52
  "crypto": false
56
53
  },
@@ -89,7 +86,7 @@
89
86
  },
90
87
  "devDependencies": {
91
88
  "@lightsparkdev/eslint-config": "*",
92
- "@lightsparkdev/tsconfig": "0.0.0",
89
+ "@lightsparkdev/tsconfig": "0.0.1",
93
90
  "@types/crypto-js": "^4.1.1",
94
91
  "@types/jest": "^29.5.3",
95
92
  "@types/lodash-es": "^4.17.6",
@@ -105,5 +102,8 @@
105
102
  "tsc-absolute": "^1.0.1",
106
103
  "tsup": "^7.2.0",
107
104
  "typescript": "^5.0.0"
105
+ },
106
+ "engines": {
107
+ "node": ">=18"
108
108
  }
109
109
  }