piral-cli-parcel2 1.1.0 → 1.2.0

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 - 2025 smapiot
3
+ Copyright (c) 2019 - 2026 smapiot
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Piral Logo](https://github.com/smapiot/piral/raw/main/docs/assets/logo.png)](https://piral.io)
2
2
 
3
- # [Piral CLI Parcel2](https://piral.io) · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral-cli-parcel2/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/piral-cli-parcel2.svg?style=flat)](https://www.npmjs.com/package/piral-cli-parcel2) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://jestjs.io) [![Gitter Chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/piral-io/community)
3
+ # [Piral CLI Parcel2](https://piral.io) · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral-cli-parcel2/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/piral-cli-parcel2.svg?style=flat)](https://www.npmjs.com/package/piral-cli-parcel2) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://jestjs.io) [![Community Chat](https://img.shields.io/discord/1222632475449229352)](https://discord.gg/kKJ2FZmK8t)
4
4
 
5
5
  This plugin enables using [Parcel v2](https://v2.parceljs.org) as the bundler for Piral instances and pilets.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-cli-parcel2",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Provides debug and build capabilities for pilets and Piral instances using Parcel v2.",
5
5
  "keywords": [
6
6
  "piral-cli",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "repository": {
34
34
  "type": "git",
35
- "url": "git+https://github.com/smapiot/piral-cli-parcel2.git"
35
+ "url": "https://github.com/smapiot/piral-cli-parcel2.git"
36
36
  },
37
37
  "bugs": {
38
38
  "url": "https://github.com/smapiot/piral-cli-parcel2/issues"
@@ -45,8 +45,8 @@
45
45
  "@parcel/core": "^2",
46
46
  "@parcel/reporter-cli": "^2",
47
47
  "@parcel/transformer-sass": "^2",
48
- "parcel-optimizer-pilet": "^1.1.0",
49
- "parcel-runtime-pilet": "^1.1.0",
48
+ "parcel-optimizer-pilet": "^1.2.0",
49
+ "parcel-runtime-pilet": "^1.2.0",
50
50
  "parcel-transformer-codegen": "^2"
51
51
  },
52
52
  "devDependencies": {
@@ -54,5 +54,5 @@
54
54
  "@types/yargs": "^17",
55
55
  "piral-cli": "1.7.3"
56
56
  },
57
- "gitHead": "27bbb938bb00198af39b969f68e83502bad0556f"
57
+ "gitHead": "9defe104dd267525bc37d029526e8ce6ae1817ac"
58
58
  }