create-ifc-lite 1.1.5 → 1.1.6

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -228,7 +228,7 @@ function createBasicTemplate(targetDir, projectName) {
228
228
  // package.json
229
229
  writeFileSync(join(targetDir, 'package.json'), JSON.stringify({
230
230
  name: projectName,
231
- version: '1.1.4',
231
+ version: '1.1.6',
232
232
  type: 'module',
233
233
  scripts: {
234
234
  parse: 'npx tsx src/index.ts',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ifc-lite",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Create IFC-Lite projects with one command",
5
5
  "type": "module",
6
6
  "bin": {