@tarojs/parse-css-to-stylesheet 0.0.69 → 1.0.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 (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +12 -12
package/index.d.ts CHANGED
@@ -9,4 +9,4 @@ export interface ParseOptions {
9
9
  export interface ParseResult {
10
10
  code: string
11
11
  }
12
- export function parse(component: string, styles: Array<string>, options: ParseOptions): ParseResult
12
+ export function parse(styles: Array<string>, options: ParseOptions): ParseResult
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/parse-css-to-stylesheet",
3
- "version": "0.0.69",
3
+ "version": "1.0.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "napi": {
@@ -53,16 +53,16 @@
53
53
  "packageManager": "yarn@3.6.4",
54
54
  "repository": "https://github.com/NervJS/parse-css-to-stylesheet",
55
55
  "optionalDependencies": {
56
- "@tarojs/parse-css-to-stylesheet-win32-x64-msvc": "0.0.69",
57
- "@tarojs/parse-css-to-stylesheet-darwin-x64": "0.0.69",
58
- "@tarojs/parse-css-to-stylesheet-linux-x64-gnu": "0.0.69",
59
- "@tarojs/parse-css-to-stylesheet-darwin-arm64": "0.0.69",
60
- "@tarojs/parse-css-to-stylesheet-android-arm64": "0.0.69",
61
- "@tarojs/parse-css-to-stylesheet-linux-arm64-gnu": "0.0.69",
62
- "@tarojs/parse-css-to-stylesheet-linux-arm64-musl": "0.0.69",
63
- "@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf": "0.0.69",
64
- "@tarojs/parse-css-to-stylesheet-linux-x64-musl": "0.0.69",
65
- "@tarojs/parse-css-to-stylesheet-android-arm-eabi": "0.0.69",
66
- "@tarojs/parse-css-to-stylesheet-darwin-universal": "0.0.69"
56
+ "@tarojs/parse-css-to-stylesheet-win32-x64-msvc": "1.0.0",
57
+ "@tarojs/parse-css-to-stylesheet-darwin-x64": "1.0.0",
58
+ "@tarojs/parse-css-to-stylesheet-linux-x64-gnu": "1.0.0",
59
+ "@tarojs/parse-css-to-stylesheet-darwin-arm64": "1.0.0",
60
+ "@tarojs/parse-css-to-stylesheet-android-arm64": "1.0.0",
61
+ "@tarojs/parse-css-to-stylesheet-linux-arm64-gnu": "1.0.0",
62
+ "@tarojs/parse-css-to-stylesheet-linux-arm64-musl": "1.0.0",
63
+ "@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf": "1.0.0",
64
+ "@tarojs/parse-css-to-stylesheet-linux-x64-musl": "1.0.0",
65
+ "@tarojs/parse-css-to-stylesheet-android-arm-eabi": "1.0.0",
66
+ "@tarojs/parse-css-to-stylesheet-darwin-universal": "1.0.0"
67
67
  }
68
68
  }