taon 21.0.74 → 21.0.77
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.
- package/README.md +25 -0
- package/browser/package.json +1 -1
- package/browser-prod/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -3
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/package.json +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/lib-prod/build-info._auto-generated_.d.ts +1 -1
- package/lib-prod/build-info._auto-generated_.js +1 -3
- package/lib-prod/build-info._auto-generated_.js.map +1 -1
- package/lib-prod/package.json +1 -1
- package/lib-prod/ui/index.d.ts +1 -1
- package/lib-prod/ui/index.js +1 -1
- package/lib-prod/ui/taon-admin-mode-configuration/index.d.ts +1 -1
- package/lib-prod/ui/taon-admin-mode-configuration/index.js +1 -1
- package/package.json +1 -1
- package/websql/package.json +1 -1
- package/websql-prod/package.json +1 -1
package/README.md
CHANGED
|
@@ -157,3 +157,28 @@ Installation happens when you first time use taon
|
|
|
157
157
|
{ name: 'webpack-bundle-analyzer' }
|
|
158
158
|
]
|
|
159
159
|
```
|
|
160
|
+
|
|
161
|
+
## AI SNIPPETS FOR BUILDING NEW COMPONENTS
|
|
162
|
+
|
|
163
|
+
< ask AI about new component in angular.. or antything > <br>
|
|
164
|
+
< and copy text below to the chat > <br>
|
|
165
|
+
|
|
166
|
+
IMPORTANT:
|
|
167
|
+
You are operating in AI-MD multi-file mode.
|
|
168
|
+
If the structure is not preserved, the output is invalid.
|
|
169
|
+
Example output response structure:
|
|
170
|
+
|
|
171
|
+
=== start of AI-MD multi-file markdown structure ===<br>
|
|
172
|
+
any-filename.extension<br>
|
|
173
|
+
\`\`\`extension<br>
|
|
174
|
+
code of any-filename.extension<br>
|
|
175
|
+
\`\`\`<br>
|
|
176
|
+
any-filename-next.any-other-extension<br>
|
|
177
|
+
\`\`\`any-other-extension<br>
|
|
178
|
+
code of any-filename-next.any-other-extension<br>
|
|
179
|
+
\`\`\`<br>
|
|
180
|
+
=== end of AI-MD multi-file markdown structure ===
|
|
181
|
+
|
|
182
|
+
Keep structure flat: any-filename.extension is just basename.<br>
|
|
183
|
+
Just like any-filename-next.any-other-extension...<br>
|
|
184
|
+
Use ONE OUTPUT MARKDOWN CODE BOX FIELD for the whole response.
|
package/browser/package.json
CHANGED
|
@@ -21,6 +21,4 @@ export declare const CURRENT_PACKAGE_TAON_VERSION = "v21";
|
|
|
21
21
|
/**
|
|
22
22
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
23
23
|
*/
|
|
24
|
-
export declare const CURRENT_PACKAGE_VERSION = "21.0.
|
|
25
|
-
export declare namespace TAON_STRIPE_CLOUDFLARE_WORKERS_URLS {
|
|
26
|
-
}
|
|
24
|
+
export declare const CURRENT_PACKAGE_VERSION = "21.0.77";
|
|
@@ -25,6 +25,6 @@ exports.CURRENT_PACKAGE_TAON_VERSION = 'v21';
|
|
|
25
25
|
/**
|
|
26
26
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
27
27
|
*/
|
|
28
|
-
exports.CURRENT_PACKAGE_VERSION = '21.0.
|
|
28
|
+
exports.CURRENT_PACKAGE_VERSION = '21.0.77';
|
|
29
29
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
30
30
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/lib/package.json
CHANGED
package/lib/ui/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1773508900832 = dummy1773508900832;
|
|
4
|
+
function dummy1773508900832() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1773508901536 = dummy1773508901536;
|
|
4
|
+
function dummy1773508901536() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -22,8 +22,6 @@ export const CURRENT_PACKAGE_TAON_VERSION = 'v21';
|
|
|
22
22
|
/**
|
|
23
23
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
24
24
|
*/
|
|
25
|
-
export const CURRENT_PACKAGE_VERSION = '21.0.
|
|
26
|
-
//namespace TAON_STRIPE_CLOUDFLARE_WORKERS_URLS
|
|
27
|
-
//end of namespace TAON_STRIPE_CLOUDFLARE_WORKERS_URLS
|
|
25
|
+
export const CURRENT_PACKAGE_VERSION = '21.0.77';
|
|
28
26
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
29
27
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AACzC;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,KAAK,CAAC;AAC9C;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,cAAc,CAAC;AACrC;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC;AACvC;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,KAAK,CAAC;AAClD;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AACzC;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,KAAK,CAAC;AAC9C;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,cAAc,CAAC;AACrC;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC;AACvC;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,KAAK,CAAC;AAClD;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,SAAS,CAAC;AAMjD,yCAAyC"}
|
package/lib-prod/package.json
CHANGED
package/lib-prod/ui/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function dummy1773508937461(): void;
|
package/lib-prod/ui/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function
|
|
1
|
+
export function dummy1773508937461() { }
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function dummy1773508938009(): void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function
|
|
1
|
+
export function dummy1773508938009() { }
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
package/websql/package.json
CHANGED