@spiracss/html-cli 0.1.11 → 0.1.12

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 +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Akihiro Hoshiyama
3
+ Copyright (c) 2025 SpiraCSS
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,3 +1,3 @@
1
1
  # @spiracss/html-cli
2
2
 
3
- Do not use. This package is experimental and internal only.
3
+ Experimental package under active development. Breaking changes may occur frequently.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiracss/html-cli",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "SpiraCSS development utilities",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "publishConfig": {
21
21
  "access": "public",
22
- "tag": "beta"
22
+ "tag": "latest"
23
23
  },
24
24
  "main": "dist/index.js",
25
25
  "types": "dist/index.d.ts",